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 7f70091 commit 5aee184Copy full SHA for 5aee184
.github/workflows/dependency-check.yml
@@ -5,16 +5,19 @@ 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:
16
runner-os: 'windows-latest'
17
java-distribution: 'temurin'
18
java-version: 24
19
secrets:
20
nvd-api-key: ${{ secrets.NVD_API_KEY }}
21
+ ossindex-username: ${{ secrets.OSSINDEX_USERNAME }}
22
+ ossindex-token: ${{ secrets.OSSINDEX_API_TOKEN }}
23
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
0 commit comments