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 @@ -36,12 +36,12 @@ jobs:
36
36
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
37
37
38
38
- name : Initialize CodeQL
39
- uses : github/codeql-action/init@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
39
+ uses : github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
40
40
with :
41
41
build-mode : none
42
42
languages : ${{ matrix.language }}
43
43
44
44
- name : Perform CodeQL Analysis
45
- uses : github/codeql-action/analyze@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
45
+ uses : github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
46
46
with :
47
47
category : ' /language:${{ matrix.language }}'
Original file line number Diff line number Diff line change 40
40
retention-days : 5
41
41
42
42
- name : Upload to code-scanning
43
- uses : github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
43
+ uses : github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
44
44
with :
45
45
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments