Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/linting-formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
persona: pedantic
# flavors/dotnet is the smallest flavor of MegaLinter that contains the linters
# we are interested in.
- uses: oxsecurity/megalinter/flavors/dotnet@62c799d895af9bcbca5eacfebca29d527f125a57 # v9.1.0
- uses: oxsecurity/megalinter/flavors/dotnet@55a59b24a441e0e1943080d4a512d827710d4a9d # v9.2.0
env:
APPLY_FIXES: all
VALIDATE_ALL_CODEBASE: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/wc-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
registry: ${{ inputs.registry }}
username: ${{ secrets.DOCKER_REGISTRY_USERNAME || github.actor }}
password: ${{ secrets.DOCKER_REGISTRY_PASSWORD || github.token }}
- uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0
- uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
env:
DOCKER_METADATA_SET_OUTPUT_ENV: false
id: metadata
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
registry: ${{ inputs.registry }}
username: ${{ secrets.DOCKER_REGISTRY_USERNAME || github.actor }}
password: ${{ secrets.DOCKER_REGISTRY_PASSWORD || github.token }}
- uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0
- uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
id: metadata
env:
DOCKER_METADATA_ANNOTATIONS_LEVELS: index
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
name: container-diff-${{ needs.sanitize-image-name.outputs.image-basename }}
path: container-diff.json
retention-days: 10
- uses: philips-software/amp-devcontainer/.github/actions/container-size-diff@2a3ac81de046cc18b0895acbd42afcf911ddee44 # v6.5.3
- uses: philips-software/amp-devcontainer/.github/actions/container-size-diff@0d202a6464e5071f396b8c0b95d49542cb2405fa # v6.6.1
id: container-size-diff
with:
from-container: ${{ needs.sanitize-image-name.outputs.fully-qualified-image-name }}:edge
Expand Down