diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index e9964963..9ebeccf7 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -215,7 +215,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Upload - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: Event File path: ${{ github.event_path }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 21e2163f..384564ab 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -116,7 +116,7 @@ jobs: annotations: true - name: Upload SARIF artifact if: steps.scan.outcome == 'success' - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: SARIF ${{ matrix.arch }} path: ${{ steps.scan.outputs.sarif }}