File tree 2 files changed +3
-3
lines changed
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@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v3.28.4
39
+ uses : github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
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@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v3.28.4
45
+ uses : github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
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@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v3.28.4
43
+ uses : github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
44
44
with :
45
45
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments