From 68bc54c7030dc382d4cf11556079b2a802d8d80b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 17:17:43 +0000 Subject: [PATCH] style: bump the github-actions group with 7 updates Bumps the github-actions group with 7 updates: | Package | From | To | | --- | --- | --- | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.2` | `7.0.1` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4.3.0` | `8.0.1` | | [docker/login-action](https://github.com/docker/login-action) | `3.7.0` | `4.6.0` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `6.19.2` | `7.3.0` | | [actions/setup-java](https://github.com/actions/setup-java) | `4.9.1` | `6.0.0` | | [actions/setup-dotnet](https://github.com/actions/setup-dotnet) | `4.3.1` | `6.0.0` | | [googleapis/release-please-action](https://github.com/googleapis/release-please-action) | `0dfd8538845b8e92600d271a895a5372865d4062` | `45996ed1f6d02564a971a2fa1b5860e934307cf7` | Updates `actions/upload-artifact` from 4.6.2 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.6.2...v7.0.1) Updates `actions/download-artifact` from 4.3.0 to 8.0.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/d3f86a106a0bac45b974a628896c90dbdf5c8093...3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c) Updates `docker/login-action` from 3.7.0 to 4.6.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/c94ce9fb468520275223c153574b00df6fe4bcc9...dbcb813823bdd20940b903addbd779551569679f) Updates `docker/build-push-action` from 6.19.2 to 7.3.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/10e90e3645eae34f1e60eeb005ba3a3d33f178e8...53b7df96c91f9c12dcc8a07bcb9ccacbed38856a) Updates `actions/setup-java` from 4.9.1 to 6.0.0 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/cf277c60eb25467037889841efdb72551f06f6c3...dd06d9cba3e5552c54d9f8ea23572deb30010f7c) Updates `actions/setup-dotnet` from 4.3.1 to 6.0.0 - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/67a3573c9a986a3f9c594539f4ab511d57bb3ce9...a98b56852c35b8e3190ac28c8c2271da59106c68) Updates `googleapis/release-please-action` from 0dfd8538845b8e92600d271a895a5372865d4062 to 45996ed1f6d02564a971a2fa1b5860e934307cf7 - [Release notes](https://github.com/googleapis/release-please-action/releases) - [Changelog](https://github.com/googleapis/release-please-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/release-please-action/compare/0dfd8538845b8e92600d271a895a5372865d4062...45996ed1f6d02564a971a2fa1b5860e934307cf7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/login-action dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/build-push-action dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-java dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-dotnet dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: googleapis/release-please-action dependency-version: 45996ed1f6d02564a971a2fa1b5860e934307cf7 dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/defender-for-devops.yml | 2 +- .../workflows/generate-visual-baselines.yml | 2 +- .github/workflows/publish-packages.yml | 18 +++++++++--------- .github/workflows/release-please.yml | 2 +- .github/workflows/visual.yml | 4 ++-- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/defender-for-devops.yml b/.github/workflows/defender-for-devops.yml index f546a30..58cfe80 100644 --- a/.github/workflows/defender-for-devops.yml +++ b/.github/workflows/defender-for-devops.yml @@ -50,7 +50,7 @@ jobs: with: sarif_file: ${{ steps.msdo.outputs.sarifFile }} - name: Upload alerts file as a workflow artifact - uses: actions/upload-artifact@v7 + uses: actions/upload-artifact@v7.0.1 with: name: alerts-${{ matrix.os }} path: ${{ steps.msdo.outputs.sarifFile }} diff --git a/.github/workflows/generate-visual-baselines.yml b/.github/workflows/generate-visual-baselines.yml index e8bbd9d..2dd10a7 100644 --- a/.github/workflows/generate-visual-baselines.yml +++ b/.github/workflows/generate-visual-baselines.yml @@ -24,7 +24,7 @@ jobs: - name: Regenerate baselines in this container run: npm run test:visual:update - name: Upload regenerated baselines - uses: actions/upload-artifact@v7 + uses: actions/upload-artifact@v7.0.1 with: name: visual-baselines path: tests/ diff --git a/.github/workflows/publish-packages.yml b/.github/workflows/publish-packages.yml index 5cf0e89..2a424ac 100644 --- a/.github/workflows/publish-packages.yml +++ b/.github/workflows/publish-packages.yml @@ -45,7 +45,7 @@ jobs: - run: npm ci - run: npm run build - - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: dist path: | @@ -69,7 +69,7 @@ jobs: contents: read packages: write steps: - - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: { name: dist } - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 @@ -140,13 +140,13 @@ jobs: CMD ["nginx", "-g", "daemon off;"] DKEOF - - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3 + - uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 with: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6 + - uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 with: context: . push: true @@ -168,10 +168,10 @@ jobs: contents: read packages: write steps: - - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: { name: dist } - - uses: actions/setup-java@cf277c60eb25467037889841efdb72551f06f6c3 # v4 + - uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c # v6.0.0 with: distribution: 'temurin' java-version: '17' @@ -247,10 +247,10 @@ jobs: contents: read packages: write steps: - - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: { name: dist } - - uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4 + - uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6.0.0 with: dotnet-version: '8.x' @@ -319,7 +319,7 @@ jobs: contents: read packages: write steps: - - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: { name: dist } - uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1 diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index f2746c8..ffd866d 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -17,7 +17,7 @@ jobs: release_created: ${{ steps.release.outputs.release_created }} version: ${{ steps.release.outputs.version }} steps: - - uses: googleapis/release-please-action@0dfd8538845b8e92600d271a895a5372865d4062 # v5 + - uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5 id: release with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/visual.yml b/.github/workflows/visual.yml index 156277f..d79face 100644 --- a/.github/workflows/visual.yml +++ b/.github/workflows/visual.yml @@ -28,7 +28,7 @@ jobs: run: npm run test:visual - name: Upload diff report on failure if: failure() - uses: actions/upload-artifact@v7 + uses: actions/upload-artifact@v7.0.1 with: name: playwright-report path: | @@ -52,7 +52,7 @@ jobs: run: npm run test:behavior - name: Upload report on failure if: failure() - uses: actions/upload-artifact@v7 + uses: actions/upload-artifact@v7.0.1 with: name: behavior-report path: |