diff --git a/.github/workflows/__greetings.yml b/.github/workflows/__greetings.yml index 9ef02de..c4501e4 100644 --- a/.github/workflows/__greetings.yml +++ b/.github/workflows/__greetings.yml @@ -13,4 +13,4 @@ permissions: jobs: greetings: - uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.15.0 + uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.16.0 diff --git a/.github/workflows/__main-ci.yml b/.github/workflows/__main-ci.yml index 35072b7..286a762 100644 --- a/.github/workflows/__main-ci.yml +++ b/.github/workflows/__main-ci.yml @@ -25,7 +25,7 @@ jobs: release: needs: ci - uses: hoverkraft-tech/ci-github-common/.github/workflows/release-actions.yml@0.15.0 + uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@0.1.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/__need-fix-to-issue.yml b/.github/workflows/__need-fix-to-issue.yml index 7c729f5..9f10a46 100644 --- a/.github/workflows/__need-fix-to-issue.yml +++ b/.github/workflows/__need-fix-to-issue.yml @@ -20,7 +20,7 @@ permissions: jobs: main: - uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.15.0 + uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.16.0 with: manual-commit-ref: ${{ inputs.manual-commit-ref }} manual-base-ref: ${{ inputs.manual-base-ref }} diff --git a/.github/workflows/__shared-ci.yml b/.github/workflows/__shared-ci.yml index 4e6ff7a..246e64e 100644 --- a/.github/workflows/__shared-ci.yml +++ b/.github/workflows/__shared-ci.yml @@ -12,7 +12,7 @@ permissions: jobs: linter: - uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.15.0 + uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.16.0 test-action-get-package-manager: name: Test action "get-package-manager" diff --git a/.github/workflows/__stale.yml b/.github/workflows/__stale.yml index db496f8..10f1b0d 100644 --- a/.github/workflows/__stale.yml +++ b/.github/workflows/__stale.yml @@ -10,4 +10,4 @@ permissions: jobs: main: - uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.15.0 + uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.16.0 diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index b6c9c19..6bc3848 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -61,7 +61,7 @@ jobs: security-events: write runs-on: "ubuntu-latest" steps: - - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.15.0 + - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.16.0 - uses: github/codeql-action/init@v3.28.0 with: languages: ${{ inputs.code-ql }} @@ -74,7 +74,7 @@ jobs: contents: read runs-on: "ubuntu-latest" steps: - - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.15.0 + - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.16.0 - uses: actions/dependency-review-action@v4 setup: @@ -90,7 +90,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.15.0 + - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.16.0 - id: oidc uses: ChristopherHX/oidc@v3 @@ -162,7 +162,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.15.0 + - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.16.0 - id: oidc uses: ChristopherHX/oidc@v3 @@ -196,7 +196,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.15.0 + - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.16.0 if: needs.setup.outputs.build-commands - id: oidc @@ -257,7 +257,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.15.0 + - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.16.0 - if: needs.setup.outputs.build-artifact uses: actions/download-artifact@v4