diff --git a/.github/workflows/__generate-dependabot-config.yml b/.github/workflows/__generate-dependabot-config.yml index 74a0a63..03b852a 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.5 + uses: hoverkraft-tech/ci-github-common/.github/workflows/generate-dependabot-config.yml@0.9.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 c7c96f3..bc9e333 100644 --- a/.github/workflows/__main-ci.yml +++ b/.github/workflows/__main-ci.yml @@ -11,7 +11,7 @@ jobs: release: needs: ci - uses: hoverkraft-tech/ci-github-common/.github/workflows/release-actions.yml@0.7.5 + uses: hoverkraft-tech/ci-github-common/.github/workflows/release-actions.yml@0.9.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 7b6f4ee..bba07b2 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.5 + uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.9.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 e8f4a0d..9cd130d 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -48,7 +48,7 @@ jobs: if: inputs.checks == true && inputs.code-ql != '' runs-on: "ubuntu-latest" steps: - - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.7.5 + - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.9.1 - uses: github/codeql-action/init@v2.22.5 with: languages: ${{ inputs.code-ql }} @@ -64,7 +64,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.7.5 + - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.9.1 - id: oidc uses: ChristopherHX/oidc@v2 @@ -90,7 +90,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.7.5 + - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.9.1 - id: oidc uses: ChristopherHX/oidc@v2 @@ -143,7 +143,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.7.5 + - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.9.1 - id: oidc uses: ChristopherHX/oidc@v2 @@ -212,7 +212,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.7.5 + - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.9.1 - id: oidc uses: ChristopherHX/oidc@v2