Skip to content

Commit 5aee184

Browse files
committed
[skip ci] bump dependency-check-workflow to version 3
1 parent 7f70091 commit 5aee184

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/dependency-check.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,19 @@ on:
55
push:
66
branches:
77
- 'release/**'
8+
- 'hotfix/**'
89
workflow_dispatch:
910

1011

1112
jobs:
1213
check-dependencies:
13-
uses: skymatic/workflows/.github/workflows/run-dependency-check.yml@v1
14+
uses: skymatic/workflows/.github/workflows/run-dependency-check.yml@v3
1415
with:
1516
runner-os: 'windows-latest'
1617
java-distribution: 'temurin'
1718
java-version: 24
1819
secrets:
1920
nvd-api-key: ${{ secrets.NVD_API_KEY }}
21+
ossindex-username: ${{ secrets.OSSINDEX_USERNAME }}
22+
ossindex-token: ${{ secrets.OSSINDEX_API_TOKEN }}
2023
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}

0 commit comments

Comments
 (0)