File tree Expand file tree Collapse file tree 4 files changed +1872
-1512
lines changed Expand file tree Collapse file tree 4 files changed +1872
-1512
lines changed Original file line number Diff line number Diff line change 4040
4141 # Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
4242 - name : Run Codacy Analysis CLI
43- uses : codacy/codacy-analysis-cli-action@09916000460adeeedc96b9704f86deba53e2ad5d
43+ uses : codacy/codacy-analysis-cli-action@d0ae267daf674fad81bec03e52b83cb957c62339
4444 with :
4545 # Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository
4646 # You can also omit the token and run the tools that support default configurations
Original file line number Diff line number Diff line change 3636
3737 - name : Audit URLs using Lighthouse
3838 id : lighthouse_audit
39- uses : treosh/lighthouse-ci-action@12.1.0
39+ uses : treosh/lighthouse-ci-action@12.6.1
4040 with :
4141 urls : |
4242 http://localhost:3000
6666
6767 - name : Add Lighthouse stats as comment
6868 id : comment_to_pr
69- uses : marocchino/sticky-pull-request-comment@v2.9.2
69+ uses : marocchino/sticky-pull-request-comment@v2.9.3
7070 with :
7171 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7272 number : ${{ github.event.pull_request.number }}
You can’t perform that action at this time.
0 commit comments