diff --git a/.github/workflows/__greetings.yml b/.github/workflows/__greetings.yml index 2b10124..ef05e02 100644 --- a/.github/workflows/__greetings.yml +++ b/.github/workflows/__greetings.yml @@ -10,7 +10,7 @@ permissions: {} jobs: greetings: - uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1 + uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4 permissions: contents: read issues: write diff --git a/.github/workflows/__main-ci.yml b/.github/workflows/__main-ci.yml index c706031..27f88b0 100644 --- a/.github/workflows/__main-ci.yml +++ b/.github/workflows/__main-ci.yml @@ -35,7 +35,7 @@ jobs: release: needs: ci if: github.event_name != 'schedule' - uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@281fe4959997eea619bf3a4be4fde2f16b8b6d0c # 0.23.3 + uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@b27c38015a8265780329d229c841d057a18b8fae # 0.25.0 permissions: contents: read with: diff --git a/.github/workflows/__need-fix-to-issue.yml b/.github/workflows/__need-fix-to-issue.yml index 4e3db73..d0e052a 100644 --- a/.github/workflows/__need-fix-to-issue.yml +++ b/.github/workflows/__need-fix-to-issue.yml @@ -18,7 +18,7 @@ permissions: {} jobs: main: - uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1 + uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4 permissions: contents: read issues: write diff --git a/.github/workflows/__semantic-pull-request.yml b/.github/workflows/__semantic-pull-request.yml index c24c621..b060784 100644 --- a/.github/workflows/__semantic-pull-request.yml +++ b/.github/workflows/__semantic-pull-request.yml @@ -12,7 +12,7 @@ permissions: {} jobs: main: - uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1 + uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4 permissions: contents: write pull-requests: write diff --git a/.github/workflows/__shared-ci.yml b/.github/workflows/__shared-ci.yml index 4b98943..eed7f38 100644 --- a/.github/workflows/__shared-ci.yml +++ b/.github/workflows/__shared-ci.yml @@ -7,7 +7,7 @@ permissions: {} jobs: linter: - uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1 + uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4 permissions: contents: read statuses: write diff --git a/.github/workflows/__stale.yml b/.github/workflows/__stale.yml index 0593381..1aa620e 100644 --- a/.github/workflows/__stale.yml +++ b/.github/workflows/__stale.yml @@ -8,7 +8,7 @@ permissions: {} jobs: main: - uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1 + uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4 permissions: issues: write pull-requests: write diff --git a/.github/workflows/__test-workflow-continuous-integration.yml b/.github/workflows/__test-workflow-continuous-integration.yml index e8942d9..1b4f1c1 100644 --- a/.github/workflows/__test-workflow-continuous-integration.yml +++ b/.github/workflows/__test-workflow-continuous-integration.yml @@ -62,7 +62,7 @@ jobs: issues: read packages: write pull-requests: read - uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@695db98d9afaa0ebd2ef427808c0c929ac347885 # 0.34.0 + uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@260358ba1fd405c57bc669823d89c625971a3431 # 0.34.2 with: sign: false images: | diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 27533df..7a0f343 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -293,7 +293,7 @@ jobs: security-events: write runs-on: *ci-runner steps: - - uses: hoverkraft-tech/ci-github-common/actions/checkout@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1 + - uses: hoverkraft-tech/ci-github-common/actions/checkout@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4 - uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5 with: languages: ${{ inputs.code-ql }} @@ -306,7 +306,7 @@ jobs: contents: read runs-on: *ci-runner steps: - - uses: hoverkraft-tech/ci-github-common/actions/checkout@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1 + - uses: hoverkraft-tech/ci-github-common/actions/checkout@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4 - uses: actions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294 # v5.0.0 setup: @@ -332,10 +332,10 @@ jobs: steps: - name: Checkout repository if: inputs.container == '' - uses: hoverkraft-tech/ci-github-common/actions/checkout@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1 + uses: hoverkraft-tech/ci-github-common/actions/checkout@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4 - id: working-directory - uses: hoverkraft-tech/ci-github-common/actions/working-directory@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1 + uses: hoverkraft-tech/ci-github-common/actions/working-directory@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4 with: working-directory: ${{ inputs.working-directory }} enforce-path-in-workspace: ${{ inputs.container && 'false' || 'true' }} @@ -441,11 +441,11 @@ jobs: contents: read packages: read steps: - - uses: hoverkraft-tech/ci-github-common/actions/checkout@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1 + - uses: hoverkraft-tech/ci-github-common/actions/checkout@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4 if: inputs.container == '' - id: local-workflow-actions - uses: hoverkraft-tech/ci-github-common/actions/local-workflow-actions@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1 + uses: hoverkraft-tech/ci-github-common/actions/local-workflow-actions@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4 with: actions-path: actions @@ -494,11 +494,11 @@ jobs: outputs: artifact-id: ${{ steps.build.outputs.artifact-id }} steps: - - uses: hoverkraft-tech/ci-github-common/actions/checkout@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1 + - uses: hoverkraft-tech/ci-github-common/actions/checkout@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4 if: needs.setup.outputs.build-commands && inputs.container == '' - id: local-workflow-actions - uses: hoverkraft-tech/ci-github-common/actions/local-workflow-actions@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1 + uses: hoverkraft-tech/ci-github-common/actions/local-workflow-actions@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4 with: actions-path: actions @@ -528,7 +528,7 @@ jobs: packages: read pull-requests: write steps: - - uses: hoverkraft-tech/ci-github-common/actions/checkout@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1 + - uses: hoverkraft-tech/ci-github-common/actions/checkout@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4 if: inputs.container == '' - if: needs.build.outputs.artifact-id && inputs.container == '' @@ -538,7 +538,7 @@ jobs: path: "/" - id: local-workflow-actions - uses: hoverkraft-tech/ci-github-common/actions/local-workflow-actions@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1 + uses: hoverkraft-tech/ci-github-common/actions/local-workflow-actions@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4 with: actions-path: actions diff --git a/actions/build/action.yml b/actions/build/action.yml index 17ebd40..1f145e9 100644 --- a/actions/build/action.yml +++ b/actions/build/action.yml @@ -66,12 +66,12 @@ outputs: runs: using: "composite" steps: - - uses: hoverkraft-tech/ci-github-common/actions/local-actions@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1 + - uses: hoverkraft-tech/ci-github-common/actions/local-actions@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4 with: source-path: ${{ github.action_path }}/.. - id: working-directory - uses: hoverkraft-tech/ci-github-common/actions/working-directory@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1 + uses: hoverkraft-tech/ci-github-common/actions/working-directory@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4 with: working-directory: ${{ inputs.working-directory }} enforce-path-in-workspace: ${{ inputs.container && 'false' || 'true' }} diff --git a/actions/codecov/action.yml b/actions/codecov/action.yml index 4e806bd..6f48a09 100644 --- a/actions/codecov/action.yml +++ b/actions/codecov/action.yml @@ -31,7 +31,7 @@ runs: using: "composite" steps: - id: working-directory - uses: hoverkraft-tech/ci-github-common/actions/working-directory@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1 + uses: hoverkraft-tech/ci-github-common/actions/working-directory@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4 with: working-directory: ${{ inputs.working-directory }} enforce-path-in-workspace: "false" diff --git a/actions/dependencies-cache/action.yml b/actions/dependencies-cache/action.yml index 30746ee..d540c3f 100644 --- a/actions/dependencies-cache/action.yml +++ b/actions/dependencies-cache/action.yml @@ -32,12 +32,12 @@ inputs: runs: using: "composite" steps: - - uses: hoverkraft-tech/ci-github-common/actions/local-actions@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1 + - uses: hoverkraft-tech/ci-github-common/actions/local-actions@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4 with: source-path: ${{ github.action_path }}/.. - id: working-directory - uses: hoverkraft-tech/ci-github-common/actions/working-directory@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1 + uses: hoverkraft-tech/ci-github-common/actions/working-directory@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4 with: working-directory: ${{ inputs.working-directory }} enforce-path-in-workspace: "false" diff --git a/actions/get-package-manager/action.yml b/actions/get-package-manager/action.yml index 7452974..68e169b 100644 --- a/actions/get-package-manager/action.yml +++ b/actions/get-package-manager/action.yml @@ -31,7 +31,7 @@ runs: using: "composite" steps: - id: working-directory - uses: hoverkraft-tech/ci-github-common/actions/working-directory@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1 + uses: hoverkraft-tech/ci-github-common/actions/working-directory@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4 with: working-directory: ${{ inputs.working-directory }} enforce-path-in-workspace: "false" diff --git a/actions/has-installed-dependencies/action.yml b/actions/has-installed-dependencies/action.yml index bc78eff..e0e5b58 100644 --- a/actions/has-installed-dependencies/action.yml +++ b/actions/has-installed-dependencies/action.yml @@ -24,12 +24,12 @@ outputs: runs: using: "composite" steps: - - uses: hoverkraft-tech/ci-github-common/actions/local-actions@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1 + - uses: hoverkraft-tech/ci-github-common/actions/local-actions@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4 with: source-path: ${{ github.action_path }}/.. - id: working-directory - uses: hoverkraft-tech/ci-github-common/actions/working-directory@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1 + uses: hoverkraft-tech/ci-github-common/actions/working-directory@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4 with: working-directory: ${{ inputs.working-directory }} enforce-path-in-workspace: "false" diff --git a/actions/lint/action.yml b/actions/lint/action.yml index 1ab763f..78a585c 100644 --- a/actions/lint/action.yml +++ b/actions/lint/action.yml @@ -44,12 +44,12 @@ inputs: runs: using: "composite" steps: - - uses: hoverkraft-tech/ci-github-common/actions/local-actions@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1 + - uses: hoverkraft-tech/ci-github-common/actions/local-actions@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4 with: source-path: ${{ github.action_path }}/.. - id: working-directory - uses: hoverkraft-tech/ci-github-common/actions/working-directory@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1 + uses: hoverkraft-tech/ci-github-common/actions/working-directory@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4 with: working-directory: ${{ inputs.working-directory }} enforce-path-in-workspace: ${{ inputs.container && 'false' || 'true' }} @@ -104,7 +104,7 @@ runs: - name: 📊 Parse lint reports if: always() - uses: hoverkraft-tech/ci-github-common/actions/parse-ci-reports@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1 + uses: hoverkraft-tech/ci-github-common/actions/parse-ci-reports@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4 with: working-directory: ${{ steps.working-directory.outputs.absolute-path }} report-paths: ${{ inputs.report-file || 'auto:lint' }} diff --git a/actions/package/action.yml b/actions/package/action.yml index dd73117..bc43d9e 100644 --- a/actions/package/action.yml +++ b/actions/package/action.yml @@ -57,12 +57,12 @@ runs: with: persist-credentials: false - - uses: hoverkraft-tech/ci-github-common/actions/local-actions@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1 + - uses: hoverkraft-tech/ci-github-common/actions/local-actions@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4 with: source-path: ${{ github.action_path }}/.. - id: working-directory - uses: hoverkraft-tech/ci-github-common/actions/working-directory@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1 + uses: hoverkraft-tech/ci-github-common/actions/working-directory@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4 with: working-directory: ${{ inputs.working-directory }} enforce-path-in-workspace: "false" diff --git a/actions/setup-node/action.yml b/actions/setup-node/action.yml index 8a8d74a..af3e226 100644 --- a/actions/setup-node/action.yml +++ b/actions/setup-node/action.yml @@ -30,12 +30,12 @@ outputs: runs: using: "composite" steps: - - uses: hoverkraft-tech/ci-github-common/actions/local-actions@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1 + - uses: hoverkraft-tech/ci-github-common/actions/local-actions@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4 with: source-path: ${{ github.action_path }}/.. - id: working-directory - uses: hoverkraft-tech/ci-github-common/actions/working-directory@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1 + uses: hoverkraft-tech/ci-github-common/actions/working-directory@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4 with: working-directory: ${{ inputs.working-directory }} enforce-path-in-workspace: "false" diff --git a/actions/test/action.yml b/actions/test/action.yml index 231fb3f..0c0867b 100644 --- a/actions/test/action.yml +++ b/actions/test/action.yml @@ -72,12 +72,12 @@ inputs: runs: using: "composite" steps: - - uses: hoverkraft-tech/ci-github-common/actions/local-actions@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1 + - uses: hoverkraft-tech/ci-github-common/actions/local-actions@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4 with: source-path: ${{ github.action_path }}/.. - id: working-directory - uses: hoverkraft-tech/ci-github-common/actions/working-directory@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1 + uses: hoverkraft-tech/ci-github-common/actions/working-directory@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4 with: working-directory: ${{ inputs.working-directory }} enforce-path-in-workspace: ${{ inputs.container && 'false' || 'true' }} @@ -136,7 +136,7 @@ runs: - name: 📊 Parse coverage reports if: always() && inputs.coverage == 'github' id: parse-coverage-reports - uses: hoverkraft-tech/ci-github-common/actions/parse-ci-reports@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1 + uses: hoverkraft-tech/ci-github-common/actions/parse-ci-reports@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4 with: working-directory: ${{ steps.working-directory.outputs.absolute-path }} report-name: "Coverage Results" @@ -146,7 +146,7 @@ runs: - name: 📊 Add coverage PR comment if: always() && inputs.coverage == 'github' && github.event_name == 'pull_request' && steps.parse-coverage-reports.outputs.markdown - uses: hoverkraft-tech/ci-github-common/actions/create-or-update-comment@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1 + uses: hoverkraft-tech/ci-github-common/actions/create-or-update-comment@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4 with: title: "Code Coverage Report" body: ${{ steps.parse-coverage-reports.outputs.markdown }}