summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-01-24 18:47:34 +0000
committerGitHub <noreply@github.com>2024-01-24 18:47:34 +0000
commit7ec0e62ea331a58b0564b5529565756d41d91d5b (patch)
tree5efc061da73b2041ec51365b7f1145df32b58e62 /.github
parentaaf768d95c592e46f12592b40916821ce4f9b9f4 (diff)
build(deps): update embarkstudios/cargo-deny-action action to v1.5.12
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/security-audit.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/security-audit.yml b/.github/workflows/security-audit.yml
index 14217ff8a..a41ce733b 100644
--- a/.github/workflows/security-audit.yml
+++ b/.github/workflows/security-audit.yml
@@ -24,6 +24,6 @@ jobs:
- name: Setup | Checkout
uses: actions/checkout@v4
- name: Test | Security Audit
- uses: EmbarkStudios/cargo-deny-action@v1.5.11
+ uses: EmbarkStudios/cargo-deny-action@v1.5.12
with:
command: check ${{ matrix.checks }}