From 2cdd04d7c2dfa914b61ebb6d043d5204282f56f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 08:45:26 +0000 Subject: [PATCH] chore(deps): Bump the actions group across 1 directory with 3 updates Bumps the actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [anchore/sbom-action](https://github.com/anchore/sbom-action) and [crate-ci/typos](https://github.com/crate-ci/typos). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) Updates `anchore/sbom-action` from 0.24.0 to 0.24.2 - [Release notes](https://github.com/anchore/sbom-action/releases) - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md) - [Commits](https://github.com/anchore/sbom-action/compare/v0.24.0...v0.24.2) Updates `crate-ci/typos` from 1.47.2 to 1.50.0 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](https://github.com/crate-ci/typos/compare/v1.47.2...v1.50.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: anchore/sbom-action dependency-version: 0.24.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: crate-ci/typos dependency-version: 1.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/apply.yml | 4 ++-- .github/workflows/lychee.yml | 2 +- .github/workflows/pin-prod-images.yml | 4 ++-- .github/workflows/preview-create.yml | 2 +- .github/workflows/typos.yml | 4 ++-- .github/workflows/validate.yml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/apply.yml b/.github/workflows/apply.yml index d2db242..ff2960e 100644 --- a/.github/workflows/apply.yml +++ b/.github/workflows/apply.yml @@ -44,7 +44,7 @@ jobs: name: Lint + schema-check before apply runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: yamllint run: | python3 -m pip install --quiet yamllint @@ -75,7 +75,7 @@ jobs: needs: validate runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Confirm the APPLY phrase run: | diff --git a/.github/workflows/lychee.yml b/.github/workflows/lychee.yml index 2c07a4d..a9180db 100644 --- a/.github/workflows/lychee.yml +++ b/.github/workflows/lychee.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 5 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: lycheeverse/lychee-action@v2 with: args: --no-progress --max-concurrency 4 --exclude-mail './**/*.md' './**/*.html' diff --git a/.github/workflows/pin-prod-images.yml b/.github/workflows/pin-prod-images.yml index 8c74e0f..3d8b110 100644 --- a/.github/workflows/pin-prod-images.yml +++ b/.github/workflows/pin-prod-images.yml @@ -58,7 +58,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Validate tag matches production regex env: @@ -172,7 +172,7 @@ jobs: id-token: write # for cosign keyless signing steps: - name: Install syft - uses: anchore/sbom-action/download-syft@v0.24.0 + uses: anchore/sbom-action/download-syft@v0.24.2 - name: Install cosign uses: sigstore/cosign-installer@v4.1.2 diff --git a/.github/workflows/preview-create.yml b/.github/workflows/preview-create.yml index 00e56e4..d0a608d 100644 --- a/.github/workflows/preview-create.yml +++ b/.github/workflows/preview-create.yml @@ -115,7 +115,7 @@ jobs: echo "preview url: ${PREVIEW_URL}" - name: Checkout infra (for k8s/preview templates) - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Soft-check operator prerequisites (kubeconfig secret) id: prereq diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index 661d167..90c9ce5 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -14,6 +14,6 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 3 steps: - - uses: actions/checkout@v6 - - uses: crate-ci/typos@v1.47.2 + - uses: actions/checkout@v7 + - uses: crate-ci/typos@v1.50.0 continue-on-error: true # warn-only — surface findings without blocking CI diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 0d10fef..143261b 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: yamllint run: |