From 753e2f930767334bf77a8b50fb2bf252bea2a752 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 17:59:40 +0000 Subject: [PATCH] chore(deps): bump e18e/action-dependency-diff Bumps the github-actions group with 1 update: [e18e/action-dependency-diff](https://github.com/e18e/action-dependency-diff). Updates `e18e/action-dependency-diff` from 1.5.1 to 1.6.1 - [Release notes](https://github.com/e18e/action-dependency-diff/releases) - [Commits](https://github.com/e18e/action-dependency-diff/compare/5d3c6ac2ad2de2eaca1dc120c5accfd9590764b6...8e9b8c1957ab066d36235a43f4c1ff1522e1bdbc) --- updated-dependencies: - dependency-name: e18e/action-dependency-diff dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/dependency-diff-comment.yml | 2 +- .github/workflows/dependency-diff.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependency-diff-comment.yml b/.github/workflows/dependency-diff-comment.yml index 1ba09c6..ebf82fe 100644 --- a/.github/workflows/dependency-diff-comment.yml +++ b/.github/workflows/dependency-diff-comment.yml @@ -21,7 +21,7 @@ jobs: run-id: ${{ github.event.workflow_run.id }} github-token: ${{ secrets.GITHUB_TOKEN }} - name: Post Comment - uses: e18e/action-dependency-diff@5d3c6ac2ad2de2eaca1dc120c5accfd9590764b6 # v1.5.1 + uses: e18e/action-dependency-diff@8e9b8c1957ab066d36235a43f4c1ff1522e1bdbc # v1.6.1 with: mode: comment-from-artifact artifact-path: e18e-diff-result.json diff --git a/.github/workflows/dependency-diff.yml b/.github/workflows/dependency-diff.yml index 9d09842..4e17744 100644 --- a/.github/workflows/dependency-diff.yml +++ b/.github/workflows/dependency-diff.yml @@ -15,7 +15,7 @@ jobs: fetch-depth: 0 - name: Analyze Dependencies id: analyze - uses: e18e/action-dependency-diff@5d3c6ac2ad2de2eaca1dc120c5accfd9590764b6 # v1.5.1 + uses: e18e/action-dependency-diff@8e9b8c1957ab066d36235a43f4c1ff1522e1bdbc # v1.6.1 with: mode: artifact - name: Upload Artifact