Skip to content

Commit 09b352a

Browse files
committed
chore: update GitHub Action pins
Pin all external workflow actions to current upstream default-branch SHAs.
1 parent 22868d4 commit 09b352a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rust-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
command: check bans licenses sources
3636
rust:
3737
needs: compliance
38-
uses: famedly/backend-build-workflows/.github/workflows/rust-workflow.yml@v2
38+
uses: famedly/backend-build-workflows/.github/workflows/rust-workflow.yml@fcc2ec82a725d5c4c9c6a8f19e8df101c178dcb6
3939
secrets: inherit
4040
with:
4141
clippy_args: '--all-features'
@@ -45,7 +45,7 @@ jobs:
4545

4646
publish:
4747
needs: rust
48-
uses: famedly/backend-build-workflows/.github/workflows/publish-crate.yml@v2
48+
uses: famedly/backend-build-workflows/.github/workflows/publish-crate.yml@fcc2ec82a725d5c4c9c6a8f19e8df101c178dcb6
4949
with:
5050
registry-name: "crates-io"
5151
registry-index: "https://github.com/rust-lang/crates.io-index"

0 commit comments

Comments
 (0)