From e86f5b6b5b2fe1c6033a3e58b25798771b096abb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 15:50:39 +0000 Subject: [PATCH] chore(deps): bump hoverkraft-tech/ci-github-common from 0.7.2 to 0.7.3 Bumps [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common) from 0.7.2 to 0.7.3. - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](https://github.com/hoverkraft-tech/ci-github-common/compare/0.7.2...0.7.3) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-common dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/__generate-dependabot-config.yml | 2 +- .github/workflows/__main-ci.yml | 2 +- .github/workflows/__shared-ci.yml | 2 +- .../__test-action-docker-prune-pull-requests-image-tags.yml | 2 +- .github/workflows/__test-workflow-docker-build-images.yml | 2 +- .github/workflows/docker-build-images.yml | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/__generate-dependabot-config.yml b/.github/workflows/__generate-dependabot-config.yml index 895beb48..75764318 100644 --- a/.github/workflows/__generate-dependabot-config.yml +++ b/.github/workflows/__generate-dependabot-config.yml @@ -6,7 +6,7 @@ on: - main jobs: generate-dependabot-config: - uses: hoverkraft-tech/ci-github-common/.github/workflows/generate-dependabot-config.yml@0.7.2 + uses: hoverkraft-tech/ci-github-common/.github/workflows/generate-dependabot-config.yml@0.7.3 with: github-app-id: ${{ vars.CI_BOT_APP_ID }} secrets: diff --git a/.github/workflows/__main-ci.yml b/.github/workflows/__main-ci.yml index c3244aac..9b888120 100644 --- a/.github/workflows/__main-ci.yml +++ b/.github/workflows/__main-ci.yml @@ -18,7 +18,7 @@ jobs: release: needs: ci - uses: hoverkraft-tech/ci-github-common/.github/workflows/release-actions.yml@0.7.2 + uses: hoverkraft-tech/ci-github-common/.github/workflows/release-actions.yml@0.7.3 with: update-all: ${{ (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) || github.event_name == 'workflow_dispatch' }} github-app-id: ${{ vars.CI_BOT_APP_ID }} diff --git a/.github/workflows/__shared-ci.yml b/.github/workflows/__shared-ci.yml index d989d4e9..09b7819e 100644 --- a/.github/workflows/__shared-ci.yml +++ b/.github/workflows/__shared-ci.yml @@ -5,7 +5,7 @@ on: jobs: linter: - uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.7.2 + uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.7.3 test-action-docker-build-image: needs: linter diff --git a/.github/workflows/__test-action-docker-prune-pull-requests-image-tags.yml b/.github/workflows/__test-action-docker-prune-pull-requests-image-tags.yml index e5a61ce7..339ceddf 100644 --- a/.github/workflows/__test-action-docker-prune-pull-requests-image-tags.yml +++ b/.github/workflows/__test-action-docker-prune-pull-requests-image-tags.yml @@ -109,7 +109,7 @@ jobs: - id: get-issue-number if: ${{ github.event_name == 'pull_request' }} - uses: hoverkraft-tech/ci-github-common/actions/get-issue-number@0.7.2 + uses: hoverkraft-tech/ci-github-common/actions/get-issue-number@0.7.3 - name: Cleanup images tags if: ${{ github.event_name == 'pull_request' }} diff --git a/.github/workflows/__test-workflow-docker-build-images.yml b/.github/workflows/__test-workflow-docker-build-images.yml index 57670fe7..400a2066 100644 --- a/.github/workflows/__test-workflow-docker-build-images.yml +++ b/.github/workflows/__test-workflow-docker-build-images.yml @@ -102,7 +102,7 @@ jobs: - id: get-issue-number if: ${{ github.event_name == 'pull_request' }} - uses: hoverkraft-tech/ci-github-common/actions/get-issue-number@0.7.2 + uses: hoverkraft-tech/ci-github-common/actions/get-issue-number@0.7.3 - name: Cleanup application-1 images if: ${{ github.event_name == 'pull_request' }} diff --git a/.github/workflows/docker-build-images.yml b/.github/workflows/docker-build-images.yml index e8a60e9e..1dd51cb7 100644 --- a/.github/workflows/docker-build-images.yml +++ b/.github/workflows/docker-build-images.yml @@ -183,7 +183,7 @@ jobs: # FIXME: Set built images infos in file to be uploaded as artifacts, because github action does not handle job outputs for matrix # https://github.com/orgs/community/discussions/26639 - - uses: hoverkraft-tech/ci-github-common/actions/set-matrix-output@0.7.2 + - uses: hoverkraft-tech/ci-github-common/actions/set-matrix-output@0.7.3 with: artifact-name: ${{ needs.prepare-variables.outputs.artifact-name }} value: ${{ steps.outputs-built-image.outputs.built-image }} @@ -207,7 +207,7 @@ jobs: id-token: write steps: - id: get-matrix-outputs - uses: hoverkraft-tech/ci-github-common/actions/get-matrix-outputs@0.7.2 + uses: hoverkraft-tech/ci-github-common/actions/get-matrix-outputs@0.7.3 with: artifact-name: ${{ needs.prepare-variables.outputs.artifact-name }}