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 4141 go-version : " 1.25.0"
4242 # Initializes the CodeQL tools for scanning.
4343 - name : Initialize CodeQL
44- uses : github/codeql-action/init@v4.32.6 # immutable
44+ uses : github/codeql-action/init@v4.33.0 # immutable
4545 with :
4646 languages : go
4747 build-mode : manual
5454
5555 go test -v ./internal/test/compilecheck -run '^TestCompileCheck/go:1\.19$'
5656 - name : Perform CodeQL Analysis
57- uses : github/codeql-action/analyze@v4.32.6 # immutable
57+ uses : github/codeql-action/analyze@v4.33.0 # immutable
5858 with :
5959 category : " /language:go"
Original file line number Diff line number Diff line change 6666 # Upload the results to GitHub's code scanning dashboard (optional).
6767 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
6868 - name : " Upload to code-scanning"
69- uses : github/codeql-action/upload-sarif@v4.32.6 # immutable
69+ uses : github/codeql-action/upload-sarif@v4.33.0 # immutable
7070 with :
7171 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments