Skip to content

Commit

Permalink
Changed version specifier for dependency-check/Change used JDK version (
Browse files Browse the repository at this point in the history
#46)

* Changed version specifier for dependency-check

See: cryptomator/cryptofs#202 (comment)

* Updated JDK for dependency-check to 21

See: 5b2a228

---------

Co-authored-by: Sebastian Stenzel <[email protected]>
  • Loading branch information
JaniruTEC and overheadhunter authored Feb 9, 2024
1 parent 40554e6 commit 2d284e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependency-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ on:

jobs:
check-dependencies:
uses: skymatic/workflows/.github/workflows/run-dependency-check.yml@main
uses: skymatic/workflows/.github/workflows/run-dependency-check.yml@v1
with:
runner-os: 'ubuntu-latest'
java-distribution: 'temurin'
java-version: 11
java-version: 21
secrets:
nvd-api-key: ${{ secrets.NVD_API_KEY }}
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit 2d284e0

Please sign in to comment.