Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand All @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading