Skip to content

Commit

Permalink
Merge pull request #2206 from dapr/nofossa
Browse files Browse the repository at this point in the history
  • Loading branch information
berndverst authored Oct 20, 2022
2 parents 038f63d + 4dfedfc commit 0326f13
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/fossa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ jobs:
with:
api-key: ${{ env.FOSSA_API_KEY }}

- name: "Run FOSSA Test"
uses: fossas/[email protected] # Use a specific version if locking is preferred
with:
api-key: ${{ env.FOSSA_API_KEY }}
run-tests: true
# REMOVING THIS STEP AS FOSSA API HAS BEEN FAILING FOR MONTHS NOW
# - name: "Run FOSSA Test"
# uses: fossas/[email protected] # Use a specific version if locking is preferred
# with:
# api-key: ${{ env.FOSSA_API_KEY }}
# run-tests: true

0 comments on commit 0326f13

Please sign in to comment.