Skip to content

Commit 58edbb5

Browse files
🚨 Update github actions
1 parent 79e5014 commit 58edbb5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎.github/workflows/pre-merge-ci.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
# run: ./hack/validate-acceptable-bundles.sh
7272

7373
- name: Upload test coverage report
74-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
74+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
7575
if: always()
7676
env:
7777
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

‎.github/workflows/release.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
Also save the release notes in a file named "release-notes.md".
115115
116116
- name: Upload artifact
117-
uses: actions/upload-artifact@v6
117+
uses: actions/upload-artifact@v7
118118
with:
119119
name: release-notes
120120
path: release-notes.md
@@ -152,7 +152,7 @@ jobs:
152152
git push -f --tags
153153
154154
- name: Download artifact
155-
uses: actions/download-artifact@v7
155+
uses: actions/download-artifact@v8
156156
with:
157157
name: release-notes
158158

‎.github/workflows/scorecards.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
8282
# format to the repository Actions tab.
8383
- name: "Upload artifact"
84-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
84+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
8585
with:
8686
name: SARIF file
8787
path: results.sarif

0 commit comments

Comments
 (0)