We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb39bb4 + 77dee7f commit 15f674aCopy full SHA for 15f674a
2 files changed
.github/workflows/scorecard.yml
@@ -60,7 +60,7 @@ jobs:
60
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
61
# format to the repository Actions tab.
62
- name: "Upload artifact"
63
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v7
64
with:
65
name: SARIF file
66
path: results.sarif
.github/workflows/test.yml
@@ -48,7 +48,7 @@ jobs:
48
exit 1
49
fi
50
- name: Archive recent build
51
52
53
name: collection-build
54
path: netscaler-adc-*.tar.gz
0 commit comments