From c41d57b439e3bf721dd688fab12821f29c39f75a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 19:54:22 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.3.4 to 4.3.5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.3.5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/0b2256b8c012f0828dc542b3febcab082c67f72b...89ef406dd8d7e03cfd12d9e0a4a378f454709029) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/bandit.yml | 2 +- .github/workflows/create-perf-json.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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