Skip to content

Commit

Permalink
Fix CodeQL GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
petamoriken committed Jan 12, 2022
1 parent 3137f66 commit 8d48c8c
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ permissions:

jobs:
analyze:
- if: github.actor == 'dependabot[bot]'
name: Cancel in case of dependencies update
uses: andymckay/[email protected]

name: Analyze
runs-on: ubuntu-latest
if: |
Expand All @@ -29,15 +25,15 @@ jobs:
(github.event_name == 'pull_request' && github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2

- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: javascript
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: javascript

- name: Autobuild
uses: github/codeql-action/autobuild@v1
- name: Autobuild
uses: github/codeql-action/autobuild@v1

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1

0 comments on commit 8d48c8c

Please sign in to comment.