2626 with :
2727 executable : ' lint go'
2828 timeout : ' 5m'
29- flow-version : ' v1.0.0-beta2 '
29+ flow-version : ' main '
3030 - name : Upload SARIF file
3131 uses : github/codeql-action/upload-sarif@v3
3232 with :
4545 with :
4646 executable : ' test unit'
4747 timeout : ' 5m'
48- flow-version : ' v1.0.0-beta2 '
48+ flow-version : ' main '
4949 id : unit-tests
5050 - name : Upload unit test coverage
5151 uses : actions/upload-artifact@v4
6565 with :
6666 executable : ' test e2e'
6767 timeout : ' 10m'
68- flow-version : ' v1.0.0-beta2 '
68+ flow-version : ' main '
6969 secrets : |
7070 {
7171 "test-secret": "test-value-from-action",
8787 with :
8888 executable : ' transform coverage'
8989 timeout : ' 5m'
90- flow-version : ' v1.0.0-beta2 '
90+ flow-version : ' main '
9191
9292 - name : Upload to codecov
9393 uses : codecov/codecov-action@v3
@@ -111,13 +111,13 @@ jobs:
111111 with :
112112 executable : ' generate'
113113 timeout : ' 10m'
114- flow-version : ' v1.0.0-beta2 '
114+ flow-version : ' main '
115115 - name : Check for uncommitted changes
116116117117 with :
118118 executable : ' validate generated'
119119 timeout : ' 2m'
120- flow-version : ' v1.0.0-beta2 '
120+ flow-version : ' main '
121121
122122 build-matrix :
123123 strategy :
@@ -133,12 +133,12 @@ jobs:
133133134134 with :
135135 executable : ' build binary'
136- flow-version : ' v1.0.0-beta2 '
136+ flow-version : ' main '
137137 timeout : ' 10m'
138138139139 with :
140140 executable : ' test binary'
141- flow-version : ' v1.0.0-beta2 '
141+ flow-version : ' main '
142142 timeout : ' 5m'
143143
144144 security :
@@ -153,7 +153,7 @@ jobs:
153153 with :
154154 executable : ' scan security'
155155 timeout : ' 10m'
156- flow-version : ' v1.0.0-beta2 '
156+ flow-version : ' main '
157157 - name : Upload govuln SARIF file
158158 uses : github/codeql-action/upload-sarif@v3
159159 with :
0 commit comments