Skip to content

Commit

Permalink
Pin version and ignore broken versions for dependency-review-action
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Apr 30, 2024
1 parent 132b2b8 commit ef7a373
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ updates:
interval: 'weekly'
ignore:
- dependency-name: 'crate-ci/typos'
- dependency-name: 'actions/dependency-review-action'
versions:
# https://github.com/actions/dependency-review-action/issues/759
- '4.3.1'
- '4.3.0'
# https://github.com/actions/dependency-review-action/issues/493
- '3.0.5'
groups:
determinatesystems-actions:
patterns:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: 'Checkout Repository'
uses: actions/checkout@v4
- name: 'Dependency Review'
uses: actions/dependency-review-action@v4
uses: actions/dependency-review-action@v4.2.5
with:
# https://spdx.org/licenses/
allow-licenses: MIT, BSD-3-Clause, BSD-2-Clause, 0BSD, Unlicense, ISC, Apache-2.0, CC-BY-4.0
Expand Down

0 comments on commit ef7a373

Please sign in to comment.