diff --git a/.github/workflows/__greetings.yml b/.github/workflows/__greetings.yml index 0dc14b4..c598ae9 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.17.0 + uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.18.0 diff --git a/.github/workflows/__main-ci.yml b/.github/workflows/__main-ci.yml index 93a5b3c..b5cc94a 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-publish/.github/workflows/release-actions.yml@0.2.0 + uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@0.3.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/__need-fix-to-issue.yml b/.github/workflows/__need-fix-to-issue.yml index 5144740..6780f4e 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.17.0 + uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.18.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 3d3cd77..c6d3c99 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.17.0 + uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.18.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 4eb0984..6b885ef 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.17.0 + uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.18.0 diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index dc5f7d3..ce92123 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -61,11 +61,11 @@ jobs: security-events: write runs-on: "ubuntu-latest" steps: - - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.17.0 - - uses: github/codeql-action/init@v3.28.11 + - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.18.0 + - uses: github/codeql-action/init@v3.28.12 with: languages: ${{ inputs.code-ql }} - - uses: github/codeql-action/analyze@v3.28.11 + - uses: github/codeql-action/analyze@v3.28.12 dependency-review: name: 🛡️ Dependency Review @@ -74,7 +74,7 @@ jobs: contents: read runs-on: "ubuntu-latest" steps: - - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.17.0 + - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.18.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.17.0 + - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.18.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.17.0 + - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.18.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.17.0 + - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.18.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.17.0 + - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.18.0 - if: needs.setup.outputs.build-artifact uses: actions/download-artifact@v4 diff --git a/actions/dependencies-cache/action.yml b/actions/dependencies-cache/action.yml index e4060c3..a1e478a 100644 --- a/actions/dependencies-cache/action.yml +++ b/actions/dependencies-cache/action.yml @@ -29,7 +29,7 @@ runs: - name: ♻️ NX cache if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).nx == true - uses: actions/cache@v4.2.2 + uses: actions/cache@v4.2.3 with: path: node_modules/.cache/nx key: ${{ runner.os }}-cache-nx-${{ github.sha }} @@ -38,7 +38,7 @@ runs: - name: ♻️ Prettier cache if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).prettier == true - uses: actions/cache@v4.2.2 + uses: actions/cache@v4.2.3 with: path: node_modules/.cache/prettier key: ${{ runner.os }}-cache-prettier-${{ github.sha }} @@ -47,7 +47,7 @@ runs: - name: ♻️ Gatsby cache if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).gatsby == true - uses: actions/cache@v4.2.2 + uses: actions/cache@v4.2.3 with: path: | .cache @@ -58,7 +58,7 @@ runs: - name: ♻️ Storybook cache if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).storybook == true - uses: actions/cache@v4.2.2 + uses: actions/cache@v4.2.3 with: path: node_modules/.cache/storybook key: ${{ runner.os }}-cache-storybook-${{ github.sha }} @@ -75,7 +75,7 @@ runs: - name: ♻️ Test cache if: steps.jest-cache-dir-path.outputs.dir - uses: actions/cache@v4.2.2 + uses: actions/cache@v4.2.3 with: path: ${{ steps.jest-cache-dir-path.outputs.dir }} key: ${{ runner.os }}-test-${{ github.sha }} diff --git a/actions/setup-node/action.yml b/actions/setup-node/action.yml index 544a947..641e71a 100644 --- a/actions/setup-node/action.yml +++ b/actions/setup-node/action.yml @@ -39,7 +39,7 @@ runs: exit 0 fi - - uses: actions/setup-node@v4.2.0 + - uses: actions/setup-node@v4.3.0 with: node-version-file: ${{ steps.get-node-version-file.outputs.node-version-file }} cache: ${{ steps.get-package-manager.outputs.package-manager }}