From 599420f257499877c1803597e195ea69aa636f6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 05:33:47 +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.6.1 to 1.7.1 - [Release notes](https://github.com/e18e/action-dependency-diff/releases) - [Commits](https://github.com/e18e/action-dependency-diff/compare/8e9b8c1957ab066d36235a43f4c1ff1522e1bdbc...9a7f09f5f2993256322e0db17ee4c8d9339dab77) --- updated-dependencies: - dependency-name: e18e/action-dependency-diff dependency-version: 1.7.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 ebf82fe..97a1c16 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@8e9b8c1957ab066d36235a43f4c1ff1522e1bdbc # v1.6.1 + uses: e18e/action-dependency-diff@9a7f09f5f2993256322e0db17ee4c8d9339dab77 # v1.7.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 c82eede..3a1ff78 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@8e9b8c1957ab066d36235a43f4c1ff1522e1bdbc # v1.6.1 + uses: e18e/action-dependency-diff@9a7f09f5f2993256322e0db17ee4c8d9339dab77 # v1.7.1 with: mode: artifact - name: Upload Artifact