diff --git a/.github/workflows/bandit.yml b/.github/workflows/bandit.yml index a439b239..523e55cf 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@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 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 1b266df2..150e961d 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@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: perf-json path: scripts/perf