diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 97bac25e..8136e3f6 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -29,7 +29,7 @@ jobs: - 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 id: update-packages with: input-file: .devcontainer/${{ matrix.flavor }}/apt-requirements*.json @@ -68,7 +68,7 @@ jobs: - 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 id: update-extensions with: input-file: .devcontainer/${{ matrix.flavor }}/${{ matrix.file }} diff --git a/.github/workflows/wc-build-push.yml b/.github/workflows/wc-build-push.yml index 30812f73..36b53fba 100644 --- a/.github/workflows/wc-build-push.yml +++ b/.github/workflows/wc-build-push.yml @@ -105,7 +105,7 @@ jobs: # 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 id: devcontainer-metadata with: base-image: ${{ inputs.base-image }} @@ -265,7 +265,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@6ade42bad21bb2f0f99b202a3c1bfbc1a71f49ef # v7.2.1 + - uses: philips-software/amp-devcontainer/.github/actions/container-size-diff@370c48c32a438aafb841c2b1f9f442f21919c2a9 # actions/v1.1.0 id: container-size-diff with: from-container: ${{ needs.sanitize-image-name.outputs.fully-qualified-image-name }}:edge @@ -291,7 +291,7 @@ jobs: - 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 with: sbom: ${{ runner.temp }}/sbom.spdx.json allowlist: ${{ inputs.tool-inventory-file }} diff --git a/release-please-config.json b/release-please-config.json index da25b79d..f4c26da3 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -27,7 +27,7 @@ ".github/actions": { "package-name": "actions", "release-type": "simple", - "tag-separator": "-" + "tag-separator": "/" } }, "plugins": ["sentence-case"],