Skip to content

Commit ea59f5f

Browse files
authored
fix: Large FOSSA badge link and GitHub Action (#140)
The FOSSA badge currently links to an old commit from when the project was linked via GitHub instead of uploaded via the CLI. This commit fixes the link to show the correct information. I also changed the target to main for the license compliance action.
1 parent a430336 commit ea59f5f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/enforce-license-compliance.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: Enforce License Compliance
22

33
on:
44
push:
5-
branches:
5+
branches:
66
- main
77
pull_request:
88

99
jobs:
1010
enforce-license-compliance:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- name: 'Enforce License Compliance'
14-
uses: getsentry/action-enforce-license-compliance@57ba820387a1a9315a46115ee276b2968da51f3d # main
13+
- name: "Enforce License Compliance"
14+
uses: getsentry/action-enforce-license-compliance@main
1515
with:
1616
fossa_api_key: ${{ secrets.FOSSA_API_KEY }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,4 @@ $ npm run build:firefox
121121

122122
## License
123123

124-
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fcodecov%2Fcodecov-browser-extension.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fcodecov%2Fcodecov-browser-extension?ref=badge_large)
124+
[![FOSSA Status](https://app.fossa.com/api/projects/custom%2B29430%2Fgithub.com%2Fcodecov%2Fcodecov-browser-extension.svg?type=large&issueType=license)](https://app.fossa.com/projects/custom%2B29430%2Fgithub.com%2Fcodecov%2Fcodecov-browser-extension?ref=badge_large&issueType=license)

0 commit comments

Comments
 (0)