diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 684802d5..fe8afd2f 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -50,7 +50,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - - uses: EmbarkStudios/cargo-deny-action@2d8c9929d8f9f42bedba73f1287cb0b479f07acb # v2 + - uses: EmbarkStudios/cargo-deny-action@e2f4ede4a4e60ea15ff31bc0647485d80c66cfba # v2 with: command: check bans licenses sources diff --git a/.github/workflows/careful.yml b/.github/workflows/careful.yml index c19916c6..81c28a34 100644 --- a/.github/workflows/careful.yml +++ b/.github/workflows/careful.yml @@ -37,7 +37,7 @@ jobs: with: toolchain: ${{ matrix.rust }} - name: install cargo-careful - uses: taiki-e/install-action@a22e1808bbd53573c0b897cc089c64643401af7d # v2 + uses: taiki-e/install-action@acf70b3a1ed953bccebc8c5d80cfdb16ec8ccc36 # v2 with: tool: cargo-careful - uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2 diff --git a/.github/workflows/ci-heavy.yml b/.github/workflows/ci-heavy.yml index cab8c267..166b5197 100644 --- a/.github/workflows/ci-heavy.yml +++ b/.github/workflows/ci-heavy.yml @@ -151,7 +151,7 @@ jobs: with: toolchain: ${{ matrix.rust }} - name: install cargo-hack - uses: taiki-e/install-action@a22e1808bbd53573c0b897cc089c64643401af7d # v2 + uses: taiki-e/install-action@acf70b3a1ed953bccebc8c5d80cfdb16ec8ccc36 # v2 with: tool: cargo-hack - uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2 @@ -253,7 +253,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Install cargo-hack - uses: taiki-e/install-action@a22e1808bbd53573c0b897cc089c64643401af7d # v2 + uses: taiki-e/install-action@acf70b3a1ed953bccebc8c5d80cfdb16ec8ccc36 # v2 with: tool: cargo-hack diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 3f053553..d68dd3bc 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Install cargo-tarpaulin - uses: taiki-e/install-action@a22e1808bbd53573c0b897cc089c64643401af7d # v2 + uses: taiki-e/install-action@acf70b3a1ed953bccebc8c5d80cfdb16ec8ccc36 # v2 with: tool: cargo-tarpaulin @@ -35,7 +35,7 @@ jobs: cargo tarpaulin --verbose --all-features --workspace --timeout 120 --out xml - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5 + uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5 with: token: ${{ secrets.CODECOV_TOKEN }} slug: rustic-rs/rustic_core \ No newline at end of file diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index 882578ff..35d27355 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -30,7 +30,7 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Run release-plz - uses: MarcoIeni/release-plz-action@2d634174257b7f46339e7533865a910743a0c5c9 # v0.5 + uses: MarcoIeni/release-plz-action@db75300cf27adcd986d6f0cf4a72a4ffcc11dae5 # v0.5 env: GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }} CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} \ No newline at end of file