1 parent 00179c7 commit f335950Copy full SHA for f335950
2 files changed
.github/workflows/cargo-deny.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: dtolnay/rust-toolchain@stable
22
23
- name: Run cargo-deny
24
- uses: EmbarkStudios/cargo-deny-action@v2
+ uses: EmbarkStudios/cargo-deny-action@91bf2b620e09e18d6eb78b92e7861937469acedb # v6
25
with:
26
rust-version: stable
27
manifest-path: ./codex-rs/Cargo.toml
.github/workflows/stage-gates.yml
@@ -140,7 +140,7 @@ jobs:
140
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.1.1
141
142
fetch-depth: 0
143
- - uses: gitleaks/gitleaks-action@v2
+ - uses: gitleaks/gitleaks-action@ff98106e4c7b2bc287b24eaf42907196329070c7 # v4
144
env:
145
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
146
0 commit comments