File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 APPLY_FIXES : all
4646 VALIDATE_ALL_CODEBASE : true
4747 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
48- - uses : github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
48+ - uses : github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
4949 if : success() || failure()
5050 with :
5151 sarif_file : megalinter-reports/megalinter-report.sarif
Original file line number Diff line number Diff line change 3232 results_format : sarif
3333 repo_token : ${{ secrets.SCORECARD_TOKEN }}
3434 publish_results : true
35- - uses : github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
35+ - uses : github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
3636 with :
3737 sarif_file : results.sarif
Original file line number Diff line number Diff line change 2929 with :
3030 app-id : ${{ vars.FOREST_RELEASER_APP_ID }}
3131 private-key : ${{ secrets.FOREST_RELEASER_APP_PRIVATE_KEY }}
32- - uses : googleapis/release-please-action@c2a5a2bd6a758a0937f1ddb1e8950609867ed15c # v4.3 .0
32+ - uses : googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4.4 .0
3333 id : release
3434 with :
3535 token : ${{ steps.token.outputs.token }}
Original file line number Diff line number Diff line change 2626 with :
2727 image : ghcr.io/${{ github.repository }}-${{ matrix.flavor }}:latest
2828 dockerfile : .devcontainer/Dockerfile
29- - uses : github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
29+ - uses : github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
3030 if : steps.scan.outputs.sarif != ''
3131 with :
3232 sarif_file : ${{ steps.scan.outputs.sarif }}
Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ jobs:
228228 name : container-diff-${{ needs.sanitize-image-name.outputs.image-basename }}
229229 path : container-diff.json
230230 retention-days : 10
231- - uses : philips-software/amp-devcontainer/.github/actions/container-size-diff@e827c80e4d8dad6284c9c1719491af7383e47ca9 # v6.5.1
231+ - uses : philips-software/amp-devcontainer/.github/actions/container-size-diff@c95553700f0bc0441f25acb4268840fbd6e2733c # v6.5.2
232232 id : container-size-diff
233233 with :
234234 from-container : ${{ needs.sanitize-image-name.outputs.fully-qualified-image-name }}:edge
@@ -238,7 +238,7 @@ jobs:
238238 header : container-size-diff-${{ needs.sanitize-image-name.outputs.image-basename }}
239239 message : |
240240 ${{ steps.container-size-diff.outputs.size-diff-markdown }}
241- - uses : anchore/sbom-action@aa0e114b2e19480f157109b9922bda359bd98b90 # v0.20.8
241+ - uses : anchore/sbom-action@8e94d75ddd33f69f691467e42275782e4bfefe84 # v0.20.9
242242 with :
243243 image : ${{ needs.sanitize-image-name.outputs.fully-qualified-image-name }}@${{ steps.inspect-manifest.outputs.digest }}
244244 dependency-snapshot : true
You can’t perform that action at this time.
0 commit comments