File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 fetch-depth : 0
1818
1919 - name : Install Go
20- uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
20+ uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
2121 with :
2222 go-version-file : go.mod
2323
2828 args : --issues-exit-code=0 --output.sarif.path linter-results.sarif # we expect some findings, but for this demo just continue
2929
3030 - name : Upload SARIF to Code Scanning
31- uses : github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
31+ uses : github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
3232 with :
3333 sarif_file : ./linter-results.sarif
3434
4141 fetch-depth : 0
4242
4343 - name : Install Go
44- uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
44+ uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
4545 with :
4646 go-version-file : go.mod
4747
Original file line number Diff line number Diff line change 2020 fetch-depth : 0
2121
2222 - name : Install Go
23- uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
23+ uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
2424 with :
2525 go-version-file : go.mod
2626
You can’t perform that action at this time.
0 commit comments