From 1364899d8bfbfd66b85edf96cacf2ce6187d3512 Mon Sep 17 00:00:00 2001 From: Sharon <42342605+sharonstout1981@users.noreply.github.com> Date: Wed, 24 Jan 2024 22:09:15 -0600 Subject: [PATCH] Update dependency-review.yml Signed-off-by: Sharon <42342605+sharonstout1981@users.noreply.github.com> --- .github/workflows/dependency-review.yml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index b0dedc4..15be7e2 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -15,6 +15,18 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout Repository' - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 'Dependency Review' - uses: actions/dependency-review-action@v3 + uses: actions/dependency-review-action@v4 + + + - name: First interaction + uses: actions/first-interaction@v1.3.0 + with: + # Token for the repository. Can be passed in using {{ secrets.GITHUB_TOKEN }} + repo-token: + # Comment to post on an individual's first issue + issue-message: # optional + # Comment to post on an individual's first pull request + pr-message: # optional +