Skip to content

Commit ea92892

Browse files
committed
ci: various fixes and improvements
1 parent 37b3db0 commit ea92892

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
strategy:
5050
matrix:
5151
flavor: ["cpp", "rust"]
52-
file: ["devcontainer-metadata-vscode.json", "devcontainer.json"]
52+
file: ["devcontainer-metadata.json", "devcontainer.json"]
5353
permissions:
5454
contents: write
5555
pull-requests: write

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ jobs:
255255
name: container-diff-${{ needs.sanitize-image-name.outputs.image-basename }}
256256
path: container-diff.json
257257
retention-days: 10
258-
- uses: ./.github/actions/container-size-diff
258+
- uses: philips-software/amp-devcontainer/.github/actions/container-size-diff@ab0940b1e92f3ccee257d5984166c63c8cfe6a9d # v6.5.0
259259
id: container-size-diff
260260
with:
261261
from-container: ${{ needs.sanitize-image-name.outputs.fully-qualified-image-name }}:edge

.github/workflows/wc-document-generation.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ name: Document Generation
44
on:
55
workflow_call:
66

7-
permissions:
8-
contents: read
7+
permissions: {}
98

109
jobs:
1110
generate-documents:
1211
runs-on: ubuntu-latest
12+
permissions:
13+
contents: read
1314
steps:
1415
- uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
1516
with:

.github/workflows/wc-integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- sanitize-image-name
6666
runs-on: ${{ (startsWith(inputs.runner-labels, '[') && endsWith(inputs.runner-labels, ']')) && fromJson(inputs.runner-labels) || inputs.runner-labels }}
6767
container:
68-
image: ${{ needs.determine-container.outputs.container }}
68+
image: ${{ needs.determine-container.outputs.container }} # zizmor: ignore[unpinned-images] This image is actually pinned by sha256 digest
6969
credentials:
7070
username: ${{ secrets.DOCKER_REGISTRY_USERNAME || github.actor }}
7171
password: ${{ secrets.DOCKER_REGISTRY_PASSWORD || github.token }}

0 commit comments

Comments
 (0)