File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 env :
3636 GH_TOKEN : ${{ secrets.TEST_GITHUB_TOKEN }}
3737 HEAD_REF : ${{ github.head_ref }}
38- - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
38+ - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
3939 with :
4040 node-version : 20
4141 - run : npm ci
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 with :
105105 from-container : ${{ env.REGISTRY }}/${{ github.repository }}-${{ matrix.flavor }}:latest
106106 to-container : ${{ env.REGISTRY }}/${{ github.repository }}-${{ matrix.flavor }}@${{ steps.build-and-push.outputs.digest }}
107- - uses : marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
107+ - uses : marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2
108108 with :
109109 header : container-size-diff-${{ matrix.flavor }}
110110 message : |
Original file line number Diff line number Diff line change 3131 APPLY_FIXES : all
3232 VALIDATE_ALL_CODEBASE : true
3333 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
34- - uses : github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
34+ - uses : github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
3535 if : success() || failure()
3636 with :
3737 sarif_file : megalinter-reports/megalinter-report.sarif
Original file line number Diff line number Diff line change 2727 results_format : sarif
2828 repo_token : ${{ secrets.SCORECARD_TOKEN }}
2929 publish_results : true
30- - uses : github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
30+ - uses : github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
3131 with :
3232 sarif_file : results.sarif
Original file line number Diff line number Diff line change 2626 doesn't start with an uppercase character.
2727 env :
2828 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
29- - uses : marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
29+ - uses : marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2
3030 if : always() && steps.pr-title.outputs.error_message != null
3131 with :
3232 header : pr-title-lint-error
4040 ${{ steps.pr-title.outputs.error_message }}
4141
4242 - if : steps.pr-title.outputs.error_message == null
43- uses : marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
43+ uses : marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2
4444 with :
4545 header : pr-title-lint-error
4646 delete : true
Original file line number Diff line number Diff line change 2222 with :
2323 image : ghcr.io/${{ github.repository }}-${{ matrix.flavor }}:latest
2424 dockerfile : .devcontainer/Dockerfile
25- - uses : github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
25+ - uses : github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
2626 if : steps.scan.outputs.sarif != ''
2727 with :
2828 sarif_file : ${{ steps.scan.outputs.sarif }}
You can’t perform that action at this time.
0 commit comments