File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 11
11
name : Analyze (${{ matrix.language }})
12
12
runs-on : ${{ 'ubuntu-latest' }}
13
13
permissions :
14
- # required for all workflows
15
14
security-events : write
16
- # required to fetch internal or private CodeQL packs
17
15
packages : read
18
16
19
17
strategy :
@@ -25,14 +23,13 @@ jobs:
25
23
build-mode : none
26
24
steps :
27
25
- name : Checkout repository
28
- uses : actions/checkout@v4
29
- # Initializes the CodeQL tools for scanning.
26
+ uses : actions/checkout@6ccd57f4c5d15bdc2fef309bd9fb6cc9db2ef1c6
30
27
- name : Initialize CodeQL
31
- uses : github/codeql-action/init@v3
28
+ uses : github/codeql-action/init@4b1d7da102ff94aca014c0245062b1a463356d72
32
29
with :
33
30
languages : ${{ matrix.language }}
34
31
build-mode : ${{ matrix.build-mode }}
35
32
- name : Perform CodeQL Analysis
36
- uses : github/codeql-action/analyze@v3
33
+ uses : github/codeql-action/analyze@4b1d7da102ff94aca014c0245062b1a463356d72
37
34
with :
38
- category : " /language:${{matrix.language}}"
35
+ category : " /language:${{matrix.language}}" s
You can’t perform that action at this time.
0 commit comments