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 @@ -35,13 +35,13 @@ jobs:
35
35
show-progress : false
36
36
37
37
- name : Initialize CodeQL
38
- uses : github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
38
+ uses : github/codeql-action/init@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
39
39
with :
40
40
build-mode : none
41
41
languages : ${{ matrix.language }}
42
42
43
43
- name : Perform CodeQL Analysis
44
- uses : github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
44
+ uses : github/codeql-action/analyze@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
45
45
with :
46
46
category : ' /language:${{ matrix.language }}'
47
47
Original file line number Diff line number Diff line change 42
42
# Upload the results to GitHub's code scanning dashboard (optional).
43
43
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
44
44
- name : " Upload to code-scanning"
45
- uses : github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
45
+ uses : github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
46
46
with :
47
47
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments