diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index d8b1695b..8200a16d 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -52,7 +52,7 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload SARIF file - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 # We can't use the SARIF file when triggered by `merge_group` so we don't upload it. if: always() && github.event_name != 'merge_group' with: @@ -87,7 +87,7 @@ jobs: security-events: write steps: - name: Download SARIF file - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: results.sarif path: results.sarif