diff --git a/.github/workflows/bindings.yml b/.github/workflows/bindings.yml index 0aca279..3590a58 100644 --- a/.github/workflows/bindings.yml +++ b/.github/workflows/bindings.yml @@ -98,7 +98,7 @@ jobs: with: workspaces: "." key: bindings-kotlin - - uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0 + - uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5.6.0 with: distribution: temurin java-version: "17" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9095fa..e90a2e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,7 +123,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - - uses: EmbarkStudios/cargo-deny-action@bb137d7af7e4fb67e5f82a49c4fce4fad40782fe # v2 + - uses: EmbarkStudios/cargo-deny-action@3c6349835b2b7b196a839186cb8b78e02f7b5f25 # v2 with: # Use the action's dedicated `manifest-path` input — passing # `--manifest-path` inside `arguments` collides with the flag the diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml index ddede4b..3233820 100644 --- a/.github/workflows/fuzz.yml +++ b/.github/workflows/fuzz.yml @@ -61,7 +61,7 @@ jobs: workspaces: "fuzz" key: fuzz-${{ matrix.target }} - name: Install cargo-fuzz - uses: taiki-e/install-action@9e1e5806d4a4822de933115878265be9aaa786d9 # v2 + uses: taiki-e/install-action@7572810d7dd469b651bb7793945692cf78da5dd7 # v2 with: tool: cargo-fuzz # Copy the committed seeds into the (otherwise empty) corpus dir so the diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6eb6d03..2de1ecc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -131,7 +131,7 @@ jobs: tar -czf "dist/${NAME}.tar.gz" -C dist "${NAME}" shasum -a 256 "dist/${NAME}.tar.gz" > "dist/${NAME}.tar.gz.sha256" - name: Generate SLSA build provenance attestation - uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0 + uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1 with: subject-path: dist/phantom_protocol-*.tar.gz - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 @@ -163,7 +163,7 @@ jobs: run: | cd dist ls -la - - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 + - uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 with: draft: true generate_release_notes: true