We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6aaaa48 + 911f8ab commit 7d9298aCopy full SHA for 7d9298a
.github/workflows/fossa.yaml
@@ -24,12 +24,12 @@ jobs:
24
uses: actions/checkout@v3
25
26
- name: "Run FOSSA Scan"
27
- 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
28
with:
29
api-key: ${{ env.FOSSA_API_KEY }}
30
31
- name: "Run FOSSA Test"
32
33
34
35
run-tests: true
0 commit comments