diff --git a/.github/workflows/diff-dependencies-comment.yml b/.github/workflows/diff-dependencies-comment.yml index ebf82fe..97a1c16 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@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/diff-dependencies.yml b/.github/workflows/diff-dependencies.yml index c77c242..8a96829 100644 --- a/.github/workflows/diff-dependencies.yml +++ b/.github/workflows/diff-dependencies.yml @@ -72,7 +72,7 @@ jobs: path: ./source-packages - 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 base-packages: ./base-packages/*.tgz