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 }}