Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.github/workflows/bandit.yaml
diff options
context:
space:
mode:
authorDaniel Girtler <girtler.daniel@gmail.com>2023-09-05 21:32:30 +1000
committerDaniel Girtler <girtler.daniel@gmail.com>2023-09-05 21:32:30 +1000
commitbcf1eb3e36a46117cf13fd4ce4f22b8525f3cd3e (patch)
tree09d541139067732f96289a818248cfe79be800b5 /.github/workflows/bandit.yaml
parentd93bf84e5928dac930ac0d2f25c4bbae7d328002 (diff)
Update
Diffstat (limited to '.github/workflows/bandit.yaml')
-rw-r--r--.github/workflows/bandit.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/bandit.yaml b/.github/workflows/bandit.yaml
index 84c63348..4378e8ac 100644
--- a/.github/workflows/bandit.yaml
+++ b/.github/workflows/bandit.yaml
@@ -6,7 +6,7 @@ jobs:
container:
image: archlinux:latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- run: pacman --noconfirm -Syu bandit
- name: Security checkup with Bandit
run: bandit -r archinstall || exit 0