Skip to content

Commit

Permalink
Update CodeQL action
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Nov 5, 2021
1 parent 3c790ae commit b3f107c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: "CodeQL"
on:
push:
branches:
- master
- main
- 1.5.x
- "!dependabot/**"
pull_request:
# The branches below must be a subset of the branches above
branches:
- master
- main
- 1.5.x
- "!dependabot/**"
schedule:
Expand All @@ -19,19 +19,19 @@ jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write

steps:
- name: Checkout repository
uses: actions/checkout@v2

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: "javascript"

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

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

0 comments on commit b3f107c

Please sign in to comment.