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 64
64
# Upload the results to GitHub's code scanning dashboard (optional).
65
65
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
66
66
- name : " Upload to code-scanning"
67
- uses : github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
67
+ uses : github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
68
68
with :
69
69
sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -75,15 +75,15 @@ jobs:
75
75
76
76
# Initializes the CodeQL tools for scanning.
77
77
- name : Initialize CodeQL
78
- uses : github/codeql-action/init@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
78
+ uses : github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
79
79
with :
80
80
languages : go
81
81
82
82
- name : Autobuild
83
- uses : github/codeql-action/autobuild@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
83
+ uses : github/codeql-action/autobuild@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
84
84
85
85
- name : Perform CodeQL Analysis
86
- uses : github/codeql-action/analyze@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
86
+ uses : github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
87
87
88
88
89
89
build :
You can’t perform that action at this time.
0 commit comments