Skip to content

Commit

Permalink
chore: add 14.15.4 (jobs.analyze.steps.with.node-version)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Jan 6, 2021
1 parent a0bceb1 commit cc3bb9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- run: git checkout
if: '${{ github.event_name == ''pull_request'' }}'
if: ${{ github.event_name == 'pull_request' }}
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: javascript
- uses: actions/setup-node@v1
with:
node-version: 14.15.3
node-version: 14.15.4
- run: npm install
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1

0 comments on commit cc3bb9e

Please sign in to comment.