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 2289dd8 commit 72e4be2Copy full SHA for 72e4be2
.github/workflows/dependency-check.yml
@@ -5,16 +5,17 @@ on:
5
push:
6
branches:
7
- 'release/**'
8
+ - 'hotfix/**'
9
workflow_dispatch:
10
11
12
jobs:
13
check-dependencies:
- uses: skymatic/workflows/.github/workflows/run-dependency-check.yml@v1
14
+ uses: skymatic/workflows/.github/workflows/run-dependency-check.yml@v3
15
with:
- runner-os: 'ubuntu-latest'
16
- java-distribution: 'zulu'
17
java-version: 21
18
secrets:
19
nvd-api-key: ${{ secrets.NVD_API_KEY }}
+ ossindex-username: ${{ secrets.OSSINDEX_USERNAME }}
20
+ ossindex-token: ${{ secrets.OSSINDEX_API_TOKEN }}
21
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
0 commit comments