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
4 changes: 2 additions & 2 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- uses: ./.github/actions/update-apt-packages
- uses: philips-software/amp-devcontainer/.github/actions/update-apt-packages@370c48c32a438aafb841c2b1f9f442f21919c2a9 # actions/v1.1.0

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment: points to unknown ref Warning

action's hash pin has mismatched or missing version comment: points to unknown ref
Comment thread
rjaegers marked this conversation as resolved.
Dismissed
id: update-packages
with:
input-file: .devcontainer/${{ matrix.flavor }}/apt-requirements*.json
Expand Down Expand Up @@ -68,7 +68,7 @@
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- uses: ./.github/actions/update-vscode-extensions
- uses: philips-software/amp-devcontainer/.github/actions/update-vscode-extensions@370c48c32a438aafb841c2b1f9f442f21919c2a9 # actions/v1.1.0

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment: points to unknown ref Warning

action's hash pin has mismatched or missing version comment: points to unknown ref
Comment thread
rjaegers marked this conversation as resolved.
Dismissed
id: update-extensions
with:
input-file: .devcontainer/${{ matrix.flavor }}/${{ matrix.file }}
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 @@ -105,7 +105,7 @@
# Merge the base image's devcontainer.metadata array with this flavor's
# entry so that flavors inherit base metadata without duplicating it.
- name: Generate image label for devcontainer.metadata
uses: philips-software/amp-devcontainer/.github/actions/merge-devcontainer-metadata@6934e07c72c5cc8d89128a5609981e4eb8737d67 # fix/package-scripts-as-actions
uses: philips-software/amp-devcontainer/.github/actions/merge-devcontainer-metadata@370c48c32a438aafb841c2b1f9f442f21919c2a9 # actions/v1.1.0

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment: points to unknown ref Warning

action's hash pin has mismatched or missing version comment: points to unknown ref
Comment thread
rjaegers marked this conversation as resolved.
Dismissed
id: devcontainer-metadata
with:
base-image: ${{ inputs.base-image }}
Expand Down Expand Up @@ -265,7 +265,7 @@
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@6ade42bad21bb2f0f99b202a3c1bfbc1a71f49ef # v7.2.1
- uses: philips-software/amp-devcontainer/.github/actions/container-size-diff@370c48c32a438aafb841c2b1f9f442f21919c2a9 # actions/v1.1.0

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment: points to unknown ref Warning

action's hash pin has mismatched or missing version comment: points to unknown ref
Comment thread
rjaegers marked this conversation as resolved.
Dismissed
id: container-size-diff
with:
from-container: ${{ needs.sanitize-image-name.outputs.fully-qualified-image-name }}:edge
Expand All @@ -291,7 +291,7 @@
- name: Generate tool inventory
if: ${{ inputs.tool-inventory-file != '' }}
id: generate-tool-inventory
uses: philips-software/amp-devcontainer/.github/actions/generate-tool-inventory@6934e07c72c5cc8d89128a5609981e4eb8737d67 # fix/package-scripts-as-actions
uses: philips-software/amp-devcontainer/.github/actions/generate-tool-inventory@370c48c32a438aafb841c2b1f9f442f21919c2a9 # actions/v1.1.0

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment: points to unknown ref Warning

action's hash pin has mismatched or missing version comment: points to unknown ref
Comment thread
rjaegers marked this conversation as resolved.
Dismissed
with:
sbom: ${{ runner.temp }}/sbom.spdx.json
allowlist: ${{ inputs.tool-inventory-file }}
Expand Down
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
".github/actions": {
"package-name": "actions",
"release-type": "simple",
"tag-separator": "-"
"tag-separator": "/"
}
},
"plugins": ["sentence-case"],
Expand Down
Loading