|
14 | 14 |
|
15 | 15 | jobs: |
16 | 16 | <action name>: |
17 | | - uses: Staffbase/gha-workflows/.github/workflows/template_*.yml@v1.3.1 |
| 17 | + uses: Staffbase/gha-workflows/.github/workflows/template_*.yml@v1.4.0 |
18 | 18 | with: |
19 | 19 | ... |
20 | 20 | ``` |
|
39 | 39 |
|
40 | 40 | jobs: |
41 | 41 | autodev: |
42 | | - uses: Staffbase/gha-workflows/.github/workflows/template_autodev.yml@v1.3.1 |
| 42 | + uses: Staffbase/gha-workflows/.github/workflows/template_autodev.yml@v1.4.0 |
43 | 43 | with: |
44 | 44 | # optional: base branch from which the history originates, default: main |
45 | 45 | base: master |
@@ -74,7 +74,7 @@ on: [ push ] |
74 | 74 |
|
75 | 75 | jobs: |
76 | 76 | gitops: |
77 | | - uses: Staffbase/gha-workflows/.github/workflows/template_gitops.yml@v1.3.1 |
| 77 | + uses: Staffbase/gha-workflows/.github/workflows/template_gitops.yml@v1.4.0 |
78 | 78 | with: |
79 | 79 | # optional: build and push the Docker image, default: true |
80 | 80 | dockerenabled: false |
|
120 | 120 |
|
121 | 121 | jobs: |
122 | 122 | jira_annotate: |
123 | | - uses: Staffbase/gha-workflows/.github/workflows/template_jira_tagging.yml@v1.3.1 |
| 123 | + uses: Staffbase/gha-workflows/.github/workflows/template_jira_tagging.yml@v1.4.0 |
124 | 124 | with: |
125 | 125 | # name of the service to add as label |
126 | 126 | name: 'component name' |
|
154 | 154 |
|
155 | 155 | jobs: |
156 | 156 | update_release_draft: |
157 | | - uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v1.3.1 |
| 157 | + uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v1.4.0 |
158 | 158 | with: |
159 | 159 | # optional: name of the release |
160 | 160 | name: Version X.Y.Z |
|
187 | 187 |
|
188 | 188 | jobs: |
189 | 189 | sonarcloud: |
190 | | - uses: Staffbase/gha-workflows/.github/workflows/template_sonarcloud.yml@v1.3.1 |
| 190 | + uses: Staffbase/gha-workflows/.github/workflows/template_sonarcloud.yml@v1.4.0 |
191 | 191 | with: |
192 | 192 | # path to the cached coverage file |
193 | 193 | path: <path-to-cached-coverage-file> |
|
227 | 227 |
|
228 | 228 | jobs: |
229 | 229 | stale: |
230 | | - uses: Staffbase/gha-workflows/.github/workflows/template_stale.yml@v1.3.1 |
| 230 | + uses: Staffbase/gha-workflows/.github/workflows/template_stale.yml@v1.4.0 |
231 | 231 | with: |
232 | 232 | # optional: comment on the stale pull request while closed, default: This stale PR was closed because there was no activity. |
233 | 233 | close-pr-message: your message |
|
261 | 261 |
|
262 | 262 | jobs: |
263 | 263 | yamllint: |
264 | | - uses: Staffbase/gha-workflows/.github/workflows/template_yaml.yml@v1.3.1 |
| 264 | + uses: Staffbase/gha-workflows/.github/workflows/template_yaml.yml@v1.4.0 |
265 | 265 | with: |
266 | 266 | # optional: name of the running action, default: yamllint / yamllint |
267 | 267 | action-name: your name |
|
0 commit comments