Skip to content

Commit

Permalink
chore(ci): run codeql scans on tags (#5737)
Browse files Browse the repository at this point in the history
Update codeql.yml
  • Loading branch information
mcasimir authored Apr 29, 2024
1 parent bf9ee7c commit 0dbc109
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ name: "CodeQL"
on:
push:
branches: [ "main", '*-releases' ]
tags: [ 'v*' ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
Expand Down Expand Up @@ -53,7 +54,7 @@ jobs:
# Prefix the list here with "+" to use these queries and those in the config file.

# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
queries: security-extended,security-and-quality
queries: security-extended
config: |
paths-ignore:
- '**/*.test.js'
Expand Down

0 comments on commit 0dbc109

Please sign in to comment.