Skip to content
Open
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
8 changes: 4 additions & 4 deletions .github/workflows/rust-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v5
uses: fsfe/reuse-action@6ac5c823270d369f01e3c491c708f706f2bdc355
- name: Dependency license check
uses: EmbarkStudios/cargo-deny-action@v2
uses: EmbarkStudios/cargo-deny-action@a531616d8ce3b9177443e48a1159bc945a099823
with:
command: check bans licenses sources
rust:
needs: compliance
uses: famedly/backend-build-workflows/.github/workflows/rust-workflow.yml@v2
uses: famedly/backend-build-workflows/.github/workflows/rust-workflow.yml@fcc2ec82a725d5c4c9c6a8f19e8df101c178dcb6
secrets: inherit
with:
clippy_args: '--all-features'
Expand All @@ -45,7 +45,7 @@ jobs:

publish:
needs: rust
uses: famedly/backend-build-workflows/.github/workflows/publish-crate.yml@v2
uses: famedly/backend-build-workflows/.github/workflows/publish-crate.yml@fcc2ec82a725d5c4c9c6a8f19e8df101c178dcb6
with:
registry-name: "crates-io"
registry-index: "https://github.com/rust-lang/crates.io-index"
Expand Down