Skip to content

Commit a792391

Browse files
ci(deps): bump the github-actions group with 3 updates (#1040)
Bumps the github-actions group with 3 updates: [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter), [docker/metadata-action](https://github.com/docker/metadata-action) and [philips-software/amp-devcontainer](https://github.com/philips-software/amp-devcontainer). Updates `oxsecurity/megalinter` from 9.1.0 to 9.2.0 - [Release notes](https://github.com/oxsecurity/megalinter/releases) - [Changelog](https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md) - [Commits](oxsecurity/megalinter@62c799d...55a59b2) Updates `docker/metadata-action` from 5.9.0 to 5.10.0 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@318604b...c299e40) Updates `philips-software/amp-devcontainer` from 6.5.3 to 6.6.1 - [Release notes](https://github.com/philips-software/amp-devcontainer/releases) - [Changelog](https://github.com/philips-software/amp-devcontainer/blob/main/CHANGELOG.md) - [Commits](2a3ac81...0d202a6) --- updated-dependencies: - dependency-name: oxsecurity/megalinter dependency-version: 9.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: docker/metadata-action dependency-version: 5.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: philips-software/amp-devcontainer dependency-version: 6.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ron <[email protected]>
1 parent 3bad158 commit a792391

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/linting-formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
persona: pedantic
4040
# flavors/dotnet is the smallest flavor of MegaLinter that contains the linters
4141
# we are interested in.
42-
- uses: oxsecurity/megalinter/flavors/dotnet@62c799d895af9bcbca5eacfebca29d527f125a57 # v9.1.0
42+
- uses: oxsecurity/megalinter/flavors/dotnet@55a59b24a441e0e1943080d4a512d827710d4a9d # v9.2.0
4343
env:
4444
APPLY_FIXES: all
4545
VALIDATE_ALL_CODEBASE: true

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
registry: ${{ inputs.registry }}
8383
username: ${{ secrets.DOCKER_REGISTRY_USERNAME || github.actor }}
8484
password: ${{ secrets.DOCKER_REGISTRY_PASSWORD || github.token }}
85-
- uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0
85+
- uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
8686
env:
8787
DOCKER_METADATA_SET_OUTPUT_ENV: false
8888
id: metadata
@@ -168,7 +168,7 @@ jobs:
168168
registry: ${{ inputs.registry }}
169169
username: ${{ secrets.DOCKER_REGISTRY_USERNAME || github.actor }}
170170
password: ${{ secrets.DOCKER_REGISTRY_PASSWORD || github.token }}
171-
- uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0
171+
- uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
172172
id: metadata
173173
env:
174174
DOCKER_METADATA_ANNOTATIONS_LEVELS: index
@@ -226,7 +226,7 @@ jobs:
226226
name: container-diff-${{ needs.sanitize-image-name.outputs.image-basename }}
227227
path: container-diff.json
228228
retention-days: 10
229-
- uses: philips-software/amp-devcontainer/.github/actions/container-size-diff@2a3ac81de046cc18b0895acbd42afcf911ddee44 # v6.5.3
229+
- uses: philips-software/amp-devcontainer/.github/actions/container-size-diff@0d202a6464e5071f396b8c0b95d49542cb2405fa # v6.6.1
230230
id: container-size-diff
231231
with:
232232
from-container: ${{ needs.sanitize-image-name.outputs.fully-qualified-image-name }}:edge

0 commit comments

Comments
 (0)