From 03c17d3b9b2bb707519a1b14da9f821a79c7425a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 21:17:27 +0000 Subject: [PATCH] chore(deps): bump the github-actions-dependencies group across 1 directory with 5 updates Bumps the github-actions-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `5` | `6` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `7` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4` | `8` | | [cycjimmy/semantic-release-action](https://github.com/cycjimmy/semantic-release-action) | `5` | `6` | | [docker/login-action](https://github.com/docker/login-action) | `3` | `4` | Updates `actions/checkout` from 5 to 6 - [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/v5...v6) Updates `actions/upload-artifact` from 4 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) Updates `actions/download-artifact` from 4 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v8) Updates `cycjimmy/semantic-release-action` from 5 to 6 - [Release notes](https://github.com/cycjimmy/semantic-release-action/releases) - [Changelog](https://github.com/cycjimmy/semantic-release-action/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/cycjimmy/semantic-release-action/compare/v5...v6) Updates `docker/login-action` from 3 to 4 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: cycjimmy/semantic-release-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/pull-request-checks.yml | 58 ++++++++++----------- .github/workflows/release.yml | 62 +++++++++++------------ 2 files changed, 60 insertions(+), 60 deletions(-) diff --git a/.github/workflows/pull-request-checks.yml b/.github/workflows/pull-request-checks.yml index 0658299d..1d119bf3 100644 --- a/.github/workflows/pull-request-checks.yml +++ b/.github/workflows/pull-request-checks.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -56,7 +56,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -77,7 +77,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -91,7 +91,7 @@ jobs: run: npx nx affected --target=build --parallel=3 || echo "No affected projects for build" - name: Upload build artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: always() with: name: build-artifacts @@ -107,7 +107,7 @@ jobs: needs: build steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -115,7 +115,7 @@ jobs: uses: nrwl/nx-set-shas@v4 - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: build-artifacts path: . @@ -133,7 +133,7 @@ jobs: needs: build steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -141,7 +141,7 @@ jobs: uses: nrwl/nx-set-shas@v4 - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: build-artifacts path: . @@ -159,7 +159,7 @@ jobs: needs: build steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -167,7 +167,7 @@ jobs: uses: nrwl/nx-set-shas@v4 - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: build-artifacts path: . @@ -185,7 +185,7 @@ jobs: needs: build steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -193,7 +193,7 @@ jobs: uses: nrwl/nx-set-shas@v4 - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: build-artifacts path: . @@ -211,7 +211,7 @@ jobs: needs: build steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -219,7 +219,7 @@ jobs: uses: nrwl/nx-set-shas@v4 - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: build-artifacts path: . @@ -237,7 +237,7 @@ jobs: needs: build steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -245,7 +245,7 @@ jobs: uses: nrwl/nx-set-shas@v4 - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: build-artifacts path: . @@ -263,7 +263,7 @@ jobs: needs: build steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -271,7 +271,7 @@ jobs: uses: nrwl/nx-set-shas@v4 - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: build-artifacts path: . @@ -288,7 +288,7 @@ jobs: needs: build steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -296,7 +296,7 @@ jobs: uses: nrwl/nx-set-shas@v4 - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: build-artifacts path: . @@ -319,7 +319,7 @@ jobs: needs: build steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -327,7 +327,7 @@ jobs: uses: nrwl/nx-set-shas@v4 - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: build-artifacts path: . @@ -342,7 +342,7 @@ jobs: xvfb-run -a npx nx affected --target=package --configuration=development-linux --parallel=3 || echo "No projects for native applications build" - name: Upload build artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: binary-artifacts-linux path: | @@ -358,7 +358,7 @@ jobs: needs: build steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -366,7 +366,7 @@ jobs: uses: nrwl/nx-set-shas@v4 - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: build-artifacts path: . @@ -385,7 +385,7 @@ jobs: xvfb-run -a npx nx affected --target=package --configuration=development-windows --parallel=3 || echo "No projects for native applications build" - name: Upload build artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: binary-artifacts-windows path: | @@ -404,7 +404,7 @@ jobs: - build-native-applications-windows steps: - name: Download binaries - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: path: artifacts pattern: binary-artifacts-* @@ -422,7 +422,7 @@ jobs: find artifacts -type f -name '*.msix' -exec cp {} release/ \; - name: Upload binaries to GitHub Actions artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: binary-bundle path: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a05b44f4..a8f100fe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: new_release_version: ${{ steps.semantic-release.outputs.new_release_version }} steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false fetch-depth: 0 @@ -35,7 +35,7 @@ jobs: private_key: ${{ secrets.SEMANTIC_RELEASE_KEY_PEM }} - name: Semantic release - uses: cycjimmy/semantic-release-action@v5 + uses: cycjimmy/semantic-release-action@v6 id: semantic-release with: semantic_version: 22.0.5 @@ -55,7 +55,7 @@ jobs: run: npx nx run-many --target=scripts-binary --parallel=3 || echo "No projects for scripts binary build" - name: Upload build artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: steps.semantic-release.outputs.new_release_published == 'true' with: name: build-artifacts @@ -76,7 +76,7 @@ jobs: packages: write steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false fetch-depth: 0 @@ -85,7 +85,7 @@ jobs: uses: nrwl/nx-set-shas@v4 - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: build-artifacts path: . @@ -94,7 +94,7 @@ jobs: uses: ./.github/actions/setup-env - name: 'Login to container registry' - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -117,7 +117,7 @@ jobs: packages: write steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false fetch-depth: 0 @@ -126,7 +126,7 @@ jobs: uses: nrwl/nx-set-shas@v4 - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: build-artifacts path: . @@ -135,7 +135,7 @@ jobs: uses: ./.github/actions/setup-env - name: 'Login to container registry' - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -158,7 +158,7 @@ jobs: packages: write steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false fetch-depth: 0 @@ -167,7 +167,7 @@ jobs: uses: nrwl/nx-set-shas@v4 - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: build-artifacts path: . @@ -176,7 +176,7 @@ jobs: uses: ./.github/actions/setup-env - name: 'Login to container registry' - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -199,7 +199,7 @@ jobs: packages: write steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false fetch-depth: 0 @@ -208,7 +208,7 @@ jobs: uses: nrwl/nx-set-shas@v4 - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: build-artifacts path: . @@ -217,7 +217,7 @@ jobs: uses: ./.github/actions/setup-env - name: 'Login to container registry' - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -240,7 +240,7 @@ jobs: packages: write steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false fetch-depth: 0 @@ -249,7 +249,7 @@ jobs: uses: nrwl/nx-set-shas@v4 - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: build-artifacts path: . @@ -258,7 +258,7 @@ jobs: uses: ./.github/actions/setup-env - name: 'Login to container registry' - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -281,7 +281,7 @@ jobs: packages: write steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false fetch-depth: 0 @@ -290,7 +290,7 @@ jobs: uses: nrwl/nx-set-shas@v4 - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: build-artifacts path: . @@ -299,7 +299,7 @@ jobs: uses: ./.github/actions/setup-env - name: 'Login to container registry' - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -322,7 +322,7 @@ jobs: packages: write steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false fetch-depth: 0 @@ -331,7 +331,7 @@ jobs: uses: nrwl/nx-set-shas@v4 - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: build-artifacts path: . @@ -366,7 +366,7 @@ jobs: packages: write steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false fetch-depth: 0 @@ -375,7 +375,7 @@ jobs: uses: nrwl/nx-set-shas@v4 - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: build-artifacts path: . @@ -391,7 +391,7 @@ jobs: xvfb-run -a npx nx run-many --target=package --configuration=production-linux --parallel=3 || echo "No projects for native applications build" - name: Upload build artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: binary-artifacts-linux path: | @@ -412,7 +412,7 @@ jobs: packages: write steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false fetch-depth: 0 @@ -421,7 +421,7 @@ jobs: uses: nrwl/nx-set-shas@v4 - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: build-artifacts path: . @@ -441,7 +441,7 @@ jobs: xvfb-run -a npx nx run-many --target=package --configuration=production-windows --parallel=3 || echo "No projects for native applications build" - name: Upload build artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: binary-artifacts-windows path: | @@ -463,7 +463,7 @@ jobs: environment: production steps: - name: Download binaries - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: path: artifacts pattern: binary-artifacts-* @@ -499,7 +499,7 @@ jobs: environment: production steps: - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: build-artifacts path: .