Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/cargo-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
# Remove this when it no longer FTBFS on `ring` in CI.
CARGO_PROFILE_TEST_BUILD_OVERRIDE_DEBUG: true
steps:
- uses: actions/checkout@v7.0.0

Check warning on line 34 in .github/workflows/cargo-build.yml

View workflow job for this annotation

GitHub Actions / zizmor

artipacked

cargo-build.yml:34: credential persistence through GitHub Actions artifacts: does not set persist-credentials: false
- uses: actions-rust-lang/setup-rust-toolchain@v1.16.1
- uses: actions-rust-lang/setup-rust-toolchain@v1.17.0
- name: Install dependencies
run: |
sudo apt-get update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cargo-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
- "openapi/*.json"
name: cargo clippy
jobs:
cargoclippy:

Check warning on line 22 in .github/workflows/cargo-clippy.yml

View workflow job for this annotation

GitHub Actions / zizmor

excessive-permissions

cargo-clippy.yml:22: overly broad permissions: default permissions used due to no permissions: block
name: cargo clippy
runs-on: ubuntu-latest
env:
Expand All @@ -30,8 +30,8 @@
# Remove this when it no longer FTBFS on `ring` in CI.
CARGO_PROFILE_TEST_BUILD_OVERRIDE_DEBUG: true
steps:
- uses: actions/checkout@v7.0.0

Check warning on line 33 in .github/workflows/cargo-clippy.yml

View workflow job for this annotation

GitHub Actions / zizmor

artipacked

cargo-clippy.yml:33: credential persistence through GitHub Actions artifacts: does not set persist-credentials: false
- uses: actions-rust-lang/setup-rust-toolchain@v1.16.1
- uses: actions-rust-lang/setup-rust-toolchain@v1.17.0
with:
components: clippy
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cargo-fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
# Remove this when it no longer FTBFS on `ring` in CI.
CARGO_PROFILE_TEST_BUILD_OVERRIDE_DEBUG: true
steps:
- uses: actions/checkout@v7.0.0

Check warning on line 34 in .github/workflows/cargo-fmt.yml

View workflow job for this annotation

GitHub Actions / zizmor

artipacked

cargo-fmt.yml:34: credential persistence through GitHub Actions artifacts: does not set persist-credentials: false
- uses: actions-rust-lang/setup-rust-toolchain@v1.16.1
- uses: actions-rust-lang/setup-rust-toolchain@v1.17.0
with:
components: rustfmt
rustflags: "" # use our .cargo/config.toml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cargo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
# Remove this when it no longer FTBFS on `ring` in CI.
CARGO_PROFILE_TEST_BUILD_OVERRIDE_DEBUG: true
steps:
- uses: actions/checkout@v7.0.0

Check warning on line 31 in .github/workflows/cargo-test.yml

View workflow job for this annotation

GitHub Actions / zizmor

artipacked

cargo-test.yml:31: credential persistence through GitHub Actions artifacts: does not set persist-credentials: false
- uses: actions-rust-lang/setup-rust-toolchain@v1.16.1
- uses: actions-rust-lang/setup-rust-toolchain@v1.17.0
- uses: taiki-e/install-action@cargo-llvm-cov
- uses: taiki-e/install-action@nextest
- name: Install dependencies
Expand Down
Loading