File tree Expand file tree Collapse file tree 7 files changed +12
-12
lines changed
Expand file tree Collapse file tree 7 files changed +12
-12
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@d94f46e13c6c62f59525ac9a1e147a99dc0b9bf5 # v0.17.0
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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
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.38.1
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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
2828 with :
2929 name : build-artifacts
3030 path : build/
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@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
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@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
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:1d096ee3dd332113f7fb677d146337a3d92a24823623f2c2ab1d8e68f6c0eb14
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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
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@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
4949 with :
5050 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments