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: |