From d1156a23a0b023722180a9d5f8a7dac9351990cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 06:16:42 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 6 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/common-codeql.yaml | 2 +- .github/workflows/common-trivy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/common-codeql.yaml b/.github/workflows/common-codeql.yaml index 47359f6..fdd7f2b 100644 --- a/.github/workflows/common-codeql.yaml +++ b/.github/workflows/common-codeql.yaml @@ -36,7 +36,7 @@ jobs: - name: Upload PDF report as an artifact if: ${{ inputs.export-report }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: codeql-report path: report.pdf diff --git a/.github/workflows/common-trivy.yaml b/.github/workflows/common-trivy.yaml index 186630b..d660b61 100644 --- a/.github/workflows/common-trivy.yaml +++ b/.github/workflows/common-trivy.yaml @@ -89,7 +89,7 @@ jobs: - name: Upload CSV report as an artifact if: ${{ inputs.export-csv }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: trivy-report path: trivy-report.csv