Skip to content

Commit 4da3003

Browse files
ci(deps): bump the github-actions group with 4 updates (#995)
Bumps the github-actions group with 4 updates: [github/codeql-action](https://github.com/github/codeql-action), [googleapis/release-please-action](https://github.com/googleapis/release-please-action), [philips-software/amp-devcontainer](https://github.com/philips-software/amp-devcontainer) and [anchore/sbom-action](https://github.com/anchore/sbom-action). Updates `github/codeql-action` from 4.30.9 to 4.31.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@16140ae...4e94bd1) Updates `googleapis/release-please-action` from 4.3.0 to 4.4.0 - [Release notes](https://github.com/googleapis/release-please-action/releases) - [Changelog](https://github.com/googleapis/release-please-action/blob/main/CHANGELOG.md) - [Commits](googleapis/release-please-action@c2a5a2b...16a9c90) Updates `philips-software/amp-devcontainer` from 6.5.1 to 6.5.2 - [Release notes](https://github.com/philips-software/amp-devcontainer/releases) - [Changelog](https://github.com/philips-software/amp-devcontainer/blob/main/CHANGELOG.md) - [Commits](e827c80...c955537) Updates `anchore/sbom-action` from 0.20.8 to 0.20.9 - [Release notes](https://github.com/anchore/sbom-action/releases) - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md) - [Commits](anchore/sbom-action@aa0e114...8e94d75) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: googleapis/release-please-action dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: philips-software/amp-devcontainer dependency-version: 6.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: anchore/sbom-action dependency-version: 0.20.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent da18df5 commit 4da3003

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/linting-formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
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

.github/workflows/ossf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
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

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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 }}

.github/workflows/vulnerability-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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 }}

.github/workflows/wc-build-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)