diff --git a/.github/workflows/__generate-dependabot-config.yml b/.github/workflows/__generate-dependabot-config.yml index a6d338f..f0f0a23 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.12.0 + uses: hoverkraft-tech/ci-github-common/.github/workflows/generate-dependabot-config.yml@0.12.1 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 b94955e..76c3a7a 100644 --- a/.github/workflows/__main-ci.yml +++ b/.github/workflows/__main-ci.yml @@ -16,7 +16,7 @@ jobs: release: needs: ci - uses: hoverkraft-tech/ci-github-common/.github/workflows/release-actions.yml@0.12.0 + uses: hoverkraft-tech/ci-github-common/.github/workflows/release-actions.yml@0.12.1 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 f8c7dd3..989351a 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.12.0 + uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.12.1 test-action-get-package-manager: name: Test action "get-package-manager" diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 51846c7..76055b3 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -54,7 +54,7 @@ jobs: security-events: write runs-on: "ubuntu-latest" steps: - - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.12.0 + - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.12.1 - uses: github/codeql-action/init@v3.24.5 with: languages: ${{ inputs.code-ql }} @@ -73,7 +73,7 @@ jobs: steps: # FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659 # jscpd:ignore-start - - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.12.0 + - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.12.1 - id: oidc uses: ChristopherHX/oidc@v3 @@ -147,7 +147,7 @@ jobs: id-token: write steps: # FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659 - - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.12.0 + - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.12.1 - id: oidc uses: ChristopherHX/oidc@v3 @@ -200,7 +200,7 @@ jobs: id-token: write steps: # FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659 - - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.12.0 + - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.12.1 - id: oidc uses: ChristopherHX/oidc@v3 @@ -277,7 +277,7 @@ jobs: id-token: write steps: # FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659 - - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.12.0 + - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.12.1 - if: needs.setup.outputs.build-artifact uses: actions/download-artifact@v4