summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-02-13 12:19:30 +0000
committerGitHub <noreply@github.com>2024-02-13 12:19:30 +0000
commit07fbf063df76bbc7dcb2e87331427ad4e6110a48 (patch)
tree53c61ec6329f68908de263a569b8f518708a47f8
parent1e4e967f96bca8c311b05a829c123ad466f74553 (diff)
build(deps): update embarkstudios/cargo-deny-action action to v1.5.15
-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 9600dc744..bdb28833f 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.13
+ uses: EmbarkStudios/cargo-deny-action@v1.5.15
with:
command: check ${{ matrix.checks }}