Skip to content

Commit

Permalink
Update fossa action to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-hang committed Oct 11, 2023
1 parent b1dc33f commit cd1f3cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 }}
api-key: ${{secrets.FOSSA_API_KEY}}

0 comments on commit cd1f3cb

Please sign in to comment.