diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 9d2769a..059019b 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -37,7 +37,7 @@ jobs: with: submodules: false - name: Format and Clippy - Stable toolchain - uses: eclipse-opensovd/cicd-workflows/rust-lint-and-format-action@b90aee53ba1739e08f7991d24241b23903a8c11a + uses: eclipse-opensovd/cicd-workflows/rust-lint-and-format-action@59d86655e1e790d8c44f7e7dd5c295d7a968cc27 with: toolchain: 1.88.0 github-token: ${{ secrets.GITHUB_TOKEN }} @@ -48,7 +48,7 @@ jobs: rustfmt-enable-reviewdog: "false" error-on-unformatted: "false" - name: Format and Clippy - Nightly toolchain pinned - uses: eclipse-opensovd/cicd-workflows/rust-lint-and-format-action@b90aee53ba1739e08f7991d24241b23903a8c11a + uses: eclipse-opensovd/cicd-workflows/rust-lint-and-format-action@59d86655e1e790d8c44f7e7dd5c295d7a968cc27 with: toolchain: nightly-2025-07-14 github-token: ${{ secrets.GITHUB_TOKEN }} @@ -61,7 +61,7 @@ jobs: - name: Format and Clippy - Nightly toolchain latest id: nightly-clippy continue-on-error: true - uses: eclipse-opensovd/cicd-workflows/rust-lint-and-format-action@b90aee53ba1739e08f7991d24241b23903a8c11a + uses: eclipse-opensovd/cicd-workflows/rust-lint-and-format-action@59d86655e1e790d8c44f7e7dd5c295d7a968cc27 with: toolchain: nightly github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index c842a1d..0507bc3 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -33,4 +33,4 @@ jobs: runs-on: ubuntu-latest steps: - name: Run checks - uses: eclipse-opensovd/cicd-workflows/pre-commit-action@b90aee53ba1739e08f7991d24241b23903a8c11a + uses: eclipse-opensovd/cicd-workflows/pre-commit-action@59d86655e1e790d8c44f7e7dd5c295d7a968cc27