diff --git a/.github/workflows/js-gate.yml b/.github/workflows/js-gate.yml index 910311e..2f62fd1 100644 --- a/.github/workflows/js-gate.yml +++ b/.github/workflows/js-gate.yml @@ -11,7 +11,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: ./.github/actions/setup-pnpm-node diff --git a/.github/workflows/mutation.yml b/.github/workflows/mutation.yml index 796bcf6..c0dbacd 100644 --- a/.github/workflows/mutation.yml +++ b/.github/workflows/mutation.yml @@ -11,7 +11,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: actions-rust-lang/setup-rust-toolchain@0267444136ce4919088f5eae0461f736f21356de # v1 with: @@ -25,7 +25,7 @@ jobs: echo "$HOME/.cargo/bin" >> "$GITHUB_PATH" - name: Cache turbo verdicts - uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: .turbo/cache key: turbo-${{ runner.os }}-${{ hashFiles('rust-toolchain.toml', 'Cargo.toml', 'Cargo.lock', '.cargo/config.toml', 'crates/comment-checker/**', 'package.json', 'turbo.json') }} @@ -33,7 +33,7 @@ jobs: turbo-${{ runner.os }}- - name: Cache cargo build (mutants miss path) - uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: | ~/.cargo/registry @@ -43,7 +43,7 @@ jobs: restore-keys: ${{ runner.os }}-cargo- - name: Cache pnpm store - uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/.local/share/pnpm/store key: pnpm-store-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }} diff --git a/.github/workflows/platform.yml b/.github/workflows/platform.yml index 20da069..11c877b 100644 --- a/.github/workflows/platform.yml +++ b/.github/workflows/platform.yml @@ -56,7 +56,7 @@ jobs: ;; esac - - uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: actions-rust-lang/setup-rust-toolchain@0267444136ce4919088f5eae0461f736f21356de # v1 if: inputs.mode == 'release' @@ -79,7 +79,7 @@ jobs: echo "CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=aarch64-linux-gnu-gcc" } >> "$GITHUB_ENV" - - uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5 + - uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 if: inputs.mode == 'release' with: path: | @@ -150,7 +150,7 @@ jobs: - name: Upload artifacts if: inputs.mode == 'release' - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: release-${{ matrix.suffix }} path: | @@ -160,7 +160,7 @@ jobs: - name: Upload staged platform package if: inputs.mode == 'release' - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: platform-stage-${{ matrix.suffix }} path: dist/staging/platform-${{ matrix.suffix }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a36ec97..5bd7121 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: phase: ${{ steps.plan.outputs.phase }} version: ${{ steps.plan.outputs.version }} steps: - - uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: 0 fetch-tags: true @@ -53,7 +53,7 @@ jobs: contents: write pull-requests: write steps: - - uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: 0 # checkout v5 defaults persist-credentials to false; the release PR @@ -88,7 +88,7 @@ jobs: contents: write id-token: write steps: - - uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: 0 # checkout v5 defaults persist-credentials to false; tag-released-packages @@ -116,7 +116,7 @@ jobs: run: pnpm --filter @systemfsoftware/claude-code-comment-checker publish --provenance --access public --no-git-checks - name: Download staged platform packages - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: pattern: platform-stage-* path: stages @@ -128,7 +128,7 @@ jobs: run: ./scripts/tools/tag-released-packages.ts - name: Download platform artifacts - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: pattern: release-* path: release-assets diff --git a/.github/workflows/rust-gate.yml b/.github/workflows/rust-gate.yml index 06051e2..37d1e57 100644 --- a/.github/workflows/rust-gate.yml +++ b/.github/workflows/rust-gate.yml @@ -11,7 +11,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: actions-rust-lang/setup-rust-toolchain@0267444136ce4919088f5eae0461f736f21356de # v1 with: @@ -19,7 +19,7 @@ jobs: components: clippy, rustfmt - name: Cache cargo build - uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: | ~/.cargo/registry diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml index aae61f0..7597804 100644 --- a/.github/workflows/tools.yml +++ b/.github/workflows/tools.yml @@ -16,7 +16,7 @@ jobs: matrix: os: [ubuntu-latest, macos-14, windows-2022] steps: - - uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: 0 fetch-tags: true