Skip to content

Commit

Permalink
chore: Trigger snyk (#223)
Browse files Browse the repository at this point in the history
* chore: Trigger snyk

* allow workflow dispatch

* Bump node version

* Bump semantic-release-action

---------

Co-authored-by: Jonathon Herbert <[email protected]>
  • Loading branch information
kenoir and jonathonherbert authored Apr 24, 2023
1 parent d97a67e commit ff46e5f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
node-version: [16.15.1]
node-version: [18.15.0]

steps:
- uses: actions/checkout@v3
Expand All @@ -30,7 +30,7 @@ jobs:
- run: npm run test
- run: npm run build
- name: Semantic Release
uses: cycjimmy/semantic-release-action@5982a02995853159735cb838992248c4f0f16166
uses: cycjimmy/semantic-release-action@8e58d20d0f6c8773181f43eb74d6a05e3099571d
with:
branches: |
[
Expand Down
16 changes: 16 additions & 0 deletions .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# This action is just a test
name: Snyk

on:
push:
workflow_dispatch:

jobs:
security:
uses: guardian/.github/.github/workflows/sbt-node-snyk.yml@main
with:
DEBUG: true
ORG: guardian-test
SKIP_NODE: false
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.15.1
18.15.0

0 comments on commit ff46e5f

Please sign in to comment.