Skip to content

Commit

Permalink
Merge branch 'dev' into IN-831-edit-organization-page
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Jan 9, 2024
2 parents 9202eb1 + ba68a1a commit 4d58320
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/njsscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ name: njsscan

on:
push:
branches: [ "dev", "main" ]
branches: ['dev', 'main']
pull_request:
# The branches below must be a subset of the branches above
branches: [ "dev" ]
branches: ['dev']
schedule:
- cron: '27 4 * * 1'

Expand All @@ -29,14 +29,14 @@ jobs:
runs-on: ubuntu-latest
name: njsscan code scanning
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: 🧐 nodejsscan scan
id: njsscan
uses: ajinabraham/njsscan-action@7237412fdd36af517e2745077cedbf9d6900d711
with:
args: '. --sarif --output results.sarif || true'
- name: Upload njsscan report
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: results.sarif
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: 🧐 nodejsscan scan
id: njsscan
uses: ajinabraham/njsscan-action@7237412fdd36af517e2745077cedbf9d6900d711
with:
args: '. --sarif --output results.sarif || true'
- name: Upload njsscan report
uses: github/codeql-action/upload-sarif@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3
with:
sarif_file: results.sarif

0 comments on commit 4d58320

Please sign in to comment.