File tree Expand file tree Collapse file tree 5 files changed +60
-1990
lines changed
Expand file tree Collapse file tree 5 files changed +60
-1990
lines changed Original file line number Diff line number Diff line change 99# the `language` matrix defined below to confirm you have the correct set of
1010# supported CodeQL languages.
1111#
12- name : " CodeQL"
12+ name : ' CodeQL'
1313
1414on :
1515 push :
16- branches : [" main" ]
16+ branches : [' main' ]
1717 pull_request :
1818 # The branches below must be a subset of the branches above
19- branches : [" main" ]
19+ branches : [' main' ]
2020 schedule :
21- - cron : " 0 0 * * 1"
21+ - cron : ' 0 0 * * 1'
2222
2323permissions :
2424 contents : read
3535 strategy :
3636 fail-fast : false
3737 matrix :
38- language : [" javascript", " typescript" ]
38+ language : [' javascript', ' typescript' ]
3939 # CodeQL supports [ $supported-codeql-languages ]
4040 # Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
4141
7575 - name : Perform CodeQL Analysis
7676 uses : github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
7777 with :
78- category : " /language:${{matrix.language}}"
78+ category : ' /language:${{matrix.language}}'
Original file line number Diff line number Diff line change 1212 schedule :
1313 - cron : ' 20 7 * * 2'
1414 push :
15- branches : [" main" ]
15+ branches : [' main' ]
1616
1717# Declare default permissions as read only.
1818permissions : read-all
@@ -40,12 +40,12 @@ jobs:
4040 with :
4141 egress-policy : audit
4242
43- - name : " Checkout code"
43+ - name : ' Checkout code'
4444 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4545 with :
4646 persist-credentials : false
4747
48- - name : " Run analysis"
48+ - name : ' Run analysis'
4949 uses : ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
5050 with :
5151 results_file : results.sarif
@@ -67,15 +67,15 @@ jobs:
6767
6868 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6969 # format to the repository Actions tab.
70- - name : " Upload artifact"
70+ - name : ' Upload artifact'
7171 uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
7272 with :
7373 name : SARIF file
7474 path : results.sarif
7575 retention-days : 5
7676
7777 # Upload the results to GitHub's code scanning dashboard.
78- - name : " Upload to code-scanning"
78+ - name : ' Upload to code-scanning'
7979 uses : github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
8080 with :
8181 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments