From 39a25db49dd10dc9ea3d16f83fb0fb4ad9943c3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 12:12:26 +0000 Subject: [PATCH] Chore(deps): bump the action-deps group with 5 updates Bumps the action-deps group with 5 updates: | Package | From | To | | --- | --- | --- | | [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action) | `0.6.0` | `0.6.1` | | [updatecli/updatecli-action](https://github.com/updatecli/updatecli-action) | `2ba96047d2977e2883b13af58053529bff23b572` | `dacff74364eff019d33da0293b179b36f46b6aae` | | [docker/github-builder/.github/workflows/build.yml](https://github.com/docker/github-builder) | `1.14.0` | `1.15.0` | | [1password/load-secrets-action](https://github.com/1password/load-secrets-action) | `4.0.1` | `4.1.1` | | [docker/login-action](https://github.com/docker/login-action) | `4.4.0` | `4.5.1` | Updates `zizmorcore/zizmor-action` from 0.6.0 to 0.6.1 - [Release notes](https://github.com/zizmorcore/zizmor-action/releases) - [Commits](https://github.com/zizmorcore/zizmor-action/compare/6599ee8b7a49aef6a770f63d261d214911a7ce02...6fc4b006235f201fdab3722e17240ab420d580e5) Updates `updatecli/updatecli-action` from 2ba96047d2977e2883b13af58053529bff23b572 to dacff74364eff019d33da0293b179b36f46b6aae - [Release notes](https://github.com/updatecli/updatecli-action/releases) - [Commits](https://github.com/updatecli/updatecli-action/compare/2ba96047d2977e2883b13af58053529bff23b572...dacff74364eff019d33da0293b179b36f46b6aae) Updates `docker/github-builder/.github/workflows/build.yml` from 1.14.0 to 1.15.0 - [Release notes](https://github.com/docker/github-builder/releases) - [Commits](https://github.com/docker/github-builder/compare/3415a188caae9a0da7fba83bc06985776e0b1790...27ade872c1e2296e62ef15ab3b10d37665e57cf7) Updates `1password/load-secrets-action` from 4.0.1 to 4.1.1 - [Release notes](https://github.com/1password/load-secrets-action/releases) - [Commits](https://github.com/1password/load-secrets-action/compare/3a12b0ab99d9cd590a3e9b5a90ea017210ed9556...eb2efd0703da22a93c467f2d1ffbb6826c11e19c) Updates `docker/login-action` from 4.4.0 to 4.5.1 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/af1e73f918a031802d376d3c8bbc3fe56130a9b0...abd2ef45e78c5afb21d64d4ca52ee8550d9572c7) --- updated-dependencies: - dependency-name: zizmorcore/zizmor-action dependency-version: 0.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: action-deps - dependency-name: updatecli/updatecli-action dependency-version: dacff74364eff019d33da0293b179b36f46b6aae dependency-type: direct:production dependency-group: action-deps - dependency-name: docker/github-builder/.github/workflows/build.yml dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-deps - dependency-name: 1password/load-secrets-action dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-deps - dependency-name: docker/login-action dependency-version: 4.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/pr.yml | 6 +++--- .github/workflows/release.yml | 6 +++--- .github/workflows/update-cdp.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 4db4beb..124ef42 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - - uses: zizmorcore/zizmor-action@6599ee8b7a49aef6a770f63d261d214911a7ce02 # v0.6.0 + - uses: zizmorcore/zizmor-action@6fc4b006235f201fdab3722e17240ab420d580e5 # v0.6.1 update: runs-on: ubuntu-latest @@ -24,14 +24,14 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - - uses: updatecli/updatecli-action@2ba96047d2977e2883b13af58053529bff23b572 # v2 + - uses: updatecli/updatecli-action@dacff74364eff019d33da0293b179b36f46b6aae # v2 - run: updatecli pipeline diff --config ./updatecli/updatecli.d env: UPDATECLI_GITHUB_ACTOR: ${{ github.actor }} UPDATECLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} build: - uses: docker/github-builder/.github/workflows/build.yml@3415a188caae9a0da7fba83bc06985776e0b1790 # v1.14.0 + uses: docker/github-builder/.github/workflows/build.yml@27ade872c1e2296e62ef15ab3b10d37665e57cf7 # v1.15.0 permissions: contents: read id-token: write diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6ca87c3..ecdcd5c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: id-token: write steps: - id: load-registry-credentials - uses: 1password/load-secrets-action@3a12b0ab99d9cd590a3e9b5a90ea017210ed9556 # v4.0.1 + uses: 1password/load-secrets-action@eb2efd0703da22a93c467f2d1ffbb6826c11e19c # v4.1.1 with: export-env: false version: 2.33.1 @@ -25,13 +25,13 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - - uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 + - uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1 with: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 - - uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 + - uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1 with: registry: r.planetary-quantum.com username: ${{ steps.load-registry-credentials.outputs.REGISTRY_USERNAME }} diff --git a/.github/workflows/update-cdp.yml b/.github/workflows/update-cdp.yml index f65b14e..975d5ca 100644 --- a/.github/workflows/update-cdp.yml +++ b/.github/workflows/update-cdp.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - - uses: updatecli/updatecli-action@2ba96047d2977e2883b13af58053529bff23b572 # v2 + - uses: updatecli/updatecli-action@dacff74364eff019d33da0293b179b36f46b6aae # v2 - run: updatecli pipeline diff --config ./updatecli/updatecli.d env: UPDATECLI_GITHUB_ACTOR: ${{ github.actor }}