Skip to content

Commit

Permalink
Update dependency-review.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Sharon <42342605+sharonstout1981@users.noreply.github.com>
  • Loading branch information
sharonstout1981 authored Jan 25, 2024
1 parent 01cdd8d commit 1364899
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1364899

Please sign in to comment.