Skip to content

Commit 7350e69

Browse files
dependabot[bot]yardenshoham
authored andcommitted
build(deps): bump actions/upload-artifact from 4.6.0 to 4.6.2 (dexidp#4053)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@65c4c4a...ea165f8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Yarden Shoham <git@yardenshoham.com>
1 parent 1158a7e commit 7350e69

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/analysis-scorecard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
publish_results: true
3636

3737
- name: Upload results as artifact
38-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
38+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
3939
with:
4040
name: OpenSSF Scorecard results
4141
path: results.sarif

.github/workflows/artifacts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
run: sudo chmod 0644 ./cache/db/trivy.db
226226

227227
- name: Upload Trivy scan results as artifact
228-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
228+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
229229
with:
230230
name: "[${{ github.job }}] Trivy scan results"
231231
path: trivy-results.sarif

0 commit comments

Comments
 (0)