diff --git a/.github/workflows/build_binaries.yml b/.github/workflows/build_binaries.yml index 9f8955fd..a3a421d0 100644 --- a/.github/workflows/build_binaries.yml +++ b/.github/workflows/build_binaries.yml @@ -45,19 +45,19 @@ jobs: timeout-minutes: 60 steps: - name: Checkout repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: Install Rust toolchain uses: moonrepo/setup-rust@ede6de059f8046a5e236c94046823e2af11ca670 with: inherit-toolchain: true bins: cross - - uses: taiki-e/setup-cross-toolchain-action@0123528f956f923e7a476f4cc04882bc005e7c89 + - uses: taiki-e/setup-cross-toolchain-action@84e58a47fc2bcd3821a2aa8c153595bbffb0e10f with: target: ${{ matrix.target }} if: startsWith(matrix.os, 'ubuntu') && !contains(matrix.target, '-musl') - run: echo "RUSTFLAGS=${RUSTFLAGS} -C target-feature=+crt-static" >> "${GITHUB_ENV}" if: endsWith(matrix.target, 'windows-msvc') - - uses: taiki-e/upload-rust-binary-action@db101489b509ad1c7acce163e118eb36a1650f98 + - uses: taiki-e/upload-rust-binary-action@3962470d6e7f1993108411bc3f75a135ec67fc8c with: bin: shpool target: ${{ matrix.target }} diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 604ec9f0..f74c30ce 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -8,7 +8,7 @@ jobs: name: cargo deny --all-features check runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - uses: moonrepo/setup-rust@ede6de059f8046a5e236c94046823e2af11ca670 with: inherit-toolchain: true diff --git a/.github/workflows/presubmit.yml b/.github/workflows/presubmit.yml index 6f3a26d6..34ec7da9 100644 --- a/.github/workflows/presubmit.yml +++ b/.github/workflows/presubmit.yml @@ -6,7 +6,7 @@ jobs: name: cargo test --all-features runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - uses: moonrepo/setup-rust@ede6de059f8046a5e236c94046823e2af11ca670 with: inherit-toolchain: true @@ -14,7 +14,7 @@ jobs: - run: SHPOOL_LEAVE_TEST_LOGS=true cargo test --all-features - name: Archive Logs if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 id: artifact-upload-step with: name: test-logs @@ -26,7 +26,7 @@ jobs: # name: cargo +nightly miri test # runs-on: ubuntu-22.04 # steps: - # - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + # - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # - uses: moonrepo/setup-rust@b8edcc56aab474d90c7cf0bb8beeaf8334c15e9f # with: # components: miri @@ -38,7 +38,7 @@ jobs: name: cargo +nightly fmt -- --check runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - uses: moonrepo/setup-rust@ede6de059f8046a5e236c94046823e2af11ca670 with: components: rustfmt @@ -50,7 +50,7 @@ jobs: name: cargo +nightly cranky --all-targets -- -D warnings runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - uses: moonrepo/setup-rust@ede6de059f8046a5e236c94046823e2af11ca670 with: components: clippy @@ -63,7 +63,7 @@ jobs: name: cargo deny --all-features check licenses runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: Install Rust toolchain uses: moonrepo/setup-rust@ede6de059f8046a5e236c94046823e2af11ca670 with: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 958e0ac1..1d5ac070 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,13 +17,13 @@ jobs: # Generating a GitHub token, so that PRs and tags created by # the release-plz-action can trigger actions workflows. - name: Generate GitHub token - uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e + uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf id: generate-token with: app-id: ${{ secrets.RELEASE_PLZ_APP_ID }} # <-- GitHub App ID secret name private-key: ${{ secrets.RELEASE_PLZ_APP_PRIVATE_KEY }} # <-- GitHub App private key secret name - name: Checkout repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: fetch-depth: 0 - name: Install Rust toolchain @@ -31,7 +31,7 @@ jobs: with: bins: cross - name: Run release-plz - uses: MarcoIeni/release-plz-action@dde7b63054529c440305a924e5849c68318bcc9a + uses: MarcoIeni/release-plz-action@487eb7b5c085a664d5c5ca05f4159bd9b591182a env: GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }} CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}