File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed
Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3939 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4040 with :
4141 persist-credentials : false
42- - uses : docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8 .0
42+ - uses : docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9 .0
4343 - uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
4444 if : github.event_name != 'merge_group'
4545 with :
Original file line number Diff line number Diff line change 2525 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2626 with :
2727 persist-credentials : false
28- - uses : docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8 .0
28+ - uses : docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9 .0
2929 - uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
3030 with :
3131 file : .devcontainer/${{ matrix.flavor }}/Dockerfile
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@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
34+ - uses : github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
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@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
30+ - uses : github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
3131 with :
3232 sarif_file : results.sarif
Original file line number Diff line number Diff line change 1919 matrix :
2020 flavor : ["cpp", "rust"]
2121 steps :
22- - uses : docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8 .0
22+ - uses : docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9 .0
2323 - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
2424 if : matrix.flavor == 'cpp'
2525 id : buildkit-cache
Original file line number Diff line number Diff line change 1616 create-release :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # v1.11.2
19+ - uses : actions/create-github-app-token@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1.11.3
2020 id : token
2121 with :
2222 app-id : ${{ vars.FOREST_RELEASER_APP_ID }}
Original file line number Diff line number Diff line change 2929 id : update-packages
3030 with :
3131 input-file : .devcontainer/${{ matrix.flavor }}/apt-requirements-*.json
32- - uses : actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # v1.11.2
32+ - uses : actions/create-github-app-token@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1.11.3
3333 id : token
3434 with :
3535 app-id : ${{ vars.FOREST_RELEASER_APP_ID }}
5858 id : update-extensions
5959 with :
6060 input-file : .devcontainer/${{ matrix.flavor }}/devcontainer-metadata-vscode.json
61- - uses : actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # v1.11.2
61+ - uses : actions/create-github-app-token@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1.11.3
6262 id : token
6363 with :
6464 app-id : ${{ vars.FOREST_RELEASER_APP_ID }}
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@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
25+ - uses : github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
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