Skip to content

Commit a394fbb

Browse files
chore(deps): update maru support dependencies
| datasource | package | from | to | | ----------- | -------------------------------- | ------- | ------- | | github-tags | actions/create-github-app-token | v1.10.0 | v1.10.1 | | github-tags | actions/dependency-review-action | v4.3.2 | v4.3.3 | | github-tags | defenseunicorns/zarf | v0.33.2 | v0.34.0 | | github-tags | github/codeql-action | v3.25.6 | v3.25.8 |
1 parent fe71cd0 commit a394fbb

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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/dependency-review.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
1313

1414
- name: Dependency Review
15-
uses: actions/dependency-review-action@0c155c5e8556a497adf53f2c18edabf945ed8e70 # v4.3.2
15+
uses: actions/dependency-review-action@72eb03d02c7872a771aacd928f3123ac62ad6d3a # v4.3.3

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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@a0de6af83968303c8c955486bf9739a57d23c7f1 # v1.10.0
107+
uses: actions/create-github-app-token@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1.10.1
108108
with:
109109
app-id: ${{ secrets.HOMEBREW_TAP_WORKFLOW_GITHUB_APP_ID }}
110110
private-key: ${{ secrets.HOMEBREW_TAP_WORKFLOW_GITHUB_APP_SECRET }}

.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@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.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@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
57+
uses: github/codeql-action/analyze@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
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@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
4949
with:
5050
sarif_file: results.sarif

0 commit comments

Comments
 (0)