File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1818 schedule :
1919 - cron : ' 18 22 * * 0'
2020
21+ permissions :
22+ contents : read
23+ security-events : write
24+ actions : read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
25+
2126jobs :
2227 eslint :
2328 name : Run eslint scanning
2429 runs-on : ubuntu-latest
25- permissions :
26- contents : read
27- security-events : write
28- actions : read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
2930 steps :
3031 - name : Checkout code
31- uses : actions/checkout@v3
32+ uses : actions/checkout@4.2.2
3233
3334 - name : Install ESLint
3435 run : |
4647 continue-on-error : true
4748
4849 - name : Upload analysis results to GitHub
49- uses : github/codeql-action/upload-sarif@v3
50+ uses : github/codeql-action/upload-sarif@3.28.15
5051 with :
5152 sarif_file : eslint-results.sarif
5253 wait-for-processing : true
You can’t perform that action at this time.
0 commit comments