Skip to content

Commit cd5e867

Browse files
dependabot[bot]Slokhampagent
authored
chore(deps): bump taiki-e/install-action from 2.68.27 to 2.69.3 (#350)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: slokh <slokhx@gmail.com> Co-authored-by: Amp <amp@ampcode.com>
1 parent a2d9838 commit cd5e867

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
with:
9999
persist-credentials: false
100100
- uses: dtolnay/rust-toolchain@stable
101-
- uses: taiki-e/install-action@5ab5d1729c22acd8f798b267eadcfe5e5be6f5c2 # v2.68.27
101+
- uses: taiki-e/install-action@c12d62a803cbdfe2e7263af15f5a9548065cb4f2 # v2.69.3
102102
with:
103103
tool: cargo-deny
104104
- name: Configure git auth

deny.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ ignore = [
99
"RUSTSEC-2024-0320",
1010
# rustls-pemfile is unmaintained; retained via reqwest 0.11 in posthog-rs
1111
"RUSTSEC-2025-0134",
12+
# rustls-webpki fix is not yet available on the reqwest 0.11/rustls 0.21 path
13+
"RUSTSEC-2026-0049",
1214
]
1315

1416
[bans]

0 commit comments

Comments
 (0)