diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 460d8c8f..1cfb03d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -243,7 +243,7 @@ jobs: key: platform-coverage - name: Install pinned coverage tool - uses: taiki-e/install-action@25435dc8dd3baed7417e0c96d3fe89013a5b2e09 # v2.81.3 + uses: taiki-e/install-action@07b4745e0c39a41822af610387492e3e53aa222b # v2.83.4 with: tool: cargo-llvm-cov@${{ env.CARGO_LLVM_COV_VERSION }} @@ -309,7 +309,7 @@ jobs: key: platform-fuzz-${{ matrix.target }} - name: Install pinned cargo-fuzz - uses: taiki-e/install-action@25435dc8dd3baed7417e0c96d3fe89013a5b2e09 # v2.81.3 + uses: taiki-e/install-action@07b4745e0c39a41822af610387492e3e53aa222b # v2.83.4 with: tool: cargo-fuzz@${{ env.CARGO_FUZZ_VERSION }} @@ -326,7 +326,7 @@ jobs: - name: Upload fuzz failures if: failure() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: platform-fuzz-${{ matrix.target }} path: products/platform/fuzz/artifacts/${{ matrix.target }}/ @@ -350,7 +350,7 @@ jobs: cache-targets: false - name: Install cargo-deny and just - uses: taiki-e/install-action@25435dc8dd3baed7417e0c96d3fe89013a5b2e09 # v2.81.3 + uses: taiki-e/install-action@07b4745e0c39a41822af610387492e3e53aa222b # v2.83.4 with: tool: cargo-deny@0.19.8,just@1.51.0 @@ -509,7 +509,7 @@ jobs: run: python3 -m unittest release/scripts/test_check_release_image_oci_labels.py - name: Set up Docker Buildx - uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 + uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c - name: Smoke release image OCI labels run: release/scripts/smoke-release-image-oci-labels.sh @@ -606,7 +606,7 @@ jobs: [[ "$(uname -m)" == "x86_64" ]] - name: Setup Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 with: node-version: 22.12.0 cache: npm @@ -625,7 +625,7 @@ jobs: run: npm run check:tutorial:dry-run - name: Cache source-under-test Cargo build - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: | target/registryctl-tutorial-cargo-home @@ -651,7 +651,7 @@ jobs: submodules: false - name: Setup Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 with: node-version: 22.12.0 cache: npm @@ -682,7 +682,7 @@ jobs: submodules: false - name: Setup Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 with: node-version: 22.12.0 cache: npm diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 256bb8d2..47a009a4 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -35,16 +35,16 @@ jobs: build-mode: none steps: - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v4 - name: Initialize CodeQL - uses: github/codeql-action/init@dd903d2e4f5405488e5ef1422510ee31c8b32357 # v3 + uses: github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # v3 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} queries: security-and-quality - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@dd903d2e4f5405488e5ef1422510ee31c8b32357 # v3 + uses: github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a # v3 with: category: "/language:${{ matrix.language }}" diff --git a/.github/workflows/docs-pages.yml b/.github/workflows/docs-pages.yml index 26de15c4..fef96d25 100644 --- a/.github/workflows/docs-pages.yml +++ b/.github/workflows/docs-pages.yml @@ -35,7 +35,7 @@ jobs: submodules: false - name: Setup Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 with: node-version: 22.12.0 cache: npm diff --git a/.github/workflows/nightly-security.yml b/.github/workflows/nightly-security.yml index f7945ea3..18026555 100644 --- a/.github/workflows/nightly-security.yml +++ b/.github/workflows/nightly-security.yml @@ -28,7 +28,7 @@ jobs: submodules: false - name: Restore last successful nightly state - uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: .nightly-security-state key: nightly-security-state-${{ github.run_id }}-${{ github.run_attempt }} @@ -183,7 +183,7 @@ jobs: uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 - name: Install cargo-fuzz - uses: taiki-e/install-action@25435dc8dd3baed7417e0c96d3fe89013a5b2e09 # v2.81.3 + uses: taiki-e/install-action@07b4745e0c39a41822af610387492e3e53aa222b # v2.83.4 with: tool: cargo-fuzz@${{ env.CARGO_FUZZ_VERSION }} @@ -206,7 +206,7 @@ jobs: - name: Upload notary fuzz artifacts if: failure() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: nightly-notary-fuzz-artifacts path: products/notary/fuzz/artifacts @@ -234,7 +234,7 @@ jobs: uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 - name: Install cargo-fuzz - uses: taiki-e/install-action@25435dc8dd3baed7417e0c96d3fe89013a5b2e09 # v2.81.3 + uses: taiki-e/install-action@07b4745e0c39a41822af610387492e3e53aa222b # v2.83.4 with: tool: cargo-fuzz@${{ env.CARGO_FUZZ_VERSION }} @@ -258,7 +258,7 @@ jobs: - name: Upload platform fuzz artifacts if: failure() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: nightly-platform-fuzz-artifacts path: products/platform/fuzz/artifacts @@ -286,7 +286,7 @@ jobs: uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 - name: Install cargo-fuzz - uses: taiki-e/install-action@25435dc8dd3baed7417e0c96d3fe89013a5b2e09 # v2.81.3 + uses: taiki-e/install-action@07b4745e0c39a41822af610387492e3e53aa222b # v2.83.4 with: tool: cargo-fuzz@${{ env.CARGO_FUZZ_VERSION }} @@ -308,7 +308,7 @@ jobs: - name: Upload manifest fuzz artifacts if: failure() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: nightly-manifest-fuzz-artifacts path: products/manifest/fuzz/artifacts @@ -331,7 +331,7 @@ jobs: printf '%s\n' "${{ needs.changes.outputs.head_sha }}" > .nightly-security-state/last-success-sha - name: Save last successful nightly state - uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: .nightly-security-state key: nightly-security-state-${{ github.run_id }}-${{ github.run_attempt }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dca932f6..fadfc844 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -103,7 +103,7 @@ jobs: } >> "${GITHUB_OUTPUT}" - name: Set up evidence checker runtime - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 with: node-version: 22.12.0 @@ -172,7 +172,7 @@ jobs: - name: Restore Cargo release cache id: cargo-cache - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: | .cargo-home/registry @@ -402,10 +402,10 @@ jobs: path: dist/image-bin - name: Set up Docker Buildx - uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 + uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c - name: Log in to GHCR - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee + uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} @@ -682,7 +682,7 @@ jobs: echo "base64_subjects=$(base64 -w0 "${subjects}")" >> "${GITHUB_OUTPUT}" - name: Install cosign - uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3 + uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2 - name: Sign release artifacts (keyless) shell: bash