Skip to content

Commit

Permalink
Merge pull request #87 from go-faster/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/dependency-review-action-4

chore(deps): bump actions/dependency-review-action from 3 to 4
  • Loading branch information
ernado authored Jan 18, 2024
2 parents 42c5e60 + 6f6995c commit 141692f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dep-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
- name: 'Checkout Repository'
uses: actions/checkout@v4
- name: 'Dependency Review'
uses: actions/dependency-review-action@v3
uses: actions/dependency-review-action@v4
with:
config-file: './.github/dependency-review-config.yml'
2 changes: 1 addition & 1 deletion .github/workflows/dep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: 'Checkout Repository'
uses: actions/checkout@v4
- name: 'Dependency Review'
uses: actions/dependency-review-action@v3
uses: actions/dependency-review-action@v4
with:
head-ref: HEAD
base-ref: "${{ env.FIRST_COMMIT_SHA }}"
Expand Down

0 comments on commit 141692f

Please sign in to comment.