From 59d5aee1ab23420fd1d0e3a0e0c81e1a65549e4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 20:10:38 +0000 Subject: [PATCH] chore(deps): bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [e18e/action-dependency-diff](https://github.com/e18e/action-dependency-diff) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `e18e/action-dependency-diff` from 1.5.0 to 1.5.1 - [Release notes](https://github.com/e18e/action-dependency-diff/releases) - [Commits](https://github.com/e18e/action-dependency-diff/compare/f825d5b5c5ce0a42dc46c47ec20de24460affcd8...5d3c6ac2ad2de2eaca1dc120c5accfd9590764b6) Updates `actions/upload-artifact` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/bbbca2ddaa5d8feaa63e36b76fdaad77386f024f...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a) --- updated-dependencies: - dependency-name: e18e/action-dependency-diff dependency-version: 1.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/diff-dependencies-comment.yml | 2 +- .github/workflows/diff-dependencies.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/diff-dependencies-comment.yml b/.github/workflows/diff-dependencies-comment.yml index d779c8c..1ba09c6 100644 --- a/.github/workflows/diff-dependencies-comment.yml +++ b/.github/workflows/diff-dependencies-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@f825d5b5c5ce0a42dc46c47ec20de24460affcd8 # v1.5.0 + uses: e18e/action-dependency-diff@5d3c6ac2ad2de2eaca1dc120c5accfd9590764b6 # v1.5.1 with: mode: comment-from-artifact artifact-path: e18e-diff-result.json diff --git a/.github/workflows/diff-dependencies.yml b/.github/workflows/diff-dependencies.yml index 38cac60..f9667d7 100644 --- a/.github/workflows/diff-dependencies.yml +++ b/.github/workflows/diff-dependencies.yml @@ -25,7 +25,7 @@ jobs: run: node --run build - name: Pack run: npm pack - - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: base-packages path: '*.tgz' @@ -48,7 +48,7 @@ jobs: run: node --run build - name: Pack run: npm pack - - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: source-packages path: '*.tgz' @@ -72,14 +72,14 @@ jobs: path: ./source-packages - name: Analyze Dependencies id: analyze - uses: e18e/action-dependency-diff@f825d5b5c5ce0a42dc46c47ec20de24460affcd8 # v1.5.0 + uses: e18e/action-dependency-diff@5d3c6ac2ad2de2eaca1dc120c5accfd9590764b6 # v1.5.1 with: mode: artifact base-packages: ./base-packages/*.tgz source-packages: ./source-packages/*.tgz - name: Upload Artifact if: steps.analyze.outputs.artifact-path - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: e18e-diff-result path: ${{ steps.analyze.outputs.artifact-path }}