Skip to content

SNOW-1813471: CVE-2024-47535 [Snyk] Fix for 1 vulnerabilities #4184

SNOW-1813471: CVE-2024-47535 [Snyk] Fix for 1 vulnerabilities

SNOW-1813471: CVE-2024-47535 [Snyk] Fix for 1 vulnerabilities #4184

Workflow file for this run

name: Check Style
on:
pull_request:
branches:
- master
jobs:
check-style:
name: Check Style
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: Check Style
shell: bash
run: mvn clean validate --batch-mode --show-version -P check-style