File tree Expand file tree Collapse file tree 4 files changed +19
-0
lines changed Expand file tree Collapse file tree 4 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,15 @@ jobs:
16
16
unit-tests :
17
17
name : Run Plugins Unit Tests
18
18
uses : ./.github/workflows/unit_test.yml
19
+ with :
20
+ identifier : ' workflow-call-unit-test'
19
21
20
22
fortify :
21
23
name : Run Fortify Scan
22
24
uses : ./.github/workflows/fortify_scan.yml
23
25
secrets : inherit
26
+ with :
27
+ identifier : ' workflow-call-fortify'
24
28
25
29
release :
26
30
environment : Release
Original file line number Diff line number Diff line change @@ -2,6 +2,11 @@ name: Fortify Scan
2
2
on :
3
3
workflow_dispatch :
4
4
workflow_call :
5
+ inputs :
6
+ identifier :
7
+ required : true
8
+ type : string
9
+
5
10
push :
6
11
branches-ignore :
7
12
- main
Original file line number Diff line number Diff line change @@ -2,6 +2,11 @@ name: Integration Tests
2
2
on :
3
3
workflow_dispatch :
4
4
workflow_call :
5
+ inputs :
6
+ identifier :
7
+ required : true
8
+ type : string
9
+
5
10
push :
6
11
branches : [main]
7
12
Original file line number Diff line number Diff line change 1
1
name : Unit Tests | All
2
2
on :
3
3
workflow_call :
4
+ inputs :
5
+ identifier :
6
+ required : true
7
+ type : string
8
+
4
9
workflow_dispatch :
5
10
push :
6
11
branches-ignore :
You can’t perform that action at this time.
0 commit comments