@@ -13,7 +13,7 @@ on: ...
1313
1414jobs :
1515 <action name> :
16- uses : Staffbase/gha-workflows/.github/workflows/template_*.yml@v9.0 .0
16+ uses : Staffbase/gha-workflows/.github/workflows/template_*.yml@v9.1 .0
1717 with : ...
1818` ` `
1919
4141
4242jobs :
4343 dependabot :
44- uses : Staffbase/gha-workflows/.github/workflows/template_automerge_dependabot.yml@v9.0 .0
44+ uses : Staffbase/gha-workflows/.github/workflows/template_automerge_dependabot.yml@v9.1 .0
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@v9.0 .0
79+ uses : Staffbase/gha-workflows/.github/workflows/template_autodev.yml@v9.1 .0
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@v9.0 .0
123+ uses : Staffbase/gha-workflows/.github/workflows/template_changeset_check.yml@v9.1 .0
124124` ` `
125125
126126</details>
142142
143143jobs:
144144 changeset-release:
145- uses: Staffbase/gha-workflows/.github/workflows/template_changeset_release.yml@v9.0 .0
145+ uses: Staffbase/gha-workflows/.github/workflows/template_changeset_release.yml@v9.1 .0
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@v9.0 .0
183+ uses : Staffbase/gha-workflows/.github/workflows/template_flaky_tests.yml@v9.1 .0
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@v9.0 .0
217+ uses : Staffbase/gha-workflows/.github/workflows/template_gitops.yml@v9.1 .0
218218 with :
219219 # optional: host of the docker registry, default: "registry.staffbase.com"
220220 docker-registry : ' <your-registry>'
297297
298298jobs :
299299 jira_annotate :
300- uses : Staffbase/gha-workflows/.github/workflows/template_jira_tagging.yml@v9.0 .0
300+ uses : Staffbase/gha-workflows/.github/workflows/template_jira_tagging.yml@v9.1 .0
301301 with :
302302 # optional: name of the service to add as label, default: name of the repository
303303 name : ' component name'
330330
331331jobs :
332332 ld_code_references :
333- uses : Staffbase/gha-workflows/.github/workflows/template_launchdarkly_code_references.yml@v9.0 .0
333+ uses : Staffbase/gha-workflows/.github/workflows/template_launchdarkly_code_references.yml@v9.1 .0
334334 with :
335335 # optional: key of the LD project, default: default
336336 project-key : ' my-project'
355355
356356jobs :
357357 block :
358- uses : Staffbase/gha-workflows/.github/workflows/template_merge_block.yml@v9.0 .0
358+ uses : Staffbase/gha-workflows/.github/workflows/template_merge_block.yml@v9.1 .0
359359 with :
360360 # optional: name of the label if the PR should not be merged, default: do not merge
361361 label : merge block
383383
384384jobs:
385385 update_release_draft:
386- uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v9.0 .0
386+ uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v9.1 .0
387387 with:
388388 # optional: name of the release drafter configuration file, default: release-drafter.yml
389389 config-name: release-drafter-test.yml
428428
429429jobs:
430430 new_version:
431- uses: Staffbase/gha-workflows/.github/workflows/template_release_version.yml@v9.0 .0
431+ uses: Staffbase/gha-workflows/.github/workflows/template_release_version.yml@v9.1 .0
432432 with:
433433 # optional: prefix of the tag in order to find the last release; this is useful for multi artifact/service repositories, default: 'v'
434434 tag-prefix: 'app-v'
@@ -463,7 +463,7 @@ on: [pull_request]
463463
464464jobs:
465465 trufflehog:
466- uses: Staffbase/gha-workflows/.github/workflows/template_secret_scan.yml@v9.0 .0
466+ uses: Staffbase/gha-workflows/.github/workflows/template_secret_scan.yml@v9.1 .0
467467` ` `
468468
469469</details>
482482
483483jobs:
484484 stale:
485- uses: Staffbase/gha-workflows/.github/workflows/template_stale.yml@v9.0 .0
485+ uses: Staffbase/gha-workflows/.github/workflows/template_stale.yml@v9.1 .0
486486 with:
487487 # optional: comment on the stale pull request while closed, default: This stale PR was closed because there was no activity.
488488 close-pr-message: your message
519519
520520jobs:
521521 techdocs:
522- uses: Staffbase/gha-workflows/.github/workflows/template_techdocs_monorepo.yml@v9.0 .0
522+ uses: Staffbase/gha-workflows/.github/workflows/template_techdocs_monorepo.yml@v9.1 .0
523523 secrets:
524524 # required: specifies an Azure Storage account name
525525 azure-account-name: ${{ vars.TECHDOCS_AZURE_ACCOUNT_NAME }}
548548
549549jobs:
550550 techdocs:
551- uses: Staffbase/gha-workflows/.github/workflows/template_techdocs.yml@v9.0 .0
551+ uses: Staffbase/gha-workflows/.github/workflows/template_techdocs.yml@v9.1 .0
552552 with:
553553 # optional: kind of the Backstage entity, default: Component
554554 # ref: https://backstage.io/docs/features/software-catalog/descriptor-format#contents
@@ -579,7 +579,7 @@ on: [pull_request]
579579
580580jobs:
581581 terraform:
582- uses: Staffbase/gha-workflows/.github/workflows/template_terraform_format.yml@v9.0 .0
582+ uses: Staffbase/gha-workflows/.github/workflows/template_terraform_format.yml@v9.1 .0
583583 with:
584584 # optional: Terraform version, default: latest
585585 terraform-version: latest
609609
610610jobs:
611611 trigger-testio-test:
612- uses: Staffbase/gha-workflows/.github/workflows/template_testio_trigger_test.yml@v9.0 .0
612+ uses: Staffbase/gha-workflows/.github/workflows/template_testio_trigger_test.yml@v9.1 .0
613613 with:
614614 # optional: the slug you received from TestIO, defaults to 'staffbase'
615615 testio-slug: your TestIO slug
641641
642642jobs:
643643 yamllint:
644- uses: Staffbase/gha-workflows/.github/workflows/template_yaml.yml@v9.0 .0
644+ uses: Staffbase/gha-workflows/.github/workflows/template_yaml.yml@v9.1 .0
645645 with:
646646 # optional: name of the running action, default: yamllint / yamllint
647647 action-name: your name
0 commit comments