File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929 severity : ' CRITICAL,HIGH'
3030 skip-dirs : ' docs/content/docs,docs/build'
3131 - name : Upload Trivy scan results to GitHub Security tab
32- uses : github/codeql-action/upload-sarif@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
32+ uses : github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
3333 with :
3434 sarif_file : ' trivy-results.sarif'
3535
@@ -46,12 +46,12 @@ jobs:
4646 with :
4747 go-version : 1.22.5
4848 - name : Initialize CodeQL
49- uses : github/codeql-action/init@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
49+ uses : github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
5050 with :
5151 languages : go
5252 queries : security-and-quality
5353 - name : Perform CodeQL Analysis
54- uses : github/codeql-action/analyze@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
54+ uses : github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
5555 with :
5656 category : " /language:go"
5757
You can’t perform that action at this time.
0 commit comments