From 41b17788497911bbdc302da4fc4466d255242355 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 12:03:38 +0200 Subject: [PATCH] chore: update action references to v2025 (0fa9a68f07a1260b321f814202658a6089a43d42) (#319) This commit updates all internal action references to point to the latest v2025 tag SHA. --- ansible-lint-fix/action.yml | 6 +++--- biome-check/action.yml | 8 ++++---- biome-fix/action.yml | 6 +++--- codeql-analysis/action.yml | 2 +- compress-images/action.yml | 2 +- csharp-build/action.yml | 6 +++--- csharp-lint-check/action.yml | 2 +- csharp-publish/action.yml | 6 +++--- docker-build/action.yml | 2 +- docker-publish/action.yml | 6 +++--- dotnet-version-detect/action.yml | 2 +- eslint-check/action.yml | 4 ++-- eslint-fix/action.yml | 8 ++++---- go-build/action.yml | 6 +++--- go-lint/action.yml | 2 +- go-version-detect/action.yml | 2 +- node-setup/action.yml | 6 +++--- npm-publish/action.yml | 2 +- php-composer/action.yml | 6 +++--- php-laravel-phpunit/action.yml | 2 +- php-tests/action.yml | 4 ++-- php-version-detect/action.yml | 2 +- pr-lint/action.yml | 12 ++++++------ pre-commit/action.yml | 4 ++-- prettier-check/action.yml | 4 ++-- prettier-fix/action.yml | 6 +++--- python-lint-fix/action.yml | 6 +++--- python-version-detect-v2/action.yml | 2 +- python-version-detect/action.yml | 2 +- stale/action.yml | 2 +- terraform-lint-fix/action.yml | 4 ++-- 31 files changed, 67 insertions(+), 67 deletions(-) diff --git a/ansible-lint-fix/action.yml b/ansible-lint-fix/action.yml index 3dbd419..cc747a2 100644 --- a/ansible-lint-fix/action.yml +++ b/ansible-lint-fix/action.yml @@ -112,7 +112,7 @@ runs: - name: Cache Python Dependencies if: steps.check-files.outputs.files_found == 'true' id: cache-pip - uses: ivuorinen/actions/common-cache@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/common-cache@0fa9a68f07a1260b321f814202658a6089a43d42 with: type: 'pip' paths: '~/.cache/pip' @@ -122,7 +122,7 @@ runs: - name: Install ansible-lint id: install-ansible-lint if: steps.check-files.outputs.files_found == 'true' - uses: ivuorinen/actions/common-retry@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/common-retry@0fa9a68f07a1260b321f814202658a6089a43d42 with: command: 'pip install ansible-lint==6.22.1' max-retries: ${{ inputs.max-retries }} @@ -162,7 +162,7 @@ runs: - name: Set Git Config for Fixes id: set-git-config if: steps.check-files.outputs.files_found == 'true' - uses: ivuorinen/actions/set-git-config@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/set-git-config@0fa9a68f07a1260b321f814202658a6089a43d42 with: token: ${{ inputs.token }} username: ${{ inputs.username }} diff --git a/biome-check/action.yml b/biome-check/action.yml index 755749b..aa4ef28 100644 --- a/biome-check/action.yml +++ b/biome-check/action.yml @@ -44,7 +44,7 @@ runs: using: composite steps: - name: Validate Inputs (Centralized) - uses: ivuorinen/actions/validate-inputs@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/validate-inputs@0fa9a68f07a1260b321f814202658a6089a43d42 with: action-type: biome-check @@ -112,7 +112,7 @@ runs: token: ${{ inputs.token }} - name: Set Git Config - uses: ivuorinen/actions/set-git-config@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/set-git-config@0fa9a68f07a1260b321f814202658a6089a43d42 with: token: ${{ inputs.token }} username: ${{ inputs.username }} @@ -120,11 +120,11 @@ runs: - name: Node Setup id: node-setup - uses: ivuorinen/actions/node-setup@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/node-setup@0fa9a68f07a1260b321f814202658a6089a43d42 - name: Cache Node Dependencies id: cache - uses: ivuorinen/actions/common-cache@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/common-cache@0fa9a68f07a1260b321f814202658a6089a43d42 with: type: 'npm' paths: 'node_modules' diff --git a/biome-fix/action.yml b/biome-fix/action.yml index c2602eb..42b6d3a 100644 --- a/biome-fix/action.yml +++ b/biome-fix/action.yml @@ -95,7 +95,7 @@ runs: token: ${{ inputs.token }} - name: Set Git Config - uses: ivuorinen/actions/set-git-config@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/set-git-config@0fa9a68f07a1260b321f814202658a6089a43d42 with: token: ${{ inputs.token }} username: ${{ inputs.username }} @@ -103,11 +103,11 @@ runs: - name: Node Setup id: node-setup - uses: ivuorinen/actions/node-setup@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/node-setup@0fa9a68f07a1260b321f814202658a6089a43d42 - name: Cache Node Dependencies id: cache - uses: ivuorinen/actions/common-cache@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/common-cache@0fa9a68f07a1260b321f814202658a6089a43d42 with: type: 'npm' paths: 'node_modules' diff --git a/codeql-analysis/action.yml b/codeql-analysis/action.yml index bb987a7..b0a6f88 100644 --- a/codeql-analysis/action.yml +++ b/codeql-analysis/action.yml @@ -112,7 +112,7 @@ runs: using: composite steps: - name: Validate inputs - uses: ivuorinen/actions/validate-inputs@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/validate-inputs@0fa9a68f07a1260b321f814202658a6089a43d42 with: action-type: codeql-analysis language: ${{ inputs.language }} diff --git a/compress-images/action.yml b/compress-images/action.yml index 1f3cf3f..e1dc76f 100644 --- a/compress-images/action.yml +++ b/compress-images/action.yml @@ -143,7 +143,7 @@ runs: fi - name: Set Git Config id: set-git-config - uses: ivuorinen/actions/set-git-config@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/set-git-config@0fa9a68f07a1260b321f814202658a6089a43d42 with: token: ${{ inputs.token }} username: ${{ inputs.username }} diff --git a/csharp-build/action.yml b/csharp-build/action.yml index f1849ae..b40cf4e 100644 --- a/csharp-build/action.yml +++ b/csharp-build/action.yml @@ -50,7 +50,7 @@ runs: - name: Detect .NET SDK Version id: detect-dotnet-version - uses: ivuorinen/actions/dotnet-version-detect@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/dotnet-version-detect@0fa9a68f07a1260b321f814202658a6089a43d42 with: default-version: "${{ inputs.dotnet-version || '7.0' }}" @@ -61,7 +61,7 @@ runs: - name: Cache NuGet packages id: cache-nuget - uses: ivuorinen/actions/common-cache@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/common-cache@0fa9a68f07a1260b321f814202658a6089a43d42 with: type: 'nuget' paths: '~/.nuget/packages' @@ -70,7 +70,7 @@ runs: - name: Restore Dependencies if: steps.cache-nuget.outputs.cache-hit != 'true' - uses: ivuorinen/actions/common-retry@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/common-retry@0fa9a68f07a1260b321f814202658a6089a43d42 with: command: | echo "Restoring .NET dependencies..." diff --git a/csharp-lint-check/action.yml b/csharp-lint-check/action.yml index 2a11b90..bdc54b5 100644 --- a/csharp-lint-check/action.yml +++ b/csharp-lint-check/action.yml @@ -66,7 +66,7 @@ runs: - name: Detect .NET SDK Version id: detect-dotnet-version - uses: ivuorinen/actions/dotnet-version-detect@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/dotnet-version-detect@0fa9a68f07a1260b321f814202658a6089a43d42 with: default-version: ${{ inputs.dotnet-version || '7.0' }} diff --git a/csharp-publish/action.yml b/csharp-publish/action.yml index 2da61b7..2d50399 100644 --- a/csharp-publish/action.yml +++ b/csharp-publish/action.yml @@ -51,7 +51,7 @@ runs: - name: Validate Inputs id: validate - uses: ivuorinen/actions/validate-inputs@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/validate-inputs@0fa9a68f07a1260b321f814202658a6089a43d42 with: action-type: 'csharp-publish' token: ${{ inputs.token }} @@ -60,7 +60,7 @@ runs: - name: Detect .NET SDK Version id: detect-dotnet-version - uses: ivuorinen/actions/dotnet-version-detect@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/dotnet-version-detect@0fa9a68f07a1260b321f814202658a6089a43d42 with: default-version: '7.0' @@ -71,7 +71,7 @@ runs: - name: Cache NuGet packages id: cache-nuget - uses: ivuorinen/actions/common-cache@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/common-cache@0fa9a68f07a1260b321f814202658a6089a43d42 with: type: 'nuget' paths: '~/.nuget/packages' diff --git a/docker-build/action.yml b/docker-build/action.yml index f1e0f44..c66626b 100644 --- a/docker-build/action.yml +++ b/docker-build/action.yml @@ -147,7 +147,7 @@ runs: - name: Validate Inputs id: validate - uses: ivuorinen/actions/validate-inputs@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/validate-inputs@0fa9a68f07a1260b321f814202658a6089a43d42 with: action-type: 'docker-build' image-name: ${{ inputs.image-name }} diff --git a/docker-publish/action.yml b/docker-publish/action.yml index ed8f23f..0620a2b 100644 --- a/docker-publish/action.yml +++ b/docker-publish/action.yml @@ -170,7 +170,7 @@ runs: - name: Build Multi-Arch Docker Image id: build - uses: ivuorinen/actions/docker-build@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/docker-build@0fa9a68f07a1260b321f814202658a6089a43d42 with: tag: ${{ steps.tags.outputs.all-tags }} architectures: ${{ inputs.platforms }} @@ -185,7 +185,7 @@ runs: - name: Publish to Docker Hub id: publish-dockerhub if: contains(steps.dest.outputs.reg, 'dockerhub') - uses: ivuorinen/actions/docker-publish-hub@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/docker-publish-hub@0fa9a68f07a1260b321f814202658a6089a43d42 with: tags: ${{ steps.tags.outputs.all-tags }} platforms: ${{ inputs.platforms }} @@ -201,7 +201,7 @@ runs: - name: Publish to GitHub Packages id: publish-github if: contains(steps.dest.outputs.reg, 'github') - uses: ivuorinen/actions/docker-publish-gh@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/docker-publish-gh@0fa9a68f07a1260b321f814202658a6089a43d42 with: tags: ${{ steps.tags.outputs.all-tags }} platforms: ${{ inputs.platforms }} diff --git a/dotnet-version-detect/action.yml b/dotnet-version-detect/action.yml index 0606833..88a815b 100644 --- a/dotnet-version-detect/action.yml +++ b/dotnet-version-detect/action.yml @@ -58,7 +58,7 @@ runs: - name: Parse .NET Version id: parse-version - uses: ivuorinen/actions/version-file-parser@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/version-file-parser@0fa9a68f07a1260b321f814202658a6089a43d42 with: language: 'dotnet' tool-versions-key: 'dotnet' diff --git a/eslint-check/action.yml b/eslint-check/action.yml index 54b2cec..143c093 100644 --- a/eslint-check/action.yml +++ b/eslint-check/action.yml @@ -176,11 +176,11 @@ runs: - name: Setup Node.js id: node-setup - uses: ivuorinen/actions/node-setup@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/node-setup@0fa9a68f07a1260b321f814202658a6089a43d42 - name: Cache Node Dependencies id: cache - uses: ivuorinen/actions/common-cache@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/common-cache@0fa9a68f07a1260b321f814202658a6089a43d42 with: type: 'npm' paths: 'node_modules' diff --git a/eslint-fix/action.yml b/eslint-fix/action.yml index 776d18b..b93206a 100644 --- a/eslint-fix/action.yml +++ b/eslint-fix/action.yml @@ -44,7 +44,7 @@ runs: steps: - name: Validate Inputs id: validate - uses: ivuorinen/actions/validate-inputs@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/validate-inputs@0fa9a68f07a1260b321f814202658a6089a43d42 with: action-type: 'eslint-fix' token: ${{ inputs.token }} @@ -58,7 +58,7 @@ runs: token: ${{ inputs.token }} - name: Set Git Config - uses: ivuorinen/actions/set-git-config@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/set-git-config@0fa9a68f07a1260b321f814202658a6089a43d42 with: token: ${{ inputs.token }} username: ${{ inputs.username }} @@ -66,11 +66,11 @@ runs: - name: Node Setup id: node-setup - uses: ivuorinen/actions/node-setup@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/node-setup@0fa9a68f07a1260b321f814202658a6089a43d42 - name: Cache Node Dependencies id: cache - uses: ivuorinen/actions/common-cache@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/common-cache@0fa9a68f07a1260b321f814202658a6089a43d42 with: type: 'npm' paths: 'node_modules' diff --git a/go-build/action.yml b/go-build/action.yml index 251fb77..c127af6 100644 --- a/go-build/action.yml +++ b/go-build/action.yml @@ -54,7 +54,7 @@ runs: - name: Detect Go Version id: detect-go-version - uses: ivuorinen/actions/go-version-detect@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/go-version-detect@0fa9a68f07a1260b321f814202658a6089a43d42 with: default-version: "${{ inputs.go-version || '1.21' }}" @@ -66,7 +66,7 @@ runs: - name: Cache Go Dependencies id: cache-go - uses: ivuorinen/actions/common-cache@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/common-cache@0fa9a68f07a1260b321f814202658a6089a43d42 with: type: 'go' paths: '~/go/pkg/mod' @@ -75,7 +75,7 @@ runs: - name: Download Dependencies if: steps.cache-go.outputs.cache-hit != 'true' - uses: ivuorinen/actions/common-retry@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/common-retry@0fa9a68f07a1260b321f814202658a6089a43d42 with: command: | echo "Downloading Go dependencies..." diff --git a/go-lint/action.yml b/go-lint/action.yml index 04a409d..5f74591 100644 --- a/go-lint/action.yml +++ b/go-lint/action.yml @@ -218,7 +218,7 @@ runs: - name: Set up Cache id: cache if: inputs.cache == 'true' - uses: ivuorinen/actions/common-cache@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/common-cache@0fa9a68f07a1260b321f814202658a6089a43d42 with: type: 'go' paths: '~/.cache/golangci-lint,~/.cache/go-build' diff --git a/go-version-detect/action.yml b/go-version-detect/action.yml index 5d4ef80..7264ed9 100644 --- a/go-version-detect/action.yml +++ b/go-version-detect/action.yml @@ -65,7 +65,7 @@ runs: - name: Parse Go Version id: parse-version - uses: ivuorinen/actions/version-file-parser@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/version-file-parser@0fa9a68f07a1260b321f814202658a6089a43d42 with: language: 'go' tool-versions-key: 'golang' diff --git a/node-setup/action.yml b/node-setup/action.yml index 9d39763..5f1d063 100644 --- a/node-setup/action.yml +++ b/node-setup/action.yml @@ -176,7 +176,7 @@ runs: - name: Parse Node.js Version id: version - uses: ivuorinen/actions/version-file-parser@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/version-file-parser@0fa9a68f07a1260b321f814202658a6089a43d42 with: language: 'node' tool-versions-key: 'nodejs' @@ -299,7 +299,7 @@ runs: - name: Cache Dependencies if: inputs.cache == 'true' id: deps-cache - uses: ivuorinen/actions/common-cache@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/common-cache@0fa9a68f07a1260b321f814202658a6089a43d42 with: type: 'npm' paths: '~/.npm,~/.yarn/cache,~/.pnpm-store,~/.bun/install/cache,node_modules' @@ -359,7 +359,7 @@ runs: - name: Install Dependencies if: inputs.install == 'true' && steps.deps-cache.outputs.cache-hit != 'true' - uses: ivuorinen/actions/common-retry@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/common-retry@0fa9a68f07a1260b321f814202658a6089a43d42 with: command: | package_manager="$PACKAGE_MANAGER" diff --git a/npm-publish/action.yml b/npm-publish/action.yml index 746b745..4a76f5b 100644 --- a/npm-publish/action.yml +++ b/npm-publish/action.yml @@ -101,7 +101,7 @@ runs: token: ${{ inputs.token || github.token }} - name: Setup Node.js - uses: ivuorinen/actions/node-setup@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/node-setup@0fa9a68f07a1260b321f814202658a6089a43d42 - name: Authenticate NPM shell: sh diff --git a/php-composer/action.yml b/php-composer/action.yml index 75975fe..00d7770 100644 --- a/php-composer/action.yml +++ b/php-composer/action.yml @@ -79,7 +79,7 @@ runs: - name: Validate Inputs id: validate - uses: ivuorinen/actions/validate-inputs@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/validate-inputs@0fa9a68f07a1260b321f814202658a6089a43d42 with: action-type: php-composer @@ -176,7 +176,7 @@ runs: - name: Cache Composer packages id: composer-cache - uses: ivuorinen/actions/common-cache@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/common-cache@0fa9a68f07a1260b321f814202658a6089a43d42 with: type: 'composer' paths: vendor,~/.composer/cache${{ inputs.cache-directories != "" && format(",{0}", inputs.cache-directories) || "" }} @@ -196,7 +196,7 @@ runs: composer clear-cache - name: Install Dependencies - uses: ivuorinen/actions/common-retry@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/common-retry@0fa9a68f07a1260b321f814202658a6089a43d42 with: command: composer install ${{ inputs.args }} max-retries: ${{ inputs.max-retries }} diff --git a/php-laravel-phpunit/action.yml b/php-laravel-phpunit/action.yml index 4ed08b7..b1959b3 100644 --- a/php-laravel-phpunit/action.yml +++ b/php-laravel-phpunit/action.yml @@ -60,7 +60,7 @@ runs: - name: Detect PHP Version id: php-version - uses: ivuorinen/actions/php-version-detect@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/php-version-detect@0fa9a68f07a1260b321f814202658a6089a43d42 with: default-version: ${{ inputs.php-version }} diff --git a/php-tests/action.yml b/php-tests/action.yml index b0039ab..8687303 100644 --- a/php-tests/action.yml +++ b/php-tests/action.yml @@ -86,14 +86,14 @@ runs: token: ${{ inputs.token || github.token }} - name: Set Git Config - uses: ivuorinen/actions/set-git-config@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/set-git-config@0fa9a68f07a1260b321f814202658a6089a43d42 with: token: ${{ inputs.token != '' && inputs.token || github.token }} username: ${{ inputs.username }} email: ${{ inputs.email }} - name: Composer Install - uses: ivuorinen/actions/php-composer@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/php-composer@0fa9a68f07a1260b321f814202658a6089a43d42 - name: Run PHPUnit Tests id: test diff --git a/php-version-detect/action.yml b/php-version-detect/action.yml index e3bc323..0df6bb3 100644 --- a/php-version-detect/action.yml +++ b/php-version-detect/action.yml @@ -67,7 +67,7 @@ runs: - name: Parse PHP Version id: parse-version - uses: ivuorinen/actions/version-file-parser@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/version-file-parser@0fa9a68f07a1260b321f814202658a6089a43d42 with: language: 'php' tool-versions-key: 'php' diff --git a/pr-lint/action.yml b/pr-lint/action.yml index 47fdfc6..6815d93 100644 --- a/pr-lint/action.yml +++ b/pr-lint/action.yml @@ -40,7 +40,7 @@ runs: steps: - name: Validate Inputs id: validate - uses: ivuorinen/actions/validate-inputs@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/validate-inputs@0fa9a68f07a1260b321f814202658a6089a43d42 with: action-type: pr-lint token: ${{ inputs.token }} @@ -64,7 +64,7 @@ runs: # ╰──────────────────────────────────────────────────────────╯ - name: Setup Git Config id: git-config - uses: ivuorinen/actions/set-git-config@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/set-git-config@0fa9a68f07a1260b321f814202658a6089a43d42 with: token: ${{ inputs.token }} username: ${{ inputs.username }} @@ -87,7 +87,7 @@ runs: - name: Setup Node.js environment if: steps.detect-node.outputs.found == 'true' - uses: ivuorinen/actions/node-setup@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/node-setup@0fa9a68f07a1260b321f814202658a6089a43d42 with: install: true cache: true @@ -106,7 +106,7 @@ runs: - name: Detect PHP Version if: steps.detect-php.outputs.found == 'true' id: php-version - uses: ivuorinen/actions/php-version-detect@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/php-version-detect@0fa9a68f07a1260b321f814202658a6089a43d42 - name: Setup PHP if: steps.detect-php.outputs.found == 'true' @@ -150,7 +150,7 @@ runs: - name: Detect Python Version if: steps.detect-python.outputs.found == 'true' id: python-version - uses: ivuorinen/actions/python-version-detect@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/python-version-detect@0fa9a68f07a1260b321f814202658a6089a43d42 - name: Setup Python if: steps.detect-python.outputs.found == 'true' @@ -181,7 +181,7 @@ runs: - name: Detect Go Version if: steps.detect-go.outputs.found == 'true' id: go-version - uses: ivuorinen/actions/go-version-detect@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/go-version-detect@0fa9a68f07a1260b321f814202658a6089a43d42 - name: Setup Go if: steps.detect-go.outputs.found == 'true' diff --git a/pre-commit/action.yml b/pre-commit/action.yml index 3fc9547..a9e6f22 100644 --- a/pre-commit/action.yml +++ b/pre-commit/action.yml @@ -49,7 +49,7 @@ runs: - name: Validate Inputs id: validate - uses: ivuorinen/actions/validate-inputs@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/validate-inputs@0fa9a68f07a1260b321f814202658a6089a43d42 with: action-type: 'pre-commit' token: ${{ inputs.token }} @@ -58,7 +58,7 @@ runs: email: ${{ inputs.commit_email }} username: ${{ inputs.commit_user }} - name: Set Git Config - uses: ivuorinen/actions/set-git-config@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/set-git-config@0fa9a68f07a1260b321f814202658a6089a43d42 with: token: ${{ inputs.token }} username: ${{ inputs.commit_user }} diff --git a/prettier-check/action.yml b/prettier-check/action.yml index 241198f..4082795 100644 --- a/prettier-check/action.yml +++ b/prettier-check/action.yml @@ -202,11 +202,11 @@ runs: - name: Setup Node.js id: node-setup - uses: ivuorinen/actions/node-setup@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/node-setup@0fa9a68f07a1260b321f814202658a6089a43d42 - name: Set up Cache id: cache - uses: ivuorinen/actions/common-cache@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/common-cache@0fa9a68f07a1260b321f814202658a6089a43d42 if: inputs.cache == 'true' with: type: 'npm' diff --git a/prettier-fix/action.yml b/prettier-fix/action.yml index a3392d2..7272b93 100644 --- a/prettier-fix/action.yml +++ b/prettier-fix/action.yml @@ -91,7 +91,7 @@ runs: token: ${{ inputs.token }} - name: Set Git Config - uses: ivuorinen/actions/set-git-config@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/set-git-config@0fa9a68f07a1260b321f814202658a6089a43d42 with: token: ${{ inputs.token }} username: ${{ inputs.username }} @@ -99,11 +99,11 @@ runs: - name: Node Setup id: node-setup - uses: ivuorinen/actions/node-setup@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/node-setup@0fa9a68f07a1260b321f814202658a6089a43d42 - name: Cache npm Dependencies id: cache-npm - uses: ivuorinen/actions/common-cache@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/common-cache@0fa9a68f07a1260b321f814202658a6089a43d42 with: type: 'npm' paths: 'node_modules' diff --git a/python-lint-fix/action.yml b/python-lint-fix/action.yml index d72c524..3d811a7 100644 --- a/python-lint-fix/action.yml +++ b/python-lint-fix/action.yml @@ -155,7 +155,7 @@ runs: - name: Detect Python Version id: python-version - uses: ivuorinen/actions/python-version-detect@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/python-version-detect@0fa9a68f07a1260b321f814202658a6089a43d42 with: default-version: ${{ inputs.python-version }} @@ -189,7 +189,7 @@ runs: - name: Cache Python Dependencies if: steps.check-files.outputs.result == 'found' id: cache-pip - uses: ivuorinen/actions/common-cache@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/common-cache@0fa9a68f07a1260b321f814202658a6089a43d42 with: type: 'pip' paths: '~/.cache/pip' @@ -325,7 +325,7 @@ runs: - name: Set Git Config for Fixes if: ${{ fromJSON(steps.fix.outputs.fixed_count) > 0 }} - uses: ivuorinen/actions/set-git-config@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/set-git-config@0fa9a68f07a1260b321f814202658a6089a43d42 with: token: ${{ inputs.token }} username: ${{ inputs.username }} diff --git a/python-version-detect-v2/action.yml b/python-version-detect-v2/action.yml index 7bf99ae..8280b9c 100644 --- a/python-version-detect-v2/action.yml +++ b/python-version-detect-v2/action.yml @@ -72,7 +72,7 @@ runs: - name: Parse Python Version id: parse-version - uses: ivuorinen/actions/version-file-parser@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/version-file-parser@0fa9a68f07a1260b321f814202658a6089a43d42 with: language: 'python' tool-versions-key: 'python' diff --git a/python-version-detect/action.yml b/python-version-detect/action.yml index 1911ba7..1329d1d 100644 --- a/python-version-detect/action.yml +++ b/python-version-detect/action.yml @@ -65,7 +65,7 @@ runs: - name: Parse Python Version id: parse-version - uses: ivuorinen/actions/version-file-parser@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/version-file-parser@0fa9a68f07a1260b321f814202658a6089a43d42 with: language: 'python' tool-versions-key: 'python' diff --git a/stale/action.yml b/stale/action.yml index e60ed5a..2b92290 100644 --- a/stale/action.yml +++ b/stale/action.yml @@ -43,7 +43,7 @@ runs: - name: Validate Inputs id: validate - uses: ivuorinen/actions/validate-inputs@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/validate-inputs@0fa9a68f07a1260b321f814202658a6089a43d42 with: action-type: 'stale' token: ${{ inputs.token || github.token }} diff --git a/terraform-lint-fix/action.yml b/terraform-lint-fix/action.yml index bd6dee3..a80ce10 100644 --- a/terraform-lint-fix/action.yml +++ b/terraform-lint-fix/action.yml @@ -78,7 +78,7 @@ runs: - name: Validate Inputs id: validate - uses: ivuorinen/actions/validate-inputs@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/validate-inputs@0fa9a68f07a1260b321f814202658a6089a43d42 with: action-type: 'terraform-lint-fix' token: ${{ inputs.token || github.token }} @@ -270,7 +270,7 @@ runs: - name: Set Git Config for Fixes if: ${{ fromJSON(steps.fix.outputs.fixed_count) > 0 }} - uses: ivuorinen/actions/set-git-config@e2222afff180ee77f330ef4325f60d6e85477c01 + uses: ivuorinen/actions/set-git-config@0fa9a68f07a1260b321f814202658a6089a43d42 with: token: ${{ inputs.token || github.token }} username: ${{ inputs.username }}