We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5fef4f1 + 758476b commit bfd2f9fCopy full SHA for bfd2f9f
.github/workflows/actionlint.yml
@@ -52,7 +52,7 @@ jobs:
52
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53
54
- name: Upload SARIF file
55
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
+ uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
56
# We can't use the SARIF file when triggered by `merge_group` so we don't upload it.
57
if: always() && github.event_name != 'merge_group'
58
with:
@@ -87,7 +87,7 @@ jobs:
87
security-events: write
88
steps:
89
- name: Download SARIF file
90
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
+ uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
91
92
name: results.sarif
93
path: results.sarif
0 commit comments