diff --git a/.github/workflows/__main-ci.yml b/.github/workflows/__main-ci.yml index 40b3f5e..4ee4611 100644 --- a/.github/workflows/__main-ci.yml +++ b/.github/workflows/__main-ci.yml @@ -32,7 +32,7 @@ jobs: release: needs: ci if: github.event_name != 'schedule' - uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@1a70990f2168a7b322632383edf9ca29d8d8b173 # 0.19.0 + uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@84e8ace407055e7a40ba6670a8c697e1ce2dfafa # 0.20.1 permissions: contents: read with: diff --git a/.github/workflows/__test-action-parse-ci-reports.yml b/.github/workflows/__test-action-parse-ci-reports.yml index afc0a18..20c414e 100644 --- a/.github/workflows/__test-action-parse-ci-reports.yml +++ b/.github/workflows/__test-action-parse-ci-reports.yml @@ -8,7 +8,7 @@ permissions: jobs: continuous-integration: - uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@009e0e9d11a45eda39342243a14a4e5c3c6eaef3 # 0.21.1 + uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@c9d9d041ba4ef35695ee469c4782fa6a8bbebbcc # 0.21.2 permissions: contents: read id-token: write diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 65a7513..19ea30d 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -99,12 +99,12 @@ jobs: return; } } - - uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@009e0e9d11a45eda39342243a14a4e5c3c6eaef3 # 0.21.1 + - uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@c9d9d041ba4ef35695ee469c4782fa6a8bbebbcc # 0.21.2 if: ${{ steps.has-prettier-plugins.outputs.package-json-dir }} with: working-directory: ${{ steps.has-prettier-plugins.outputs.package-json-dir }} - - uses: super-linter/super-linter/slim@5119dcd8011e92182ce8219d9e9efc82f16fddb6 # v8.0.0 + - uses: super-linter/super-linter/slim@d5b0a2ab116623730dd094f15ddc1b6b25bf7b99 # v8.3.2 env: VALIDATE_ALL_CODEBASE: ${{ inputs.lint-all }} LOG_LEVEL: WARN diff --git a/actions/parse-ci-reports/action.yml b/actions/parse-ci-reports/action.yml index 746db3f..b3e5d5f 100644 --- a/actions/parse-ci-reports/action.yml +++ b/actions/parse-ci-reports/action.yml @@ -75,7 +75,7 @@ runs: using: "composite" steps: - name: Setup Node.js - uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@009e0e9d11a45eda39342243a14a4e5c3c6eaef3 # 0.21.1 + uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@c9d9d041ba4ef35695ee469c4782fa6a8bbebbcc # 0.21.2 with: working-directory: ${{ github.action_path }}