diff --git a/.github/workflows/__generate-dependabot-config.yml b/.github/workflows/__generate-dependabot-config.yml index 03b852a..0f160cb 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.9.1 + uses: hoverkraft-tech/ci-github-common/.github/workflows/generate-dependabot-config.yml@0.10.0 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 bc9e333..91a26fa 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.9.1 + uses: hoverkraft-tech/ci-github-common/.github/workflows/release-actions.yml@0.10.0 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 bba07b2..2667a59 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.9.1 + uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.10.0 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 9cd130d..f48e7b4 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.9.1 + - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.10.0 - 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.9.1 + - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.10.0 - 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.9.1 + - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.10.0 - 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.9.1 + - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.10.0 - 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.9.1 + - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.10.0 - id: oidc uses: ChristopherHX/oidc@v2