diff --git a/.github/workflows/bandit.yml b/.github/workflows/bandit.yml index 826b0676..431c0e64 100644 --- a/.github/workflows/bandit.yml +++ b/.github/workflows/bandit.yml @@ -38,7 +38,7 @@ jobs: continue-on-error: true - name: Archive scan results - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 + uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5 with: name: bandit_scan_results path: bandit_scan_results.sarif diff --git a/.github/workflows/create-perf-json.yml b/.github/workflows/create-perf-json.yml index 19a05b7c..09bea1b0 100644 --- a/.github/workflows/create-perf-json.yml +++ b/.github/workflows/create-perf-json.yml @@ -36,7 +36,7 @@ jobs: run: python create_perf_json.py -v - name: Archive perf json files - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 + uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5 with: name: perf-json path: scripts/perf