From 99d3a30bd7a917726b165f74adafca1ac79c6da8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 05:03:04 +0000 Subject: [PATCH] chore(deps): bump the minor group across 1 directory with 6 updates Bumps the minor group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) | `2.0.14` | `2.0.15` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3.11.1` | `3.12.0` | | [kentaro-m/auto-assign-action](https://github.com/kentaro-m/auto-assign-action) | `2.0.0` | `2.0.1` | | [actions/setup-node](https://github.com/actions/setup-node) | `6.0.0` | `6.2.0` | | [kyverno/action-install-chainsaw](https://github.com/kyverno/action-install-chainsaw) | `0.2.13` | `0.2.14` | | [actions/create-github-app-token](https://github.com/actions/create-github-app-token) | `2.2.0` | `2.2.1` | Updates `EmbarkStudios/cargo-deny-action` from 2.0.14 to 2.0.15 - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](https://github.com/embarkstudios/cargo-deny-action/compare/v2.0.14...v2.0.15) Updates `docker/setup-buildx-action` from 3.11.1 to 3.12.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v3.11.1...v3.12.0) Updates `kentaro-m/auto-assign-action` from 2.0.0 to 2.0.1 - [Release notes](https://github.com/kentaro-m/auto-assign-action/releases) - [Commits](https://github.com/kentaro-m/auto-assign-action/compare/v2.0.0...v2.0.1) Updates `actions/setup-node` from 6.0.0 to 6.2.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v6.0.0...v6.2.0) Updates `kyverno/action-install-chainsaw` from 0.2.13 to 0.2.14 - [Release notes](https://github.com/kyverno/action-install-chainsaw/releases) - [Commits](https://github.com/kyverno/action-install-chainsaw/compare/v0.2.13...v0.2.14) Updates `actions/create-github-app-token` from 2.2.0 to 2.2.1 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/v2.2.0...v2.2.1) --- updated-dependencies: - dependency-name: EmbarkStudios/cargo-deny-action dependency-version: 2.0.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: docker/setup-buildx-action dependency-version: 3.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: kentaro-m/auto-assign-action dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: actions/setup-node dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: kyverno/action-install-chainsaw dependency-version: 0.2.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: actions/create-github-app-token dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] --- .github/workflows/_auth_daemon_code.yaml | 2 +- .github/workflows/_auth_daemon_container.yaml | 2 +- .github/workflows/_auto_assign.yaml | 2 +- .github/workflows/_dashboard_container.yaml | 2 +- .github/workflows/_frontend_code.yaml | 4 ++-- .github/workflows/_github_pages.yaml | 4 ++-- .github/workflows/_graph_proxy_code.yaml | 2 +- .github/workflows/_graph_proxy_container.yaml | 2 +- .github/workflows/_kyverno_policy.yaml | 2 +- .github/workflows/_release_please.yaml | 2 +- .github/workflows/_sessionspaces_code.yaml | 2 +- .github/workflows/_sessionspaces_container.yaml | 2 +- .github/workflows/_telemetry_code.yaml | 2 +- 13 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/_auth_daemon_code.yaml b/.github/workflows/_auth_daemon_code.yaml index c9f3220be..8f4e197b5 100644 --- a/.github/workflows/_auth_daemon_code.yaml +++ b/.github/workflows/_auth_daemon_code.yaml @@ -39,7 +39,7 @@ jobs: --deny warnings - name: Check Dependencies with Cargo Deny - uses: EmbarkStudios/cargo-deny-action@v2.0.14 + uses: EmbarkStudios/cargo-deny-action@v2.0.15 with: command: check licenses ban manifest-path: backend/Cargo.toml diff --git a/.github/workflows/_auth_daemon_container.yaml b/.github/workflows/_auth_daemon_container.yaml index 3868ec8cf..5620bfa18 100644 --- a/.github/workflows/_auth_daemon_container.yaml +++ b/.github/workflows/_auth_daemon_container.yaml @@ -37,7 +37,7 @@ jobs: type=raw,value=latest - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3.11.1 + uses: docker/setup-buildx-action@v3.12.0 - name: Build Image uses: docker/build-push-action@v6.18.0 diff --git a/.github/workflows/_auto_assign.yaml b/.github/workflows/_auto_assign.yaml index 8a5922aef..609c7f873 100644 --- a/.github/workflows/_auto_assign.yaml +++ b/.github/workflows/_auto_assign.yaml @@ -10,6 +10,6 @@ jobs: !startsWith(github.head_ref, 'release-please--') && !startsWith(github.head_ref, 'dependabot/') steps: - - uses: kentaro-m/auto-assign-action@v2.0.0 + - uses: kentaro-m/auto-assign-action@v2.0.1 with: configuration-path: .github/auto_assign_config.yaml diff --git a/.github/workflows/_dashboard_container.yaml b/.github/workflows/_dashboard_container.yaml index 2601dad71..726f781db 100644 --- a/.github/workflows/_dashboard_container.yaml +++ b/.github/workflows/_dashboard_container.yaml @@ -44,7 +44,7 @@ jobs: type=raw,value=latest - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3.11.1 + uses: docker/setup-buildx-action@v3.12.0 - name: Build Image uses: docker/build-push-action@v6.18.0 diff --git a/.github/workflows/_frontend_code.yaml b/.github/workflows/_frontend_code.yaml index 3954a11d8..ae82c93f1 100644 --- a/.github/workflows/_frontend_code.yaml +++ b/.github/workflows/_frontend_code.yaml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v6 - name: Setup Node.js - uses: actions/setup-node@v6.0.0 + uses: actions/setup-node@v6.2.0 with: node-version: "22.x" @@ -44,7 +44,7 @@ jobs: uses: actions/checkout@v6 - name: Setup Node.js - uses: actions/setup-node@v6.0.0 + uses: actions/setup-node@v6.2.0 with: node-version: "22.x" diff --git a/.github/workflows/_github_pages.yaml b/.github/workflows/_github_pages.yaml index 1a423d020..852a5dcef 100644 --- a/.github/workflows/_github_pages.yaml +++ b/.github/workflows/_github_pages.yaml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v6 - name: Setup Node - uses: actions/setup-node@v6.0.0 + uses: actions/setup-node@v6.2.0 with: node-version: 22 @@ -58,7 +58,7 @@ jobs: uses: actions/checkout@v6 - name: Setup Node - uses: actions/setup-node@v6.0.0 + uses: actions/setup-node@v6.2.0 with: node-version: "22.x" diff --git a/.github/workflows/_graph_proxy_code.yaml b/.github/workflows/_graph_proxy_code.yaml index 4a982133a..997671359 100644 --- a/.github/workflows/_graph_proxy_code.yaml +++ b/.github/workflows/_graph_proxy_code.yaml @@ -46,7 +46,7 @@ jobs: --deny warnings - name: Check Dependencies with Cargo Deny - uses: EmbarkStudios/cargo-deny-action@v2.0.14 + uses: EmbarkStudios/cargo-deny-action@v2.0.15 with: command: check licenses ban manifest-path: backend/Cargo.toml diff --git a/.github/workflows/_graph_proxy_container.yaml b/.github/workflows/_graph_proxy_container.yaml index 2b9e0b85e..7a9141fd9 100644 --- a/.github/workflows/_graph_proxy_container.yaml +++ b/.github/workflows/_graph_proxy_container.yaml @@ -38,7 +38,7 @@ jobs: type=raw,value=latest - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3.11.1 + uses: docker/setup-buildx-action@v3.12.0 - name: Build Image uses: docker/build-push-action@v6.18.0 diff --git a/.github/workflows/_kyverno_policy.yaml b/.github/workflows/_kyverno_policy.yaml index b7e48c4b0..009684ac7 100644 --- a/.github/workflows/_kyverno_policy.yaml +++ b/.github/workflows/_kyverno_policy.yaml @@ -14,7 +14,7 @@ jobs: uses: azure/setup-helm@v4 - name: Setup Chainsaw - uses: kyverno/action-install-chainsaw@v0.2.13 + uses: kyverno/action-install-chainsaw@v0.2.14 - name: Create kind cluster uses: helm/kind-action@v1.13.0 diff --git a/.github/workflows/_release_please.yaml b/.github/workflows/_release_please.yaml index 1e86b34b0..53be56207 100644 --- a/.github/workflows/_release_please.yaml +++ b/.github/workflows/_release_please.yaml @@ -12,7 +12,7 @@ jobs: steps: - name: Create GitHub App Token id: app-token - uses: actions/create-github-app-token@v2.2.0 + uses: actions/create-github-app-token@v2.2.1 with: app-id: 1077859 private-key: ${{ secrets.release_please_token }} diff --git a/.github/workflows/_sessionspaces_code.yaml b/.github/workflows/_sessionspaces_code.yaml index 8da650d1c..1439a35f8 100644 --- a/.github/workflows/_sessionspaces_code.yaml +++ b/.github/workflows/_sessionspaces_code.yaml @@ -51,7 +51,7 @@ jobs: --deny warnings - name: Check Dependencies with Cargo Deny - uses: EmbarkStudios/cargo-deny-action@v2.0.14 + uses: EmbarkStudios/cargo-deny-action@v2.0.15 with: command: check licenses ban manifest-path: backend/Cargo.toml diff --git a/.github/workflows/_sessionspaces_container.yaml b/.github/workflows/_sessionspaces_container.yaml index 516b58dfc..e0f5f05dc 100644 --- a/.github/workflows/_sessionspaces_container.yaml +++ b/.github/workflows/_sessionspaces_container.yaml @@ -49,7 +49,7 @@ jobs: type=raw,value=latest - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3.11.1 + uses: docker/setup-buildx-action@v3.12.0 with: driver-opts: network=host diff --git a/.github/workflows/_telemetry_code.yaml b/.github/workflows/_telemetry_code.yaml index 6eb00d818..f2723e921 100644 --- a/.github/workflows/_telemetry_code.yaml +++ b/.github/workflows/_telemetry_code.yaml @@ -39,7 +39,7 @@ jobs: --deny warnings - name: Check Dependencies with Cargo Deny - uses: EmbarkStudios/cargo-deny-action@v2.0.14 + uses: EmbarkStudios/cargo-deny-action@v2.0.15 with: command: check licenses ban manifest-path: backend/Cargo.toml