feat(CB2-15349): fixes for 1998 text bug to 1988 #2823
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
jobs: | |
security: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Run Snyk to check for vulnerabilities | |
uses: snyk/actions/gradle-jdk11@master | |
with: | |
args: '--all-projects' | |
env: | |
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} |