Skip to content

Commit 8fdcd2a

Browse files
Update command used by Dependabot to update NOTICE files (#5001) (#5005)
(cherry picked from commit 1658247) Co-authored-by: Shaunak Kashyap <ycombinator@gmail.com>
1 parent a790ac0 commit 8fdcd2a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/post-dependabot.yml

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

25-
- name: update NOTICE.txt
26-
run: make notice
25+
- uses: magefile/mage-action@v3
26+
with:
27+
install-only: true
28+
29+
- name: update NOTICE.txt and NOTICE-FIPS.txt
30+
run: mage check:notice
2731

2832
- name: run go mod tidy in testing/
2933
run: cd testing; go mod tidy

0 commit comments

Comments
 (0)