Skip to content

Commit 8a9cc32

Browse files
chore(BLUE-129): pin actions versions (#36)
At Doctolib, we already had a strong security posture on our GitHub Actions, but following the [tj-actions repository compromission and the disclosure of CVE-2025-30066](https://www.wiz.io/blog/github-action-tj-actions-changed-files-supply-chain-attack-cve-2025-30066), we are forced to do even better! 💪 We want to pin all external GitHub Actions versions we use to a commit SHA-1 instead of a floating tag that can still be overridden by a malicious actor. FYI, the clippy-check action used in another workflow is not present in our allowlist and thus cannot be used today. It was also deprecated by the maintainers so we might want to change that. https://github.com/actions-rs/clippy-check
1 parent d6570c9 commit 8a9cc32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install apt-get
1818
run: sudo apt-get install -y clang llvm
1919
- name: Install latest nightly
20-
uses: dtolnay/rust-toolchain@v1
20+
uses: dtolnay/rust-toolchain@888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1 # v1
2121
with:
2222
toolchain: nightly
2323
components: rustfmt, clippy

0 commit comments

Comments
 (0)