Skip to content

Commit 594ee11

Browse files
ci(deps): bump the github-actions group with 3 updates (#984)
Bumps the github-actions group with 3 updates: [github/codeql-action](https://github.com/github/codeql-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.8 to 4.30.9 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@f443b60...16140ae) Updates `philips-software/amp-devcontainer` from 6.5.0 to 6.5.1 - [Release notes](https://github.com/philips-software/amp-devcontainer/releases) - [Changelog](https://github.com/philips-software/amp-devcontainer/blob/main/CHANGELOG.md) - [Commits](ab0940b...e827c80) Updates `anchore/sbom-action` from 0.20.6 to 0.20.8 - [Release notes](https://github.com/anchore/sbom-action/releases) - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md) - [Commits](anchore/sbom-action@f8bdd1d...aa0e114) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.30.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: philips-software/amp-devcontainer dependency-version: 6.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: anchore/sbom-action dependency-version: 0.20.8 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 c9efa53 commit 594ee11

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
48+
- uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
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@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
35+
- uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
3636
with:
3737
sarif_file: results.sarif

.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@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
29+
- uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
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@ab0940b1e92f3ccee257d5984166c63c8cfe6a9d # v6.5.0
231+
- uses: philips-software/amp-devcontainer/.github/actions/container-size-diff@e827c80e4d8dad6284c9c1719491af7383e47ca9 # v6.5.1
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@f8bdd1d8ac5e901a77a92f111440fdb1b593736b # v0.20.6
241+
- uses: anchore/sbom-action@aa0e114b2e19480f157109b9922bda359bd98b90 # v0.20.8
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)