Skip to content

Commit da2e821

Browse files
committed
2 parents 33c045b + 4760e75 commit da2e821

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)