From 08fac66d80b1bb887a3bedb93a5252362df2b144 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 16:25:57 +0000 Subject: [PATCH] ci(sync): update GitHub Actions Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/actions/trivy/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/trivy/action.yaml b/.github/actions/trivy/action.yaml index 2e59018..245884d 100644 --- a/.github/actions/trivy/action.yaml +++ b/.github/actions/trivy/action.yaml @@ -137,7 +137,7 @@ runs: - name: trivy/upload-sbom if: ${{ github.ref_name == github.event.repository.default_branch }} - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 - https://github.com/actions/upload-artifact/releases + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 - https://github.com/actions/upload-artifact/releases with: name: ${{ steps.artifact.outputs.name }} path: ${{ github.workspace }}/dependency-results.sbom.json