Skip to content

Change sling:resourceSuperType of the spa page to the V3 core compone… #204

Change sling:resourceSuperType of the spa page to the V3 core compone…

Change sling:resourceSuperType of the spa page to the V3 core compone… #204

Workflow file for this run

name: Vulnerability check
on:
push:
branches:
- master
pull_request_target:
jobs:
security:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/maven-3-jdk-11@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
command: monitor