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@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
67
+ uses : github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
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@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
78
+ uses : github/codeql-action/init@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
79
79
with :
80
80
languages : go
81
81
82
82
- name : Autobuild
83
- uses : github/codeql-action/autobuild@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
83
+ uses : github/codeql-action/autobuild@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
84
84
85
85
- name : Perform CodeQL Analysis
86
- uses : github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
86
+ uses : github/codeql-action/analyze@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
87
87
88
88
89
89
build :
You can’t perform that action at this time.
0 commit comments