diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 553844f..e779201 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,7 +6,7 @@ "args": { "DOCKER_GID": "${env:DOCKER_GID:}", "IMAGE_NAME": "node_24_python_3_10", - "IMAGE_VERSION": "v1.4.7", + "IMAGE_VERSION": "v1.4.8", "USER_UID": "${localEnv:USER_ID:}", "USER_GID": "${localEnv:GROUP_ID:}" } diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8d272d2..0bb8abf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: quality_checks: name: Quality Checks needs: get_config_values - uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@e798d5aee897de6f7dc387dd5623fcd9ba4c8929 + uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@8399c1f015c1304e40771cbd8ccc24c7ed48fdbc permissions: contents: read id-token: write diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 710f40e..b958388 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -44,7 +44,7 @@ jobs: quality_checks: name: Quality Checks needs: get_config_values - uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@e798d5aee897de6f7dc387dd5623fcd9ba4c8929 + uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@8399c1f015c1304e40771cbd8ccc24c7ed48fdbc permissions: contents: read id-token: write diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8ca621d..558b376 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -33,7 +33,7 @@ jobs: quality_checks: name: Quality Checks needs: get_config_values - uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@e798d5aee897de6f7dc387dd5623fcd9ba4c8929 + uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@8399c1f015c1304e40771cbd8ccc24c7ed48fdbc permissions: contents: read id-token: write diff --git a/zizmor.yml b/zizmor.yml index ab01bad..8e5ae76 100644 --- a/zizmor.yml +++ b/zizmor.yml @@ -2,4 +2,4 @@ rules: unpinned-images: # these workflows use unpinned images because they are using a full image passed in that contains the tag ignore: - - release.yaml:65:7 + - release.yaml:65:18