Skip to content

Commit 4dda979

Browse files
Removed comments and pinned action to commit sha
1 parent 470703d commit 4dda979

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ jobs:
1111
name: Analyze (${{ matrix.language }})
1212
runs-on: ${{ 'ubuntu-latest' }}
1313
permissions:
14-
# required for all workflows
1514
security-events: write
16-
# required to fetch internal or private CodeQL packs
1715
packages: read
1816

1917
strategy:
@@ -25,14 +23,13 @@ jobs:
2523
build-mode: none
2624
steps:
2725
- name: Checkout repository
28-
uses: actions/checkout@v4
29-
# Initializes the CodeQL tools for scanning.
26+
uses: actions/checkout@6ccd57f4c5d15bdc2fef309bd9fb6cc9db2ef1c6
3027
- name: Initialize CodeQL
31-
uses: github/codeql-action/init@v3
28+
uses: github/codeql-action/init@4b1d7da102ff94aca014c0245062b1a463356d72
3229
with:
3330
languages: ${{ matrix.language }}
3431
build-mode: ${{ matrix.build-mode }}
3532
- name: Perform CodeQL Analysis
36-
uses: github/codeql-action/analyze@v3
33+
uses: github/codeql-action/analyze@4b1d7da102ff94aca014c0245062b1a463356d72
3734
with:
38-
category: "/language:${{matrix.language}}"
35+
category: "/language:${{matrix.language}}" s

0 commit comments

Comments
 (0)