Skip to content

Commit

Permalink
feat(WEB-2070): WEB-2070 changed codeql worlflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sairam459 committed Feb 23, 2024
1 parent 7709796 commit 38ae17e
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,22 @@
name: "CodeQL"

on:
pull_request:
# The branches below must be a subset of the branches above
push:
branches:
- master
- "feature/WEB-2070"

jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest

# strategy:
# fail-fast: false
# matrix:
# language: [ 'javascript' ]
# # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
# # Learn more...
# # https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection
strategy:
fail-fast: false
matrix:
language: [ 'javascript' ]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
# Learn more...
# https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection

steps:
- name: Checkout repository
Expand Down

0 comments on commit 38ae17e

Please sign in to comment.