File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed
Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ description: "Install pipeline tools"
44runs :
55 using : composite
66 steps :
7- - uses : sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5 .0
7+ - uses : sigstore/cosign-installer@4959ce089c160fddf62f7b42464195ba1a56d382 # v3.6 .0
88
9- - uses : anchore/sbom-action/download-syft@95b086ac308035dc0850b3853be5b7ab108236a8 # v0.16.1
9+ - uses : anchore/sbom-action/download-syft@61119d458adab75f756bc0b9e4bde25725f86a7a # v0.17.2
1010
1111 - run : " curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh -s -- -b /usr/local/bin"
1212 shell : bash
1313
14- - uses : docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3.4.0
14+ - uses : docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: "Save debug logs"
44runs :
55 using : composite
66 steps :
7- - uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
7+ - uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
88 with :
99 name : debug-log
1010 path : /tmp/maru-*.log
Original file line number Diff line number Diff line change 77 - uses : defenseunicorns/setup-zarf@main
88 with :
99 # renovate: datasource=github-tags depName=defenseunicorns/zarf
10- version : v0.36 .0
10+ version : v0.39 .0
Original file line number Diff line number Diff line change 2424
2525 # Upload the contents of the build directory for later stages to use
2626 - name : Upload build artifacts
27- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
27+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
2828 with :
2929 name : build-artifacts
3030 path : build/
@@ -104,7 +104,7 @@ jobs:
104104
105105 - name : Get Brew tap repo token
106106 id : brew-tap-token
107- uses : actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3
107+ uses : actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
108108 with :
109109 app-id : ${{ secrets.HOMEBREW_TAP_WORKFLOW_GITHUB_APP_ID }}
110110 private-key : ${{ secrets.HOMEBREW_TAP_WORKFLOW_GITHUB_APP_SECRET }}
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@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3.25.12
48+ uses : github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
4949 env :
5050 CODEQL_EXTRACTOR_GO_BUILD_TRACING : on
5151 with :
5454
5555
5656 - name : Perform CodeQL Analysis
57- uses : github/codeql-action/analyze@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3.25.12
57+ uses : github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
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:087d4e61077087755711ab7e9fae3cc899b7bb07ff8f6a30c3dfb240b1620ae8
29+ uses : docker://morphy/revive-action:v2@sha256:540bffd78895d1525b034b861d29edcb96577bcb3b187a5199342dc8656034ee
3030 with :
3131 config : revive.toml
3232 # Exclude patterns, separated by semicolons (optional)
Original file line number Diff line number Diff line change 2727 persist-credentials : false
2828
2929 - name : " Run analysis"
30- uses : ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3
30+ uses : ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
3131 with :
3232 results_file : results.sarif
3333 results_format : sarif
@@ -37,14 +37,14 @@ jobs:
3737 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
3838 # format to the repository Actions tab.
3939 - name : " Upload artifact"
40- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
40+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
4141 with :
4242 name : SARIF file
4343 path : results.sarif
4444 retention-days : 5
4545
4646 # Upload the results to GitHub's code scanning dashboard.
4747 - name : " Upload to code-scanning"
48- uses : github/codeql-action/upload-sarif@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3.25.12
48+ uses : github/codeql-action/upload-sarif@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
4949 with :
5050 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments