Skip to content

Commit

Permalink
Merge pull request #137 from ogen-go/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/dependency-review-action-4

chore(deps): bump actions/dependency-review-action from 3 to 4
  • Loading branch information
ernado authored Jan 19, 2024
2 parents 2195895 + 46d4f58 commit b360593
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 b360593

Please sign in to comment.