From 2f74d35e487cb76d1aa94dd92713b3fb09c8450d Mon Sep 17 00:00:00 2001 From: stvnrlly Date: Tue, 11 Jul 2023 21:32:35 -0400 Subject: [PATCH] fix spelling error --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index c97cfe861..d59e385bb 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -94,7 +94,7 @@ jobs: - name: Run scan run: bandit -r app/ -f txt -o /tmp/bandit-output.txt --confidence-level medium - name: Upload bandit artifact - uses: action/upload-artifact@v3 + uses: actions/upload-artifact@v3 with: name: bandit-report path: /tmp/bandit-output.txt