File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Expand file tree Collapse file tree 8 files changed +10
-10
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.49 .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 @@ -106,15 +106,15 @@ jobs:
106106
107107 - name : Get Brew tap repo token
108108 id : brew-tap-token
109- uses : actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
109+ uses : actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
110110 with :
111111 app-id : ${{ secrets.HOMEBREW_TAP_WORKFLOW_GITHUB_APP_ID }}
112112 private-key : ${{ secrets.HOMEBREW_TAP_WORKFLOW_GITHUB_APP_SECRET }}
113113 owner : defenseunicorns
114114 repositories : homebrew-tap
115115
116116 - name : Run GoReleaser
117- uses : goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0
117+ uses : goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
118118 with :
119119 distribution : goreleaser
120120 version : latest
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@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
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@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
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:609ed325bfc23da38606ba6a7a8a3c8646498a4cfe17487227810d91dd54a80a
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@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
4949 with :
5050 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments