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.
1 parent 4982176 commit f8e9537Copy full SHA for f8e9537
.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: 21
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