We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 58fe865 + 201675a commit fb88c99Copy full SHA for fb88c99
.github/workflows/dependency-check.yml
@@ -10,11 +10,13 @@ on:
10
11
jobs:
12
check-dependencies:
13
- uses: skymatic/workflows/.github/workflows/run-dependency-check.yml@v1
+ uses: skymatic/workflows/.github/workflows/run-dependency-check.yml@v3
14
with:
15
runner-os: 'ubuntu-latest'
16
java-distribution: 'temurin'
17
java-version: 23
18
secrets:
19
nvd-api-key: ${{ secrets.NVD_API_KEY }}
20
+ ossindex-username: ${{ secrets.OSSINDEX_USERNAME }}
21
+ ossindex-token: ${{ secrets.OSSINDEX_API_TOKEN }}
22
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
0 commit comments