Skip to content

Commit 75c2b8b

Browse files
chore(deps): update maru support dependencies
| datasource | package | from | to | | ----------- | -------------------- | ------- | ------- | | github-tags | defenseunicorns/zarf | v0.33.2 | v0.34.0 | | github-tags | github/codeql-action | v3.25.6 | v3.25.7 |
1 parent 924c2b9 commit 75c2b8b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.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=defenseunicorns/zarf
10-
version: v0.33.2
10+
version: v0.34.0

.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@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
48+
uses: github/codeql-action/init@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
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@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
57+
uses: github/codeql-action/analyze@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
5858
with:
5959
category: "/language:${{matrix.language}}"

.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@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
48+
uses: github/codeql-action/upload-sarif@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
4949
with:
5050
sarif_file: results.sarif

0 commit comments

Comments
 (0)