@@ -13,7 +13,7 @@ on: ...
1313
1414jobs :
1515 <action name> :
16- uses : Staffbase/gha-workflows/.github/workflows/template_*.yml@8b3899b42a8bc3eb63645192e2c7974a80069063 # v12.0.0
16+ uses : Staffbase/gha-workflows/.github/workflows/template_*.yml@963c984dde02b0a8711f0d098aa9f8a7f2e50bca # v12.0.1
1717 permissions : ... # see individual examples below
1818 with : ...
1919` ` `
4242
4343jobs :
4444 dependabot :
45- uses : Staffbase/gha-workflows/.github/workflows/template_automerge_dependabot.yml@8b3899b42a8bc3eb63645192e2c7974a80069063 # v12.0.0
45+ uses : Staffbase/gha-workflows/.github/workflows/template_automerge_dependabot.yml@963c984dde02b0a8711f0d098aa9f8a7f2e50bca # v12.0.1
4646 permissions : {}
4747 with :
4848 # optional: ⚠️ only enable the force merge if you want to do the merge just now
7878
7979jobs :
8080 autodev :
81- uses : Staffbase/gha-workflows/.github/workflows/template_autodev.yml@8b3899b42a8bc3eb63645192e2c7974a80069063 # v12.0.0
81+ uses : Staffbase/gha-workflows/.github/workflows/template_autodev.yml@963c984dde02b0a8711f0d098aa9f8a7f2e50bca # v12.0.1
8282 permissions :
8383 contents : read
8484 with :
124124
125125jobs :
126126 changeset-check :
127- uses : Staffbase/gha-workflows/.github/workflows/template_changeset_check.yml@8b3899b42a8bc3eb63645192e2c7974a80069063 # v12.0.0
127+ uses : Staffbase/gha-workflows/.github/workflows/template_changeset_check.yml@963c984dde02b0a8711f0d098aa9f8a7f2e50bca # v12.0.1
128128 permissions :
129129 contents : read
130130 pull-requests : write
149149
150150jobs:
151151 changeset-release:
152- uses: Staffbase/gha-workflows/.github/workflows/template_changeset_release.yml@8b3899b42a8bc3eb63645192e2c7974a80069063 # v12.0.0
152+ uses: Staffbase/gha-workflows/.github/workflows/template_changeset_release.yml@963c984dde02b0a8711f0d098aa9f8a7f2e50bca # v12.0.1
153153 permissions:
154154 contents: read
155155 with:
189189
190190jobs :
191191 flaky-tests :
192- uses : Staffbase/gha-workflows/.github/workflows/template_flaky_tests.yml@8b3899b42a8bc3eb63645192e2c7974a80069063 # v12.0.0
192+ uses : Staffbase/gha-workflows/.github/workflows/template_flaky_tests.yml@963c984dde02b0a8711f0d098aa9f8a7f2e50bca # v12.0.1
193193 permissions :
194194 checks : read
195195 contents : read
@@ -226,7 +226,7 @@ on: [push]
226226
227227jobs :
228228 gitops :
229- uses : Staffbase/gha-workflows/.github/workflows/template_gitops.yml@8b3899b42a8bc3eb63645192e2c7974a80069063 # v12.0.0
229+ uses : Staffbase/gha-workflows/.github/workflows/template_gitops.yml@963c984dde02b0a8711f0d098aa9f8a7f2e50bca # v12.0.1
230230 permissions :
231231 contents : read
232232 with :
315315
316316jobs :
317317 jira_annotate :
318- uses : Staffbase/gha-workflows/.github/workflows/template_jira_tagging.yml@8b3899b42a8bc3eb63645192e2c7974a80069063 # v12.0.0
318+ uses : Staffbase/gha-workflows/.github/workflows/template_jira_tagging.yml@963c984dde02b0a8711f0d098aa9f8a7f2e50bca # v12.0.1
319319 permissions :
320320 contents : read
321321 with :
350350
351351jobs :
352352 ld_code_references :
353- uses : Staffbase/gha-workflows/.github/workflows/template_launchdarkly_code_references.yml@8b3899b42a8bc3eb63645192e2c7974a80069063 # v12.0.0
353+ uses : Staffbase/gha-workflows/.github/workflows/template_launchdarkly_code_references.yml@963c984dde02b0a8711f0d098aa9f8a7f2e50bca # v12.0.1
354354 permissions :
355355 contents : read
356356 with :
377377
378378jobs :
379379 block :
380- uses : Staffbase/gha-workflows/.github/workflows/template_merge_block.yml@8b3899b42a8bc3eb63645192e2c7974a80069063 # v12.0.0
380+ uses : Staffbase/gha-workflows/.github/workflows/template_merge_block.yml@963c984dde02b0a8711f0d098aa9f8a7f2e50bca # v12.0.1
381381 permissions :
382382 pull-requests : write
383383 with :
407407
408408jobs:
409409 update_release_draft:
410- uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@8b3899b42a8bc3eb63645192e2c7974a80069063 # v12.0.0
410+ uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@963c984dde02b0a8711f0d098aa9f8a7f2e50bca # v12.0.1
411411 permissions:
412412 contents: write
413413 pull-requests: read
455455
456456jobs:
457457 new_version:
458- uses: Staffbase/gha-workflows/.github/workflows/template_release_version.yml@8b3899b42a8bc3eb63645192e2c7974a80069063 # v12.0.0
458+ uses: Staffbase/gha-workflows/.github/workflows/template_release_version.yml@963c984dde02b0a8711f0d098aa9f8a7f2e50bca # v12.0.1
459459 permissions:
460460 contents: read
461461 with:
@@ -492,7 +492,7 @@ on: [pull_request]
492492
493493jobs:
494494 trufflehog:
495- uses: Staffbase/gha-workflows/.github/workflows/template_secret_scan.yml@8b3899b42a8bc3eb63645192e2c7974a80069063 # v12.0.0
495+ uses: Staffbase/gha-workflows/.github/workflows/template_secret_scan.yml@963c984dde02b0a8711f0d098aa9f8a7f2e50bca # v12.0.1
496496 permissions:
497497 contents: read
498498` ` `
513513
514514jobs:
515515 stale:
516- uses: Staffbase/gha-workflows/.github/workflows/template_stale.yml@8b3899b42a8bc3eb63645192e2c7974a80069063 # v12.0.0
516+ uses: Staffbase/gha-workflows/.github/workflows/template_stale.yml@963c984dde02b0a8711f0d098aa9f8a7f2e50bca # v12.0.1
517517 permissions:
518518 contents: write
519519 pull-requests: write
554554
555555jobs:
556556 techdocs:
557- uses: Staffbase/gha-workflows/.github/workflows/template_techdocs_monorepo.yml@8b3899b42a8bc3eb63645192e2c7974a80069063 # v12.0.0
557+ uses: Staffbase/gha-workflows/.github/workflows/template_techdocs_monorepo.yml@963c984dde02b0a8711f0d098aa9f8a7f2e50bca # v12.0.1
558558 permissions:
559559 contents: read
560560 secrets:
585585
586586jobs:
587587 techdocs:
588- uses: Staffbase/gha-workflows/.github/workflows/template_techdocs.yml@8b3899b42a8bc3eb63645192e2c7974a80069063 # v12.0.0
588+ uses: Staffbase/gha-workflows/.github/workflows/template_techdocs.yml@963c984dde02b0a8711f0d098aa9f8a7f2e50bca # v12.0.1
589589 permissions:
590590 contents: read
591591 with:
@@ -617,7 +617,7 @@ on: [pull_request]
617617
618618jobs:
619619 terraform:
620- uses: Staffbase/gha-workflows/.github/workflows/template_terraform_format.yml@8b3899b42a8bc3eb63645192e2c7974a80069063 # v12.0.0
620+ uses: Staffbase/gha-workflows/.github/workflows/template_terraform_format.yml@963c984dde02b0a8711f0d098aa9f8a7f2e50bca # v12.0.1
621621 permissions:
622622 contents: read
623623 pull-requests: write
653653
654654jobs:
655655 yamllint:
656- uses: Staffbase/gha-workflows/.github/workflows/template_yaml.yml@8b3899b42a8bc3eb63645192e2c7974a80069063 # v12.0.0
656+ uses: Staffbase/gha-workflows/.github/workflows/template_yaml.yml@963c984dde02b0a8711f0d098aa9f8a7f2e50bca # v12.0.1
657657 permissions:
658658 contents: read
659659 checks: write
0 commit comments