Skip to content

Commit 0af9f45

Browse files
authored
Merge pull request #29 from Homebrew/dependabot/github_actions/artifacts-aeec8888df
build(deps): bump the artifacts group with 2 updates
2 parents 8c35a37 + 6d0a036 commit 0af9f45

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/actionlint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- run: zizmor --format sarif . > results.sarif
5050

5151
- name: Upload SARIF file
52-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
52+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
5353
with:
5454
name: results.sarif
5555
path: results.sarif
@@ -73,7 +73,7 @@ jobs:
7373
security-events: write
7474
steps:
7575
- name: Download SARIF file
76-
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
76+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
7777
with:
7878
name: results.sarif
7979
path: results.sarif

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
exit-code: '1'
8282

8383
- name: Upload Trivy scan results to GitHub Security tab
84-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
84+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
8585
with:
8686
name: trivy-results.sarif
8787
path: trivy-results.sarif

0 commit comments

Comments
 (0)