Update to latest version of capi client to pick up cotton capital tag… #2171
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: Snyk | |
on: | |
schedule: | |
- cron: '0 6 * * *' | |
push: | |
branches: | |
- main | |
workflow_dispatch: | |
permissions: | |
contents: read | |
jobs: | |
security: | |
uses: guardian/.github/.github/workflows/sbt-node-snyk.yml@main | |
with: | |
ORG: guardian-dotcom-n2y | |
secrets: | |
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} |