File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,14 @@ jobs:
34
34
35
35
- name : Send license report to Fossa
36
36
# This will collect all necessary information (mostly used dependencies) and send it to the Fossa API
37
- uses : fossas/fossa-action@09bcf127dc0ccb4b5a023f6f906728878e8610ba # Use a specific version if locking is preferred
37
+ uses : fossas/fossa-action@93a52ecf7c3ac7eb40f5de77fd69b1a19524de94 # Use a specific version if locking is preferred
38
38
with :
39
39
api-key : ${{ secrets.FOSSA_LICENSE_SCAN_TOKEN }}
40
40
41
41
- name : Check license compliance
42
42
# This will poll the Fossa API until they have processed the information which we've sent in the previous step
43
43
# and fail if Fossa found an issue with the licences of our dependencies.
44
- uses : fossas/fossa-action@09bcf127dc0ccb4b5a023f6f906728878e8610ba # Use a specific version if locking is preferred
44
+ uses : fossas/fossa-action@93a52ecf7c3ac7eb40f5de77fd69b1a19524de94 # Use a specific version if locking is preferred
45
45
with :
46
46
api-key : ${{ secrets.FOSSA_LICENSE_SCAN_TOKEN }}
47
47
run-tests : true
You can’t perform that action at this time.
0 commit comments