File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed
Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 3333 with :
3434 fetch-depth : 0
3535 persist-credentials : false
36- - uses : zizmorcore/zizmor-action@f52a838cfabf134edcbaa7c8b3677dde20045018 # v0.1.1
36+ - uses : zizmorcore/zizmor-action@5ca5fc7a4779c5263a3ffa0e1f693009994446d1 # v0.1.2
3737 with :
3838 persona : pedantic
3939 # flavors/dotnet is the smallest flavor of MegaLinter that contains the linters
4343 APPLY_FIXES : all
4444 VALIDATE_ALL_CODEBASE : true
4545 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
46- - uses : github/codeql-action/upload-sarif@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
46+ - uses : github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
4747 if : success() || failure()
4848 with :
4949 sarif_file : megalinter-reports/megalinter-report.sarif
Original file line number Diff line number Diff line change 3131 results_format : sarif
3232 repo_token : ${{ secrets.SCORECARD_TOKEN }}
3333 publish_results : true
34- - uses : github/codeql-action/upload-sarif@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
34+ - uses : github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
3535 with :
3636 sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
2323 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2424 with :
2525 persist-credentials : false
26- - uses : actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0
26+ - uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
2727 id : token
2828 with :
2929 app-id : ${{ vars.FOREST_RELEASER_APP_ID }}
3030 private-key : ${{ secrets.FOREST_RELEASER_APP_PRIVATE_KEY }}
31- - uses : googleapis/release-please-action@a02a34c4d625f9be7cb89156071d8567266a2445 # v4.2 .0
31+ - uses : googleapis/release-please-action@c2a5a2bd6a758a0937f1ddb1e8950609867ed15c # v4.3 .0
3232 id : release
3333 with :
3434 token : ${{ steps.token.outputs.token }}
Original file line number Diff line number Diff line change 3131 id : update-packages
3232 with :
3333 input-file : .devcontainer/${{ matrix.flavor }}/apt-requirements-*.json
34- - uses : actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0
34+ - uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
3535 id : token
3636 with :
3737 app-id : ${{ vars.FOREST_RELEASER_APP_ID }}
6363 id : update-extensions
6464 with :
6565 input-file : .devcontainer/${{ matrix.flavor }}/devcontainer-metadata-vscode.json
66- - uses : actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0
66+ - uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
6767 id : token
6868 with :
6969 app-id : ${{ vars.FOREST_RELEASER_APP_ID }}
Original file line number Diff line number Diff line change 2525 with :
2626 image : ghcr.io/${{ github.repository }}-${{ matrix.flavor }}:latest
2727 dockerfile : .devcontainer/Dockerfile
28- - uses : github/codeql-action/upload-sarif@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
28+ - uses : github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
2929 if : steps.scan.outputs.sarif != ''
3030 with :
3131 sarif_file : ${{ steps.scan.outputs.sarif }}
Original file line number Diff line number Diff line change 5353 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5454 with :
5555 persist-credentials : false
56- - uses : actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4.7.1
56+ - uses : actions/dependency-review-action@bc41886e18ea39df68b1b1245f4184881938e050 # v4.7.2
5757 with :
5858 comment-summary-in-pr : on-failure
5959 fail-on-severity : critical
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ jobs:
188188 header : container-size-diff-${{ inputs.flavor }}
189189 message : |
190190 ${{ steps.container-size-diff.outputs.size-diff-markdown }}
191- - uses : anchore/sbom-action@7b36ad622f042cab6f59a75c2ac24ccb256e9b45 # v0.20.4
191+ - uses : anchore/sbom-action@da167eac915b4e86f08b264dbdbc867b61be6f0c # v0.20.5
192192 with :
193193 image : ${{ env.REGISTRY }}/${{ github.repository }}-${{ inputs.flavor }}@${{ steps.inspect-manifest.outputs.digest }}
194194 dependency-snapshot : true
You can’t perform that action at this time.
0 commit comments