Skip to content

Bump dustjs-linkedin from 2.5.0 to 3.0.0 #153

Bump dustjs-linkedin from 2.5.0 to 3.0.0

Bump dustjs-linkedin from 2.5.0 to 3.0.0 #153

Workflow file for this run

name: Snyk Code (SAST)
on:
push:
jobs:
snyk:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run Snyk to check SAST issues
uses: snyk/actions/setup@master
- name: Snyk Code Test
run: snyk code test --sarif > snyk.sarif
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN}

Check failure on line 14 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / Snyk Code (SAST)

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 14, Col: 23): The expression is not closed. An unescaped ${{ sequence was found, but the closing }} sequence was not found.
- name: Upload results to Github Code Scanning
uses: github/codeql-action/upload-sarif@v1
with:
sarif_file: snyk_sarif