From 5bf045b687285c6ac8a46db83cc2a01ab1d2271e Mon Sep 17 00:00:00 2001 From: axdotl Date: Fri, 10 Mar 2023 06:54:37 +0000 Subject: [PATCH] :memo: update readme versions --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b03897b7..ac7c917a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ on: jobs: : - uses: Staffbase/gha-workflows/.github/workflows/template_*.yml@v1.12.0 + uses: Staffbase/gha-workflows/.github/workflows/template_*.yml@v1.13.1 with: ... ``` @@ -39,7 +39,7 @@ on: jobs: autodev: - uses: Staffbase/gha-workflows/.github/workflows/template_autodev.yml@v1.12.0 + uses: Staffbase/gha-workflows/.github/workflows/template_autodev.yml@v1.13.1 with: # optional: base branch from which the history originates, default: main base: master @@ -74,7 +74,7 @@ on: [ push ] jobs: gitops: - uses: Staffbase/gha-workflows/.github/workflows/template_gitops.yml@v1.12.0 + uses: Staffbase/gha-workflows/.github/workflows/template_gitops.yml@v1.13.1 with: # optional: list of build-time variables docker-build-args: | @@ -126,7 +126,7 @@ on: jobs: jira_annotate: - uses: Staffbase/gha-workflows/.github/workflows/template_jira_tagging.yml@v1.12.0 + uses: Staffbase/gha-workflows/.github/workflows/template_jira_tagging.yml@v1.13.1 with: # optional: name of the service to add as label, default: name of the repository name: 'component name' @@ -160,7 +160,7 @@ on: jobs: update_release_draft: - uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v1.12.0 + uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v1.13.1 with: # optional: name of the release name: Version X.Y.Z @@ -185,7 +185,7 @@ on: [pull_request] jobs: trufflehog: - uses: Staffbase/gha-workflows/.github/workflows/template_secret_scan.yml@v1.12.0 + uses: Staffbase/gha-workflows/.github/workflows/template_secret_scan.yml@v1.13.1 ``` @@ -203,7 +203,7 @@ on: jobs: stale: - uses: Staffbase/gha-workflows/.github/workflows/template_stale.yml@v1.12.0 + uses: Staffbase/gha-workflows/.github/workflows/template_stale.yml@v1.13.1 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 @@ -239,7 +239,7 @@ on: jobs: techdocs: - uses: Staffbase/gha-workflows/.github/workflows/template_techdocs.yml@v1.12.0 + uses: Staffbase/gha-workflows/.github/workflows/template_techdocs.yml@v1.13.1 with: # optional: kind of the Backstage entity, default: Component # ref: https://backstage.io/docs/features/software-catalog/descriptor-format#contents @@ -273,7 +273,7 @@ on: jobs: yamllint: - uses: Staffbase/gha-workflows/.github/workflows/template_yaml.yml@v1.12.0 + uses: Staffbase/gha-workflows/.github/workflows/template_yaml.yml@v1.13.1 with: # optional: name of the running action, default: yamllint / yamllint action-name: your name