We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6501fb2 commit 1db7a46Copy full SHA for 1db7a46
.github/workflows/fossa.yml
@@ -24,12 +24,12 @@ jobs:
24
value: ${{ secrets.FOSSA_API_KEY }}
25
- name: "Run FOSSA Scan"
26
if: steps.checksecret.outputs.result == 'true'
27
- uses: fossas/fossa-action@32c7979e971182f1e7602ed5d2b9ae0f5a6933d1 # v1.3.2
+ uses: fossas/fossa-action@47ef11b1e1e3812e88dae436ccbd2d0cbd1adab0 # v1.3.3
28
with:
29
api-key: ${{ secrets.FOSSA_API_KEY }}
30
- name: "Run FOSSA Test"
31
32
33
34
35
run-tests: true
0 commit comments