Skip to content

Bump org.junit.platform:junit-platform-launcher from 1.8.2 to 1.11.3 #26

Bump org.junit.platform:junit-platform-launcher from 1.8.2 to 1.11.3

Bump org.junit.platform:junit-platform-launcher from 1.8.2 to 1.11.3 #26

Workflow file for this run

name: Snyk test
on:
- pull_request
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Snyk to check for JDK vulnerabilities
uses: snyk/actions/gradle-jdk17@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --all-projects --configuration-matching="^runtimeClasspath$" --fail-on=upgradable --org=radar-base --policy-path=.snyk --severity-threshold=high