File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ description: "Setup Go binary and caching"
44runs :
55 using : composite
66 steps :
7- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
7+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
88 with :
99 go-version : 1.21.x
Original file line number Diff line number Diff line change 55 using : composite
66 steps :
77 # used by goreleaser to create SBOMs
8- - uses : anchore/sbom-action/download-syft@df80a981bc6edbc4e220a492d3cbe9f5547a6e75 # v0.17.9
8+ - uses : anchore/sbom-action/download-syft@f325610c9f50a54015d37c8d16cb3b0e2c8f4de0 # v0.18.0
Original file line number Diff line number Diff line change 77 - uses : defenseunicorns/setup-zarf@main
88 with :
99 # renovate: datasource=github-tags depName=zarf-dev/zarf
10- version : v0.46 .0
10+ version : v0.47 .0
Original file line number Diff line number Diff line change 2121 fetch-depth : 0
2222
2323 - name : Setup Node.js
24- uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1 .0
24+ uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
2525
2626 - name : Install commitlint
2727 run : npm install --save-dev @commitlint/{config-conventional,cli}
Original file line number Diff line number Diff line change 4545 run : make build-cli-linux-amd
4646
4747 - name : Initialize CodeQL
48- uses : github/codeql-action/init@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
48+ uses : github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
4949 env :
5050 CODEQL_EXTRACTOR_GO_BUILD_TRACING : on
5151 with :
5454
5555
5656 - name : Perform CodeQL Analysis
57- uses : github/codeql-action/analyze@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
57+ uses : github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
5858 with :
5959 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 2626 extra_args : --all-files --verbose # pre-commit run --all-files --verbose
2727
2828 - name : Run Revive Action by pulling pre-built image
29- uses : docker://morphy/revive-action:v2@sha256:793c4e8bac339d7dcfccb0c35c9dbc623f5b0956515fcce9efd78162c084e8e0
29+ uses : docker://morphy/revive-action:v2@sha256:1fec6294d741c06347755fcb2e0b9de9c9b227afd3212cea2ad058c671512c99
3030 with :
3131 config : revive.toml
3232 # Exclude patterns, separated by semicolons (optional)
Original file line number Diff line number Diff line change 4545
4646 # Upload the results to GitHub's code scanning dashboard.
4747 - name : " Upload to code-scanning"
48- uses : github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
48+ uses : github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
4949 with :
5050 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments