diff --git a/.github/workflows/bandit.yml b/.github/workflows/bandit.yml index 0c21976d..405ce1eb 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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 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 422bd4d8..7f051a70 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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: name: perf-json path: scripts/perf