From 4f66a02bb8ecf3c7f925ed5b1ede869cbff4592b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 14:58:57 +0000 Subject: [PATCH] deps(deps): bump the github-official group across 1 directory with 3 updates Bumps the github-official group with 3 updates in the / directory: [actions/upload-artifact](https://github.com/actions/upload-artifact), [github/codeql-action](https://github.com/github/codeql-action) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from de65e23aa2b7e23d713bb51fbfcb6d502f8667d8 to 043fb46d1a93c77aae656e7c1c64a875d1fc6a0a - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/de65e23aa2b7e23d713bb51fbfcb6d502f8667d8...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a) Updates `github/codeql-action` from 4.35.2 to 4.35.3 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/95e58e9a2cdfd71adc6e0353d5c52f41a045d225...e46ed2cbd01164d986452f91f178727624ae40d7) Updates `actions/download-artifact` from 5.0.0 to 8.0.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/634f93cb2916e3fdff6788551b99b062d0335ce0...3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 043fb46d1a93c77aae656e7c1c64a875d1fc6a0a dependency-type: direct:production dependency-group: github-official - dependency-name: github/codeql-action dependency-version: 4.35.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-official - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-official ... Signed-off-by: dependabot[bot] --- .github/workflows/cybersandbox-build.yml | 4 ++-- .github/workflows/leaderboard-refresh.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cybersandbox-build.yml b/.github/workflows/cybersandbox-build.yml index 4251e82..7c97182 100644 --- a/.github/workflows/cybersandbox-build.yml +++ b/.github/workflows/cybersandbox-build.yml @@ -132,7 +132,7 @@ jobs: } >> "$GITHUB_STEP_SUMMARY" - name: Upload image size artifact - uses: actions/upload-artifact@de65e23aa2b7e23d713bb51fbfcb6d502f8667d8 # v5.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v5.0.0 with: name: cybersandbox-image-size path: image-size.txt @@ -153,7 +153,7 @@ jobs: - name: Upload Trivy SARIF if: always() - uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2 + uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3 with: sarif_file: trivy-results.sarif category: trivy-container diff --git a/.github/workflows/leaderboard-refresh.yml b/.github/workflows/leaderboard-refresh.yml index cae0d2b..8fd1c36 100644 --- a/.github/workflows/leaderboard-refresh.yml +++ b/.github/workflows/leaderboard-refresh.yml @@ -143,7 +143,7 @@ jobs: ls "${result_dir}/upstream" - name: Upload sidecars - uses: actions/upload-artifact@de65e23aa2b7e23d713bb51fbfcb6d502f8667d8 # v5.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v5.0.0 with: name: sidecars-${{ matrix.target }} path: evaluation/result/ @@ -179,13 +179,13 @@ jobs: # 'upstream' path component as the classification signal, so the layout # round-trips end-to-end. - name: Download cybersandbox sidecars - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: sidecars-cybersandbox path: evaluation/result/ - name: Download upstream sidecars - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: sidecars-upstream path: evaluation/result/