Skip to content

Commit

Permalink
Updated actions/checkout to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
ransome1 committed Nov 3, 2023
1 parent a5588c7 commit a9ada2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/code-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
snyk:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: Run Snyk to check for vulnerabilities
Expand All @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: nodejsscan scan
id: njsscan
uses: ajinabraham/njsscan-action@master
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
language: [ 'javascript' ]
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up Node 18
uses: actions/setup-node@v3
- name: Initialize CodeQL
Expand All @@ -79,7 +79,7 @@ jobs:
runs-on: ubuntu-latest
needs: codeql
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: pixta-dev/repository-mirroring-action@v1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"webpack-merge": "^5.9.0"
},
"build": {
"buildVersion": "29",
"buildVersion": "30",
"asar": true,
"asarUnpack": "**\\*.{node,dll}",
"files": [
Expand Down

0 comments on commit a9ada2d

Please sign in to comment.