Skip to content

Commit 72e4be2

Browse files
authored
[skip ci] bump dependency-check-workflow to version 3 (#82)
1 parent 2289dd8 commit 72e4be2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/dependency-check.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,17 @@ 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:
15-
runner-os: 'ubuntu-latest'
16-
java-distribution: 'zulu'
1716
java-version: 21
1817
secrets:
1918
nvd-api-key: ${{ secrets.NVD_API_KEY }}
19+
ossindex-username: ${{ secrets.OSSINDEX_USERNAME }}
20+
ossindex-token: ${{ secrets.OSSINDEX_API_TOKEN }}
2021
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}

0 commit comments

Comments
 (0)