File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: "CodeQL"
22
33on :
44 push :
5- branches : [ master, Stable-Test, QA-Test ]
5+ branches : [master, Stable-Test, QA-Test]
66 pull_request :
7- branches : [ master, Stable-Test, QA-Test ]
7+ branches : [master, Stable-Test, QA-Test]
88 schedule :
99 - cron : " 0 6 * * *"
1010
2323 strategy :
2424 fail-fast : false
2525 matrix :
26- language : [ javascript ]
26+ language : [javascript]
2727
2828 steps :
2929 - name : Checkout
4141 - name : Perform CodeQL Analysis
4242 uses : github/codeql-action/analyze@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
4343 with :
44- category : " /language:${{ matrix.language }}"
44+ category : " /language:${{ matrix.language }}"
Original file line number Diff line number Diff line change 1919 pull-requests : write
2020 runs-on : ubuntu-latest
2121 steps :
22- - name : ' Checkout Repository'
22+ - name : " Checkout Repository"
2323 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24- - name : ' Dependency Review'
24+ - name : " Dependency Review"
2525 uses : actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
2626 with :
2727 comment-summary-in-pr : true
You can’t perform that action at this time.
0 commit comments