Skip to content

Commit 1048c14

Browse files
committed
Update command used by Dependabot to update NOTICE files
1 parent 11b45c5 commit 1048c14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/post-dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
with:
2323
go-version-file: .go-version
2424

25-
- name: update NOTICE.txt
26-
run: make notice
25+
- name: update NOTICE.txt and NOTICE-FIPS.txt
26+
run: mage check-notice
2727

2828
- name: run go mod tidy in testing/
2929
run: cd testing; go mod tidy

0 commit comments

Comments
 (0)