File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 41
41
42
42
# Initializes the CodeQL tools for scanning.
43
43
- name : Initialize CodeQL
44
- uses : github/codeql-action/init@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
44
+ uses : github/codeql-action/init@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3.28.6
45
45
with :
46
46
languages : ${{ matrix.language }}
47
47
build-mode : ${{ matrix.build-mode }}
@@ -53,11 +53,11 @@ jobs:
53
53
# queries: security-extended,security-and-quality
54
54
55
55
- name : Autobuild
56
- uses : github/codeql-action/autobuild@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
56
+ uses : github/codeql-action/autobuild@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3.28.6
57
57
58
58
- name : Perform CodeQL Analysis
59
59
id : analyze
60
- uses : github/codeql-action/analyze@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
60
+ uses : github/codeql-action/analyze@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3.28.6
61
61
with :
62
62
category : " /language:${{matrix.language}}"
63
63
Original file line number Diff line number Diff line change 71
71
72
72
# Upload the results to GitHub's code scanning dashboard.
73
73
- name : " Upload to code-scanning"
74
- uses : github/codeql-action/upload-sarif@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
74
+ uses : github/codeql-action/upload-sarif@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3.28.6
75
75
with :
76
76
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments