@@ -13,7 +13,7 @@ on: ...
1313
1414jobs :
1515 <action name> :
16- uses : Staffbase/gha-workflows/.github/workflows/template_*.yml@v11.0.0
16+ uses : Staffbase/gha-workflows/.github/workflows/template_*.yml@v11.0.1
1717 with : ...
1818` ` `
1919
4141
4242jobs :
4343 dependabot :
44- uses : Staffbase/gha-workflows/.github/workflows/template_automerge_dependabot.yml@v11.0.0
44+ uses : Staffbase/gha-workflows/.github/workflows/template_automerge_dependabot.yml@v11.0.1
4545 with :
4646 # optional: ⚠️ only enable the force merge if you want to do the merge just now
4747 force : true
7676
7777jobs :
7878 autodev :
79- uses : Staffbase/gha-workflows/.github/workflows/template_autodev.yml@v11.0.0
79+ uses : Staffbase/gha-workflows/.github/workflows/template_autodev.yml@v11.0.1
8080 with :
8181 # optional: base branch from which the history originates, default: main
8282 base : master
120120
121121jobs :
122122 changeset-check :
123- uses : Staffbase/gha-workflows/.github/workflows/template_changeset_check.yml@v11.0.0
123+ uses : Staffbase/gha-workflows/.github/workflows/template_changeset_check.yml@v11.0.1
124124` ` `
125125
126126</details>
142142
143143jobs:
144144 changeset-release:
145- uses: Staffbase/gha-workflows/.github/workflows/template_changeset_release.yml@v11.0.0
145+ uses: Staffbase/gha-workflows/.github/workflows/template_changeset_release.yml@v11.0.1
146146 with:
147147 # optional: The file containing the Node.js version to use, defaults to .nvmrc
148148 node-version-file: '.node-version'
180180
181181jobs :
182182 flaky-tests :
183- uses : Staffbase/gha-workflows/.github/workflows/template_flaky_tests.yml@v11.0.0
183+ uses : Staffbase/gha-workflows/.github/workflows/template_flaky_tests.yml@v11.0.1
184184 with :
185185 # identifier for the slack channel
186186 slack-channel-id : 45678787976
@@ -214,7 +214,7 @@ on: [push]
214214
215215jobs :
216216 gitops :
217- uses : Staffbase/gha-workflows/.github/workflows/template_gitops.yml@v11.0.0
217+ uses : Staffbase/gha-workflows/.github/workflows/template_gitops.yml@v11.0.1
218218 with :
219219 # optional: host of the docker registry, default: "registry.staffbase.com"
220220 docker-registry : ' <your-registry>'
301301
302302jobs :
303303 jira_annotate :
304- uses : Staffbase/gha-workflows/.github/workflows/template_jira_tagging.yml@v11.0.0
304+ uses : Staffbase/gha-workflows/.github/workflows/template_jira_tagging.yml@v11.0.1
305305 with :
306306 # optional: name of the service to add as label, default: name of the repository
307307 name : ' component name'
334334
335335jobs :
336336 ld_code_references :
337- uses : Staffbase/gha-workflows/.github/workflows/template_launchdarkly_code_references.yml@v11.0.0
337+ uses : Staffbase/gha-workflows/.github/workflows/template_launchdarkly_code_references.yml@v11.0.1
338338 with :
339339 # optional: key of the LD project, default: default
340340 project-key : ' my-project'
359359
360360jobs :
361361 block :
362- uses : Staffbase/gha-workflows/.github/workflows/template_merge_block.yml@v11.0.0
362+ uses : Staffbase/gha-workflows/.github/workflows/template_merge_block.yml@v11.0.1
363363 with :
364364 # optional: name of the label if the PR should not be merged, default: do not merge
365365 label : merge block
387387
388388jobs:
389389 update_release_draft:
390- uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v11.0.0
390+ uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v11.0.1
391391 with:
392392 # optional: name of the release drafter configuration file, default: release-drafter.yml
393393 config-name: release-drafter-test.yml
432432
433433jobs:
434434 new_version:
435- uses: Staffbase/gha-workflows/.github/workflows/template_release_version.yml@v11.0.0
435+ uses: Staffbase/gha-workflows/.github/workflows/template_release_version.yml@v11.0.1
436436 with:
437437 # optional: prefix of the tag in order to find the last release; this is useful for multi artifact/service repositories, default: 'v'
438438 tag-prefix: 'app-v'
@@ -467,7 +467,7 @@ on: [pull_request]
467467
468468jobs:
469469 trufflehog:
470- uses: Staffbase/gha-workflows/.github/workflows/template_secret_scan.yml@v11.0.0
470+ uses: Staffbase/gha-workflows/.github/workflows/template_secret_scan.yml@v11.0.1
471471` ` `
472472
473473</details>
486486
487487jobs:
488488 stale:
489- uses: Staffbase/gha-workflows/.github/workflows/template_stale.yml@v11.0.0
489+ uses: Staffbase/gha-workflows/.github/workflows/template_stale.yml@v11.0.1
490490 with:
491491 # optional: comment on the stale pull request while closed, default: This stale PR was closed because there was no activity.
492492 close-pr-message: your message
523523
524524jobs:
525525 techdocs:
526- uses: Staffbase/gha-workflows/.github/workflows/template_techdocs_monorepo.yml@v11.0.0
526+ uses: Staffbase/gha-workflows/.github/workflows/template_techdocs_monorepo.yml@v11.0.1
527527 secrets:
528528 # required: specifies an Azure Storage account name
529529 azure-account-name: ${{ vars.TECHDOCS_AZURE_ACCOUNT_NAME }}
552552
553553jobs:
554554 techdocs:
555- uses: Staffbase/gha-workflows/.github/workflows/template_techdocs.yml@v11.0.0
555+ uses: Staffbase/gha-workflows/.github/workflows/template_techdocs.yml@v11.0.1
556556 with:
557557 # optional: kind of the Backstage entity, default: Component
558558 # ref: https://backstage.io/docs/features/software-catalog/descriptor-format#contents
@@ -582,7 +582,7 @@ on: [pull_request]
582582
583583jobs:
584584 terraform:
585- uses: Staffbase/gha-workflows/.github/workflows/template_terraform_format.yml@v11.0.0
585+ uses: Staffbase/gha-workflows/.github/workflows/template_terraform_format.yml@v11.0.1
586586 with:
587587 # optional: Terraform version, default: latest
588588 terraform-version: latest
615615
616616jobs:
617617 yamllint:
618- uses: Staffbase/gha-workflows/.github/workflows/template_yaml.yml@v11.0.0
618+ uses: Staffbase/gha-workflows/.github/workflows/template_yaml.yml@v11.0.1
619619 with:
620620 # optional: name of the running action, default: yamllint / yamllint
621621 action-name: your name
0 commit comments