Skip to content

Commit e180446

Browse files
📝 update readme versions (#415)
Co-authored-by: soemo <300618+soemo@users.noreply.github.com>
1 parent 963c984 commit e180446

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on: ...
1313

1414
jobs:
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
```
@@ -42,7 +42,7 @@ on:
4242

4343
jobs:
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
@@ -78,7 +78,7 @@ on:
7878

7979
jobs:
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:
@@ -124,7 +124,7 @@ on:
124124

125125
jobs:
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
@@ -149,7 +149,7 @@ on:
149149
150150
jobs:
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:
@@ -189,7 +189,7 @@ on:
189189

190190
jobs:
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

227227
jobs:
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:
@@ -315,7 +315,7 @@ on:
315315

316316
jobs:
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:
@@ -350,7 +350,7 @@ on:
350350

351351
jobs:
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:
@@ -377,7 +377,7 @@ on:
377377

378378
jobs:
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:
@@ -407,7 +407,7 @@ on:
407407
408408
jobs:
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
@@ -455,7 +455,7 @@ on:
455455
456456
jobs:
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
493493
jobs:
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
```
@@ -513,7 +513,7 @@ on:
513513
514514
jobs:
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
@@ -554,7 +554,7 @@ on:
554554
555555
jobs:
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:
@@ -585,7 +585,7 @@ on:
585585
586586
jobs:
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
618618
jobs:
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
@@ -653,7 +653,7 @@ on:
653653
654654
jobs:
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

Comments
 (0)