diff --git a/README.md b/README.md index 8271b019..16ee828c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ on: ... jobs: : - uses: Staffbase/gha-workflows/.github/workflows/template_*.yml@5968460697330b93e395f3bced373392deb22553 # v15.0.0 + uses: Staffbase/gha-workflows/.github/workflows/template_*.yml@f5e49d0fc6d1367ae405927fb23c234838e5e5a5 # v15.1.0 permissions: ... # see individual examples below with: ... ``` @@ -47,7 +47,7 @@ on: jobs: dependabot: - uses: Staffbase/gha-workflows/.github/workflows/template_automerge_dependabot.yml@5968460697330b93e395f3bced373392deb22553 # v15.0.0 + uses: Staffbase/gha-workflows/.github/workflows/template_automerge_dependabot.yml@f5e49d0fc6d1367ae405927fb23c234838e5e5a5 # v15.1.0 permissions: {} with: # optional: merge strategy (accepted values: rebase, merge, squash. default: squash) @@ -84,7 +84,7 @@ on: jobs: autodev: - uses: Staffbase/gha-workflows/.github/workflows/template_autodev.yml@5968460697330b93e395f3bced373392deb22553 # v15.0.0 + uses: Staffbase/gha-workflows/.github/workflows/template_autodev.yml@f5e49d0fc6d1367ae405927fb23c234838e5e5a5 # v15.1.0 permissions: contents: read with: @@ -133,7 +133,7 @@ on: jobs: changeset-check: - uses: Staffbase/gha-workflows/.github/workflows/template_changeset_check.yml@5968460697330b93e395f3bced373392deb22553 # v15.0.0 + uses: Staffbase/gha-workflows/.github/workflows/template_changeset_check.yml@f5e49d0fc6d1367ae405927fb23c234838e5e5a5 # v15.1.0 permissions: contents: read pull-requests: write @@ -160,7 +160,7 @@ on: jobs: changeset-release: - uses: Staffbase/gha-workflows/.github/workflows/template_changeset_release.yml@5968460697330b93e395f3bced373392deb22553 # v15.0.0 + uses: Staffbase/gha-workflows/.github/workflows/template_changeset_release.yml@f5e49d0fc6d1367ae405927fb23c234838e5e5a5 # v15.1.0 permissions: contents: read with: @@ -202,7 +202,7 @@ on: jobs: flaky-tests: - uses: Staffbase/gha-workflows/.github/workflows/template_flaky_tests.yml@5968460697330b93e395f3bced373392deb22553 # v15.0.0 + uses: Staffbase/gha-workflows/.github/workflows/template_flaky_tests.yml@f5e49d0fc6d1367ae405927fb23c234838e5e5a5 # v15.1.0 permissions: checks: read contents: read @@ -242,7 +242,7 @@ on: [push] jobs: gitops: - uses: Staffbase/gha-workflows/.github/workflows/template_gitops.yml@5968460697330b93e395f3bced373392deb22553 # v15.0.0 + uses: Staffbase/gha-workflows/.github/workflows/template_gitops.yml@f5e49d0fc6d1367ae405927fb23c234838e5e5a5 # v15.1.0 permissions: contents: read with: @@ -336,7 +336,7 @@ on: jobs: jira_annotate: - uses: Staffbase/gha-workflows/.github/workflows/template_jira_tagging.yml@5968460697330b93e395f3bced373392deb22553 # v15.0.0 + uses: Staffbase/gha-workflows/.github/workflows/template_jira_tagging.yml@f5e49d0fc6d1367ae405927fb23c234838e5e5a5 # v15.1.0 permissions: contents: read with: @@ -374,7 +374,7 @@ on: jobs: ld_code_references: - uses: Staffbase/gha-workflows/.github/workflows/template_launchdarkly_code_references.yml@5968460697330b93e395f3bced373392deb22553 # v15.0.0 + uses: Staffbase/gha-workflows/.github/workflows/template_launchdarkly_code_references.yml@f5e49d0fc6d1367ae405927fb23c234838e5e5a5 # v15.1.0 permissions: contents: read with: @@ -403,7 +403,7 @@ on: jobs: block: - uses: Staffbase/gha-workflows/.github/workflows/template_merge_block.yml@5968460697330b93e395f3bced373392deb22553 # v15.0.0 + uses: Staffbase/gha-workflows/.github/workflows/template_merge_block.yml@f5e49d0fc6d1367ae405927fb23c234838e5e5a5 # v15.1.0 permissions: pull-requests: write with: @@ -435,7 +435,7 @@ on: jobs: update_release_draft: - uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@5968460697330b93e395f3bced373392deb22553 # v15.0.0 + uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@f5e49d0fc6d1367ae405927fb23c234838e5e5a5 # v15.1.0 permissions: contents: write pull-requests: read @@ -485,7 +485,7 @@ on: jobs: new_version: - uses: Staffbase/gha-workflows/.github/workflows/template_release_version.yml@5968460697330b93e395f3bced373392deb22553 # v15.0.0 + uses: Staffbase/gha-workflows/.github/workflows/template_release_version.yml@f5e49d0fc6d1367ae405927fb23c234838e5e5a5 # v15.1.0 permissions: contents: read with: @@ -526,7 +526,7 @@ jobs: trufflehog: permissions: contents: read - uses: Staffbase/gha-workflows/.github/workflows/template_secret_scan.yml@5968460697330b93e395f3bced373392deb22553 # v15.0.0 + uses: Staffbase/gha-workflows/.github/workflows/template_secret_scan.yml@f5e49d0fc6d1367ae405927fb23c234838e5e5a5 # v15.1.0 ``` @@ -547,7 +547,7 @@ on: jobs: stale: - uses: Staffbase/gha-workflows/.github/workflows/template_stale.yml@5968460697330b93e395f3bced373392deb22553 # v15.0.0 + uses: Staffbase/gha-workflows/.github/workflows/template_stale.yml@f5e49d0fc6d1367ae405927fb23c234838e5e5a5 # v15.1.0 permissions: contents: write pull-requests: write @@ -590,7 +590,7 @@ on: jobs: techdocs: - uses: Staffbase/gha-workflows/.github/workflows/template_techdocs_monorepo.yml@5968460697330b93e395f3bced373392deb22553 # v15.0.0 + uses: Staffbase/gha-workflows/.github/workflows/template_techdocs_monorepo.yml@f5e49d0fc6d1367ae405927fb23c234838e5e5a5 # v15.1.0 permissions: contents: read secrets: @@ -623,7 +623,7 @@ on: jobs: techdocs: - uses: Staffbase/gha-workflows/.github/workflows/template_techdocs.yml@5968460697330b93e395f3bced373392deb22553 # v15.0.0 + uses: Staffbase/gha-workflows/.github/workflows/template_techdocs.yml@f5e49d0fc6d1367ae405927fb23c234838e5e5a5 # v15.1.0 permissions: contents: read with: @@ -657,7 +657,7 @@ on: [pull_request] jobs: terraform: - uses: Staffbase/gha-workflows/.github/workflows/template_terraform_format.yml@5968460697330b93e395f3bced373392deb22553 # v15.0.0 + uses: Staffbase/gha-workflows/.github/workflows/template_terraform_format.yml@f5e49d0fc6d1367ae405927fb23c234838e5e5a5 # v15.1.0 permissions: contents: read pull-requests: write @@ -695,7 +695,7 @@ on: jobs: yamllint: - uses: Staffbase/gha-workflows/.github/workflows/template_yaml.yml@5968460697330b93e395f3bced373392deb22553 # v15.0.0 + uses: Staffbase/gha-workflows/.github/workflows/template_yaml.yml@f5e49d0fc6d1367ae405927fb23c234838e5e5a5 # v15.1.0 permissions: contents: read checks: write