Skip to content

Commit a38cfbc

Browse files
chore(deps): update maru support dependencies
| datasource | package | from | to | | ----------- | -------------------- | ------- | ------- | | github-tags | actions/setup-go | v5.2.0 | v5.3.0 | | github-tags | actions/setup-node | v4.1.0 | v4.2.0 | | github-tags | anchore/sbom-action | v0.17.9 | v0.18.0 | | github-tags | github/codeql-action | v3.28.1 | v3.28.8 | | github-tags | zarf-dev/zarf | v0.46.0 | v0.47.0 |
1 parent 5026635 commit a38cfbc

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/actions/golang/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ description: "Setup Go binary and caching"
44
runs:
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

.github/actions/install-tools/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ runs:
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

.github/actions/zarf/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ runs:
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

.github/workflows/commitlint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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}

.github/workflows/scan-codeql.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
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:
@@ -54,6 +54,6 @@ jobs:
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}}"

.github/workflows/scan-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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)

.github/workflows/scorecard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
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

0 commit comments

Comments
 (0)