We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22868d4 commit 09b352aCopy full SHA for 09b352a
1 file changed
.github/workflows/rust-workflow.yml
@@ -35,7 +35,7 @@ jobs:
35
command: check bans licenses sources
36
rust:
37
needs: compliance
38
- uses: famedly/backend-build-workflows/.github/workflows/rust-workflow.yml@v2
+ uses: famedly/backend-build-workflows/.github/workflows/rust-workflow.yml@fcc2ec82a725d5c4c9c6a8f19e8df101c178dcb6
39
secrets: inherit
40
with:
41
clippy_args: '--all-features'
@@ -45,7 +45,7 @@ jobs:
45
46
publish:
47
needs: rust
48
- uses: famedly/backend-build-workflows/.github/workflows/publish-crate.yml@v2
+ uses: famedly/backend-build-workflows/.github/workflows/publish-crate.yml@fcc2ec82a725d5c4c9c6a8f19e8df101c178dcb6
49
50
registry-name: "crates-io"
51
registry-index: "https://github.com/rust-lang/crates.io-index"
0 commit comments