From b000a70c280cdfff65e31b3f353554c58db2a2cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 12:13:14 +0000 Subject: [PATCH] Chore(deps): bump the action-deps group across 1 directory with 4 updates Bumps the action-deps group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action), [updatecli/updatecli-action](https://github.com/updatecli/updatecli-action) and [docker/github-builder/.github/workflows/build.yml](https://github.com/docker/github-builder). Updates `actions/checkout` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0...3d3c42e5aac5ba805825da76410c181273ba90b1) Updates `zizmorcore/zizmor-action` from 0.5.7 to 0.6.0 - [Release notes](https://github.com/zizmorcore/zizmor-action/releases) - [Commits](https://github.com/zizmorcore/zizmor-action/compare/192e21d79ab29983730a13d1382995c2307fbcaa...6599ee8b7a49aef6a770f63d261d214911a7ce02) Updates `updatecli/updatecli-action` from 7fea18dfb6a2d7077cd040e48ed658009bee5c6f to 2ba96047d2977e2883b13af58053529bff23b572 - [Release notes](https://github.com/updatecli/updatecli-action/releases) - [Commits](https://github.com/updatecli/updatecli-action/compare/7fea18dfb6a2d7077cd040e48ed658009bee5c6f...2ba96047d2977e2883b13af58053529bff23b572) Updates `docker/github-builder/.github/workflows/build.yml` from 1.12.0 to 1.14.0 - [Release notes](https://github.com/docker/github-builder/releases) - [Commits](https://github.com/docker/github-builder/compare/5f637c833aa76bc99372a1dc9a6f8bcd8056fb85...3415a188caae9a0da7fba83bc06985776e0b1790) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: action-deps - dependency-name: zizmorcore/zizmor-action dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-deps - dependency-name: updatecli/updatecli-action dependency-version: 2ba96047d2977e2883b13af58053529bff23b572 dependency-type: direct:production dependency-group: action-deps - dependency-name: docker/github-builder/.github/workflows/build.yml dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/pr.yml | 10 +++++----- .github/workflows/release.yml | 2 +- .github/workflows/update-cdp.yml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index b03c0c8..4db4beb 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -11,27 +11,27 @@ jobs: actions: read runs-on: ubuntu-latest steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - - uses: zizmorcore/zizmor-action@192e21d79ab29983730a13d1382995c2307fbcaa # v0.5.7 + - uses: zizmorcore/zizmor-action@6599ee8b7a49aef6a770f63d261d214911a7ce02 # v0.6.0 update: runs-on: ubuntu-latest permissions: contents: read steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - - uses: updatecli/updatecli-action@7fea18dfb6a2d7077cd040e48ed658009bee5c6f # v2 + - uses: updatecli/updatecli-action@2ba96047d2977e2883b13af58053529bff23b572 # 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@5f637c833aa76bc99372a1dc9a6f8bcd8056fb85 # v1.12.0 + uses: docker/github-builder/.github/workflows/build.yml@3415a188caae9a0da7fba83bc06985776e0b1790 # v1.14.0 permissions: contents: read id-token: write diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3465c64..6ca87c3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_RUNWAYOSS_SERVICE_ACCOUNT }} REGISTRY_USERNAME: "op://RunwayOSS/robot-harbor-quantum-public/username" REGISTRY_PASSWORD: "op://RunwayOSS/robot-harbor-quantum-public/password" - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 diff --git a/.github/workflows/update-cdp.yml b/.github/workflows/update-cdp.yml index 25aaf57..f65b14e 100644 --- a/.github/workflows/update-cdp.yml +++ b/.github/workflows/update-cdp.yml @@ -13,10 +13,10 @@ jobs: updatecli: runs-on: "ubuntu-latest" steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - - uses: updatecli/updatecli-action@7fea18dfb6a2d7077cd040e48ed658009bee5c6f # v2 + - uses: updatecli/updatecli-action@2ba96047d2977e2883b13af58053529bff23b572 # v2 - run: updatecli pipeline diff --config ./updatecli/updatecli.d env: UPDATECLI_GITHUB_ACTOR: ${{ github.actor }}