We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33c045b + 4760e75 commit da2e821Copy full SHA for da2e821
2 files changed
.github/workflows/maven-dependency-check.yml
@@ -39,7 +39,7 @@ jobs:
39
# shellcheck disable=SC2086
40
./mvnw ${MAVEN_CLI_OPTS} dependency-check:aggregate
41
- name: Upload artifacts
42
- uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
+ uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
43
with:
44
name: ${{ github.workflow }}
45
path: xml/target/
.github/workflows/scorecards.yml
@@ -30,7 +30,7 @@ jobs:
30
results_format: sarif
31
publish_results: true
32
- name: "Upload artifact"
33
34
35
name: SARIF file
36
path: results.sarif
0 commit comments