Skip to content

Bump github/codeql-action from 3.26.4 to 3.26.5 #123

Bump github/codeql-action from 3.26.4 to 3.26.5

Bump github/codeql-action from 3.26.4 to 3.26.5 #123

Workflow file for this run

---
name: Super-Linter
on:
pull_request:
branches:
- main
types:
- edited
- opened
- reopened
- synchronize
permissions: {}
jobs:
super-linter:
name: Super-Linter
runs-on: ubuntu-latest
permissions:
contents: read
statuses: write
steps:
- name: Checkout
id: checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
- name: Run Super-Linter
id: super_linter
uses: super-linter/super-linter/slim@02a1172d274f021e4c70f66e23f1085eadd1064b # v7.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}