We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58b7f25 commit c909d26Copy full SHA for c909d26
.github/workflows/fossa.yml
@@ -35,12 +35,12 @@ jobs:
35
uses: actions/checkout@v4
36
37
- name: "Run FOSSA Scan"
38
- uses: fossas/fossa-action@v1.3.3 # Use a specific version if locking is preferred
+ uses: fossas/fossa-action@v1.6.0 # Use a specific version if locking is preferred
39
with:
40
api-key: ${{ env.FOSSA_API_KEY }}
41
42
- name: "Run FOSSA Test"
43
44
45
46
run-tests: true
0 commit comments