File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,14 @@ name: fossa
15
15
on :
16
16
push :
17
17
branches :
18
- - master
18
+ - main
19
19
- release-*
20
- - feature/*
21
20
tags :
22
21
- v*
23
22
pull_request :
24
23
branches :
25
- - master
24
+ - main
26
25
- release-*
27
- - feature/*
28
26
workflow_dispatch : {}
29
27
jobs :
30
28
fossa-scan :
@@ -36,12 +34,12 @@ jobs:
36
34
uses : actions/checkout@v2
37
35
38
36
- name : " Run FOSSA Scan"
39
- uses : fossas/fossa-action@main # Use a specific version if locking is preferred
37
+ uses : fossas/fossa-action@v1.1.0 # Use a specific version if locking is preferred
40
38
with :
41
39
api-key : ${{ env.FOSSA_API_KEY }}
42
40
43
41
- name : " Run FOSSA Test"
44
- uses : fossas/fossa-action@main # Use a specific version if locking is preferred
42
+ uses : fossas/fossa-action@v1.1.0 # Use a specific version if locking is preferred
45
43
with :
46
44
api-key : ${{ env.FOSSA_API_KEY }}
47
45
run-tests : true
You can’t perform that action at this time.
0 commit comments