diff --git a/.github/workflows/__main-ci.yml b/.github/workflows/__main-ci.yml index 2ab4b18..e84bc78 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@5ff7d4c3910971ed53834becd5967271b4e228cf # 0.21.1 + uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@b56be562f38e0e3e712f09691a8fe930aae9db1b # 0.22.0 permissions: contents: read with: diff --git a/.github/workflows/__test-action-dependencies-cache.yml b/.github/workflows/__test-action-dependencies-cache.yml index c4af43c..c672628 100644 --- a/.github/workflows/__test-action-dependencies-cache.yml +++ b/.github/workflows/__test-action-dependencies-cache.yml @@ -61,7 +61,7 @@ jobs: unknown - name: Assert - Check "dependencies-cache" configured cache - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 with: script: | const assert = require("assert"); diff --git a/.github/workflows/__test-action-has-installed-dependencies.yml b/.github/workflows/__test-action-has-installed-dependencies.yml index d669d02..a4dfdbf 100644 --- a/.github/workflows/__test-action-has-installed-dependencies.yml +++ b/.github/workflows/__test-action-has-installed-dependencies.yml @@ -61,7 +61,7 @@ jobs: unknown - name: Assert - Check "has-installed-dependencies" outputs - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 env: INSTALLED_DEPENDENCIES: ${{ steps.act-has-installed-dependencies.outputs.installed-dependencies }} with: diff --git a/.github/workflows/__test-workflow-continuous-integration.yml b/.github/workflows/__test-workflow-continuous-integration.yml index b8806ce..26f167c 100644 --- a/.github/workflows/__test-workflow-continuous-integration.yml +++ b/.github/workflows/__test-workflow-continuous-integration.yml @@ -64,7 +64,7 @@ jobs: packages: write issues: read pull-requests: read - uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@df8b445f6cc9661dcb282d897d7146a82e5f2960 # 0.31.0 + uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@bcbbcaff24e053e38ebab02dd0e41442df196719 # 0.32.0 with: sign: false images: | diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 602becb..814f031 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -196,7 +196,7 @@ jobs: path-mapping: ${{ steps.parse.outputs.path-mapping }} steps: - id: parse - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 env: CONTAINER_INPUT: ${{ inputs.container }} CONTAINER_PASSWORD: ${{ secrets.container-password }} @@ -344,7 +344,7 @@ jobs: - id: build-variables if: inputs.build != '' - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 env: WORKING_DIRECTORY: ${{ steps.working-directory.outputs.absolute-path }} BUILD_INPUT: ${{ inputs.build }} @@ -453,7 +453,7 @@ jobs: actions-path: actions - id: preparel-lint-options - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 env: LINT_INPUT: ${{ inputs.lint }} with: @@ -565,7 +565,7 @@ jobs: actions-path: actions - id: prepare-test-options - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 env: TEST_INPUT: ${{ inputs.test }} with: diff --git a/actions/build/action.yml b/actions/build/action.yml index 898d74b..7134b4f 100644 --- a/actions/build/action.yml +++ b/actions/build/action.yml @@ -94,7 +94,7 @@ runs: with: working-directory: ${{ steps.working-directory.outputs.absolute-path }} - - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + - uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 env: BUILD_ENV: ${{ inputs.build-env }} BUILD_SECRETS: ${{ inputs.build-secrets }} @@ -124,7 +124,7 @@ runs: core.exportVariable(key.trim(), value.trim()); } - - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + - uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 env: BUILD_COMMANDS: ${{ inputs.build-commands }} RUN_SCRIPT_COMMAND: ${{ inputs.container == 'true' && steps.get-package-manager.outputs.run-script-command || steps.setup-node.outputs.run-script-command }} diff --git a/actions/codecov/action.yml b/actions/codecov/action.yml index 509dafa..4ac75aa 100644 --- a/actions/codecov/action.yml +++ b/actions/codecov/action.yml @@ -32,7 +32,7 @@ runs: # Check and install dependencies for codecov - name: Check Codecov dependencies id: check-codecov-deps - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 with: script: | // Check which dependencies are missing @@ -59,7 +59,7 @@ runs: - name: Fix unexpanded environment variables if: steps.check-codecov-deps.outputs.missing-deps - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 with: script: | const templatePattern = /\$\{([^}:]+)(?::-([^}]*))?\}/g; diff --git a/actions/dependencies-cache/action.yml b/actions/dependencies-cache/action.yml index 1be322a..4e966f0 100644 --- a/actions/dependencies-cache/action.yml +++ b/actions/dependencies-cache/action.yml @@ -125,7 +125,7 @@ runs: - name: ♻️ Get Jest cache dir id: jest-cache-dir-path if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).jest == true - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 env: WORKING_DIRECTORY: ${{ steps.working-directory.outputs.absolute-path }} PACKAGE_MANAGER: ${{ steps.get-package-manager.outputs.package-manager }} diff --git a/actions/get-package-manager/action.yml b/actions/get-package-manager/action.yml index 886f80e..b4b258c 100644 --- a/actions/get-package-manager/action.yml +++ b/actions/get-package-manager/action.yml @@ -37,7 +37,7 @@ runs: enforce-path-in-workspace: "false" - id: get-package-manager - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 env: WORKING_DIRECTORY: ${{ steps.working-directory.outputs.absolute-path }} with: diff --git a/actions/has-installed-dependencies/action.yml b/actions/has-installed-dependencies/action.yml index 4572c05..ff29a04 100644 --- a/actions/has-installed-dependencies/action.yml +++ b/actions/has-installed-dependencies/action.yml @@ -45,7 +45,7 @@ runs: run: | rm -fr ./self-actions - id: has-dependencies - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 env: WORKING_DIRECTORY: ${{ steps.working-directory.outputs.absolute-path }} DEPENDENCIES: ${{ inputs.dependencies }} diff --git a/actions/lint/action.yml b/actions/lint/action.yml index 390921c..86a35e7 100644 --- a/actions/lint/action.yml +++ b/actions/lint/action.yml @@ -70,7 +70,7 @@ runs: working-directory: ${{ steps.working-directory.outputs.absolute-path }} - id: run-lint - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 env: RUN_LINT_COMMAND: ${{ inputs.container == 'true' && steps.get-package-manager.outputs.run-script-command || steps.setup-node.outputs.run-script-command }} WORKING_DIRECTORY: ${{ steps.working-directory.outputs.absolute-path }} diff --git a/actions/package/action.yml b/actions/package/action.yml index 7239440..c6bfc17 100644 --- a/actions/package/action.yml +++ b/actions/package/action.yml @@ -81,7 +81,7 @@ runs: - id: package name: Create package tarball for verification - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 env: WORKING_DIRECTORY: ${{ steps.working-directory.outputs.absolute-path }} PACKAGE_DIRECTORY: ${{ inputs.package-directory }} diff --git a/actions/setup-node/action.yml b/actions/setup-node/action.yml index dff4b23..b67e424 100644 --- a/actions/setup-node/action.yml +++ b/actions/setup-node/action.yml @@ -47,7 +47,7 @@ runs: working-directory: ${{ steps.working-directory.outputs.absolute-path }} - id: get-node-version-file - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 env: WORKING_DIRECTORY: ${{ steps.working-directory.outputs.absolute-path }} with: @@ -81,7 +81,7 @@ runs: # FIXME: workaround until will be merged: https://github.com/actions/setup-node/pull/901 - id: get-pnpm-version if: steps.get-package-manager.outputs.package-manager == 'pnpm' - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 env: WORKING_DIRECTORY: ${{ steps.working-directory.outputs.absolute-path }} with: diff --git a/actions/test/action.yml b/actions/test/action.yml index c86dea2..490b03e 100644 --- a/actions/test/action.yml +++ b/actions/test/action.yml @@ -91,7 +91,7 @@ runs: - id: run-test name: 🧪 Run tests - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 env: RUN_TEST_COMMAND: ${{ inputs.container == 'true' && steps.get-package-manager.outputs.run-script-command || steps.setup-node.outputs.run-script-command }} WORKING_DIRECTORY: ${{ steps.working-directory.outputs.absolute-path }}