File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ jobs:
38
38
39
39
# Initializes the CodeQL tools for scanning.
40
40
- name : Initialize CodeQL
41
- uses : github/codeql-action/init@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
41
+ uses : github/codeql-action/init@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
42
42
with :
43
43
config-file : ./.github/codeql/config.yml
44
44
languages : ${{ matrix.language }}
45
45
46
46
- name : Perform CodeQL Analysis
47
- uses : github/codeql-action/analyze@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
47
+ uses : github/codeql-action/analyze@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
48
48
with :
49
49
category : ' /language:${{matrix.language}}'
Original file line number Diff line number Diff line change 72
72
73
73
# Upload the results to GitHub's code scanning dashboard.
74
74
- name : ' Upload to code-scanning'
75
- uses : github/codeql-action/upload-sarif@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
75
+ uses : github/codeql-action/upload-sarif@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
76
76
with :
77
77
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments