diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1606f361..5076e1e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # full history for hatch-vcs diff --git a/.github/workflows/refresh.yml b/.github/workflows/refresh.yml index 2fac509c..b40fe1ad 100644 --- a/.github/workflows/refresh.yml +++ b/.github/workflows/refresh.yml @@ -37,7 +37,7 @@ jobs: # The tag, not main: `:latest` must keep pointing at released code. Only # the OS packages underneath it are allowed to move. - name: Checkout the release tag - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ steps.release.outputs.tag }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 04340edc..c9441767 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: id-token: write # for cosign keyless signing via OIDC steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # full history for hatch-vcs diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index 63a835f5..790c6df4 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -15,7 +15,7 @@ jobs: issues: write # to open an issue on new findings steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Run Trivy on :latest id: trivy @@ -44,7 +44,7 @@ jobs: - name: Open issue on findings if: steps.findings.outputs.found == 'true' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const fs = require('fs');