Skip to content

Commit f335950

Browse files
committed
ci: pin cargo-deny-action and gitleaks-action to immutable SHAs
1 parent 00179c7 commit f335950

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cargo-deny.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: dtolnay/rust-toolchain@stable
2222

2323
- name: Run cargo-deny
24-
uses: EmbarkStudios/cargo-deny-action@v2
24+
uses: EmbarkStudios/cargo-deny-action@91bf2b620e09e18d6eb78b92e7861937469acedb # v6
2525
with:
2626
rust-version: stable
2727
manifest-path: ./codex-rs/Cargo.toml

.github/workflows/stage-gates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.1.1
141141
with:
142142
fetch-depth: 0
143-
- uses: gitleaks/gitleaks-action@v2
143+
- uses: gitleaks/gitleaks-action@ff98106e4c7b2bc287b24eaf42907196329070c7 # v4
144144
env:
145145
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
146146

0 commit comments

Comments
 (0)