Skip to content

Commit

Permalink
Update fossa action to v1.1.0
Browse files Browse the repository at this point in the history
The FOSSA check has been failing for a while with
fossa-actions@v1 Error: Input required and not supplied: api-key

This has caused the dependabot queue to backup, can we can't merge them
manually in sally because this check is required.

Updating the version seems to cause the check to run successfully again.

Other repositories have run into the same issue
ref: getsentry/self-hosted#1351
  • Loading branch information
r-hang committed Oct 11, 2023
1 parent b1dc33f commit e7e6599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fossa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v3

- name: FOSSA analysis
uses: fossas/fossa-action@v1
uses: fossas/fossa-action@v1.1.0
with:
api-key: ${{ secrets.FOSSA_API_KEY }}

0 comments on commit e7e6599

Please sign in to comment.