Skip to content

Commit

Permalink
Pin fossa-action version (#203)
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Sharma <[email protected]>
Signed-off-by: HueiFeng <[email protected]>
  • Loading branch information
shubham1172 authored and hueifeng committed Jun 18, 2022
1 parent febc4a7 commit 0a6b52c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fossa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
uses: actions/checkout@v2

- name: "Run FOSSA Scan"
uses: fossas/fossa-action@main # Use a specific version if locking is preferred
uses: fossas/fossa-action@v1.1.0 # Use a specific version if locking is preferred
with:
api-key: ${{ env.FOSSA_API_KEY }}

- name: "Run FOSSA Test"
uses: fossas/fossa-action@main # Use a specific version if locking is preferred
uses: fossas/fossa-action@v1.1.0 # Use a specific version if locking is preferred
with:
api-key: ${{ env.FOSSA_API_KEY }}
run-tests: true

0 comments on commit 0a6b52c

Please sign in to comment.