From 5bbd7183c780963f2d607c76ce0c32694f29a760 Mon Sep 17 00:00:00 2001 From: "staffbase-actions[bot]" <138650685+staffbase-actions[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 14:59:25 +0100 Subject: [PATCH] :memo: update readme versions (#306) Co-authored-by: agierlicki <15726057+agierlicki@users.noreply.github.com> --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index d9dc4c2..12ef0ff 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ on: jobs: : - uses: Staffbase/gha-workflows/.github/workflows/template_*.yml@v7.0.0 + uses: Staffbase/gha-workflows/.github/workflows/template_*.yml@v7.1.0 with: ... ``` @@ -43,7 +43,7 @@ on: jobs: dependabot: - uses: Staffbase/gha-workflows/.github/workflows/template_automerge_dependabot.yml@v7.0.0 + uses: Staffbase/gha-workflows/.github/workflows/template_automerge_dependabot.yml@v7.1.0 with: # optional: ⚠️ only enable the force merge if you want to do the merge just now force: true @@ -78,7 +78,7 @@ on: jobs: autodev: - uses: Staffbase/gha-workflows/.github/workflows/template_autodev.yml@v7.0.0 + uses: Staffbase/gha-workflows/.github/workflows/template_autodev.yml@v7.1.0 with: # optional: base branch from which the history originates, default: main base: master @@ -122,7 +122,7 @@ on: jobs: changeset-check: - uses: Staffbase/gha-workflows/.github/workflows/template_changeset_check.yml@v7.0.0 + uses: Staffbase/gha-workflows/.github/workflows/template_changeset_check.yml@v7.1.0 ``` @@ -144,7 +144,7 @@ on: jobs: changeset-release: - uses: Staffbase/gha-workflows/.github/workflows/template_changeset_release.yml@v7.0.0 + uses: Staffbase/gha-workflows/.github/workflows/template_changeset_release.yml@v7.1.0 with: # optional: The file containing the Node.js version to use, defaults to .nvmrc node-version-file: '.node-version' @@ -178,7 +178,7 @@ on: [ push ] jobs: gitops: - uses: Staffbase/gha-workflows/.github/workflows/template_gitops.yml@v7.0.0 + uses: Staffbase/gha-workflows/.github/workflows/template_gitops.yml@v7.1.0 with: # optional: host of the docker registry, default: "staffbase.jfrog.io" docker-registry: "" @@ -259,7 +259,7 @@ on: jobs: jira_annotate: - uses: Staffbase/gha-workflows/.github/workflows/template_jira_tagging.yml@v7.0.0 + uses: Staffbase/gha-workflows/.github/workflows/template_jira_tagging.yml@v7.1.0 with: # optional: name of the service to add as label, default: name of the repository name: 'component name' @@ -292,7 +292,7 @@ on: jobs: ld_code_references: - uses: Staffbase/gha-workflows/.github/workflows/template_launchdarkly_code_references.yml@v7.0.0 + uses: Staffbase/gha-workflows/.github/workflows/template_launchdarkly_code_references.yml@v7.1.0 with: # optional: key of the LD project, default: default project-key: 'my-project' @@ -317,7 +317,7 @@ on: jobs: block: - uses: Staffbase/gha-workflows/.github/workflows/template_merge_block.yml@v7.0.0 + uses: Staffbase/gha-workflows/.github/workflows/template_merge_block.yml@v7.1.0 with: # optional: name of the label if the PR should not be merged, default: do not merge label: merge block @@ -345,7 +345,7 @@ on: jobs: update_release_draft: - uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v7.0.0 + uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v7.1.0 with: # optional: name of the release name: Version X.Y.Z @@ -384,7 +384,7 @@ on: jobs: new_version: - uses: Staffbase/gha-workflows/.github/workflows/template_release_version.yml@v7.0.0 + uses: Staffbase/gha-workflows/.github/workflows/template_release_version.yml@v7.1.0 with: # optional: format of the version, default: weekly format: 'quarterly' @@ -415,7 +415,7 @@ on: [pull_request] jobs: trufflehog: - uses: Staffbase/gha-workflows/.github/workflows/template_secret_scan.yml@v7.0.0 + uses: Staffbase/gha-workflows/.github/workflows/template_secret_scan.yml@v7.1.0 ``` @@ -434,7 +434,7 @@ on: jobs: stale: - uses: Staffbase/gha-workflows/.github/workflows/template_stale.yml@v7.0.0 + uses: Staffbase/gha-workflows/.github/workflows/template_stale.yml@v7.1.0 with: # optional: comment on the stale pull request while closed, default: This stale PR was closed because there was no activity. close-pr-message: your message @@ -471,7 +471,7 @@ on: jobs: techdocs: - uses: Staffbase/gha-workflows/.github/workflows/template_techdocs.yml@v7.0.0 + uses: Staffbase/gha-workflows/.github/workflows/template_techdocs.yml@v7.1.0 with: # optional: kind of the Backstage entity, default: Component # ref: https://backstage.io/docs/features/software-catalog/descriptor-format#contents @@ -503,7 +503,7 @@ on: jobs: trigger-testio-test: - uses: Staffbase/gha-workflows/.github/workflows/template_testio_trigger_test.yml@v7.0.0 + uses: Staffbase/gha-workflows/.github/workflows/template_testio_trigger_test.yml@v7.1.0 with: # optional: the slug you received from TestIO, defaults to 'staffbase' testio-slug: your TestIO slug @@ -535,7 +535,7 @@ on: jobs: yamllint: - uses: Staffbase/gha-workflows/.github/workflows/template_yaml.yml@v7.0.0 + uses: Staffbase/gha-workflows/.github/workflows/template_yaml.yml@v7.1.0 with: # optional: name of the running action, default: yamllint / yamllint action-name: your name