Skip to content

Commit 4760e75

Browse files
Bump actions/upload-artifact from 4.4.2 to 4.4.3 (#172)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.2 to 4.4.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@8448086...b4b15b8) --- 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>
1 parent f5ab3bd commit 4760e75

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven-dependency-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# shellcheck disable=SC2086
4040
./mvnw ${MAVEN_CLI_OPTS} dependency-check:aggregate
4141
- name: Upload artifacts
42-
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
42+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
4343
with:
4444
name: ${{ github.workflow }}
4545
path: xml/target/

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
results_format: sarif
3131
publish_results: true
3232
- name: "Upload artifact"
33-
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
33+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
3434
with:
3535
name: SARIF file
3636
path: results.sarif

0 commit comments

Comments
 (0)