From 35b5f7c3f793cdc5aaf27ed78114e92a963de771 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 6 Apr 2022 20:41:18 +0000 Subject: [PATCH] build(deps): update keptn/gh-automation action to v1.5.2 Signed-off-by: Renovate Bot --- .github/workflows/CI.yml | 2 +- .github/workflows/pre-release.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- .github/workflows/validate-semantic-pr.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b8f7d80..f991eb4 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -129,7 +129,7 @@ jobs: - name: Docker Build id: docker_build - uses: keptn/gh-automation/.github/actions/docker-build@v1.5.1 + uses: keptn/gh-automation/.github/actions/docker-build@v1.5.2 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} TAGS: | diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index 8e90dcc..e1d820c 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -13,7 +13,7 @@ jobs: pre-release: needs: test name: Pre-Release - uses: keptn/gh-automation/.github/workflows/pre-release-integration.yml@v1.5.1 + uses: keptn/gh-automation/.github/workflows/pre-release-integration.yml@v1.5.2 docker_build: needs: [pre-release] @@ -32,7 +32,7 @@ jobs: env-file: .ci_env - name: Docker Build - uses: keptn/gh-automation/.github/actions/docker-build@v1.5.1 + uses: keptn/gh-automation/.github/actions/docker-build@v1.5.2 with: TAGS: | ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE }}:${{ env.VERSION }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 749f609..5ab79d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: release: needs: test name: Release - uses: keptn/gh-automation/.github/workflows/release-integration.yml@v1.5.1 + uses: keptn/gh-automation/.github/workflows/release-integration.yml@v1.5.2 docker_build: needs: [release] @@ -32,7 +32,7 @@ jobs: env-file: .ci_env - name: Docker Build - uses: keptn/gh-automation/.github/actions/docker-build@v1.5.1 + uses: keptn/gh-automation/.github/actions/docker-build@v1.5.2 with: TAGS: | ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE }}:${{ env.VERSION }} diff --git a/.github/workflows/validate-semantic-pr.yml b/.github/workflows/validate-semantic-pr.yml index ae66f21..81408e1 100644 --- a/.github/workflows/validate-semantic-pr.yml +++ b/.github/workflows/validate-semantic-pr.yml @@ -7,7 +7,7 @@ on: - synchronize jobs: validate: - uses: keptn/gh-automation/.github/workflows/validate-semantic-pr.yml@v1.5.1 + uses: keptn/gh-automation/.github/workflows/validate-semantic-pr.yml@v1.5.2 with: # Configure which scopes are allowed. scopes: |