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 @@ -38,13 +38,13 @@ jobs:
38
38
show-progress : false
39
39
40
40
- name : Initialize CodeQL
41
- uses : github/codeql-action/init@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
41
+ uses : github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
42
42
with :
43
43
build-mode : none
44
44
languages : ${{ matrix.language }}
45
45
46
46
- name : Perform CodeQL Analysis
47
- uses : github/codeql-action/analyze@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
47
+ uses : github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
48
48
with :
49
49
category : ' /language:${{ matrix.language }}'
50
50
Original file line number Diff line number Diff line change 42
42
retention-days : 5
43
43
44
44
- name : Upload to code-scanning
45
- uses : github/codeql-action/upload-sarif@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
45
+ uses : github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
46
46
with :
47
47
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments