From 451e400ef878876cd35726603cb8b005ebeeaf6b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 19:09:25 +0000 Subject: [PATCH] Update all dependencies | datasource | package | from | to | | ----------- | ----------------------- | -------- | ------- | | github-tags | actions/setup-node | v4.0.0 | v4.0.2 | | github-tags | actions/upload-artifact | v4.0.0 | v4.3.1 | | github-tags | actions/upload-artifact | v3.1.3 | v4.3.1 | | github-tags | defenseunicorns/zarf | v0.32.1 | v0.32.3 | | github-tags | github/codeql-action | v3.22.12 | v3.24.0 | | helm | gitlab-runner | 0.61.0 | 0.61.2 | --- .github/actions/save-logs/action.yaml | 2 +- .github/actions/setup/action.yaml | 2 +- .github/workflows/commitlint.yaml | 2 +- .github/workflows/scorecard.yaml | 4 ++-- zarf.yaml | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/actions/save-logs/action.yaml b/.github/actions/save-logs/action.yaml index fbb3bfc..963bb79 100644 --- a/.github/actions/save-logs/action.yaml +++ b/.github/actions/save-logs/action.yaml @@ -10,7 +10,7 @@ runs: sudo chown $USER /tmp/uds-*.log || echo "" shell: bash - - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 with: name: debug-log path: | diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index 777db9c..a0e4203 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -30,7 +30,7 @@ runs: uses: defenseunicorns/setup-zarf@main with: # renovate: datasource=github-tags depName=defenseunicorns/zarf versioning=semver - version: v0.32.1 + version: v0.32.3 download-init-package: ${{ inputs.download-init-package }} - name: Install k3d diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml index 09fadf8..d28f381 100644 --- a/.github/workflows/commitlint.yaml +++ b/.github/workflows/commitlint.yaml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 - name: Install commitlint run: npm install --save-dev @commitlint/{config-conventional,cli} diff --git a/.github/workflows/scorecard.yaml b/.github/workflows/scorecard.yaml index f9307bf..1dcc770 100644 --- a/.github/workflows/scorecard.yaml +++ b/.github/workflows/scorecard.yaml @@ -37,7 +37,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 + uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 with: name: SARIF file path: results.sarif @@ -45,6 +45,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12 + uses: github/codeql-action/upload-sarif@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0 with: sarif_file: results.sarif diff --git a/zarf.yaml b/zarf.yaml index bb0a41f..a320e40 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -40,7 +40,7 @@ components: namespace: gitlab-runner url: https://charts.gitlab.io gitPath: chart - version: 0.61.0 + version: 0.61.2 valuesFiles: - values/registry1-values.yaml images: @@ -64,7 +64,7 @@ components: namespace: gitlab-runner url: https://charts.gitlab.io gitPath: chart - version: 0.61.0 + version: 0.61.2 valuesFiles: - values/upstream-values.yaml images: