diff --git a/ansible-lint-fix/action.yml b/ansible-lint-fix/action.yml index 0aec892..b22d80a 100644 --- a/ansible-lint-fix/action.yml +++ b/ansible-lint-fix/action.yml @@ -45,7 +45,7 @@ runs: steps: - name: Validate Inputs id: validate - uses: ivuorinen/actions/validate-inputs@8fb52522ab00fe73cf181ef299e56066f0b2c8d8 + uses: ivuorinen/actions/validate-inputs@5cc7373a22402ee8985376bc713f00e09b5b2edb with: action-type: 'ansible-lint-fix' token: ${{ inputs.token }} diff --git a/codeql-analysis/action.yml b/codeql-analysis/action.yml index f69e037..5d8bec1 100644 --- a/codeql-analysis/action.yml +++ b/codeql-analysis/action.yml @@ -107,7 +107,7 @@ runs: using: composite steps: - name: Validate inputs - uses: ivuorinen/actions/validate-inputs@8fb52522ab00fe73cf181ef299e56066f0b2c8d8 + uses: ivuorinen/actions/validate-inputs@5cc7373a22402ee8985376bc713f00e09b5b2edb with: action-type: codeql-analysis language: ${{ inputs.language }} diff --git a/csharp-publish/action.yml b/csharp-publish/action.yml index 4a157a6..24f761f 100644 --- a/csharp-publish/action.yml +++ b/csharp-publish/action.yml @@ -55,7 +55,7 @@ runs: - name: Validate Inputs id: validate - uses: ivuorinen/actions/validate-inputs@8fb52522ab00fe73cf181ef299e56066f0b2c8d8 + uses: ivuorinen/actions/validate-inputs@5cc7373a22402ee8985376bc713f00e09b5b2edb with: action-type: 'csharp-publish' token: ${{ inputs.token }} diff --git a/docker-build/action.yml b/docker-build/action.yml index 6847deb..e4b34e1 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@8fb52522ab00fe73cf181ef299e56066f0b2c8d8 + uses: ivuorinen/actions/validate-inputs@5cc7373a22402ee8985376bc713f00e09b5b2edb with: action-type: 'docker-build' image-name: ${{ inputs.image-name }} diff --git a/pr-lint/action.yml b/pr-lint/action.yml index 9a92880..6ee58cb 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@8fb52522ab00fe73cf181ef299e56066f0b2c8d8 + uses: ivuorinen/actions/validate-inputs@5cc7373a22402ee8985376bc713f00e09b5b2edb with: action-type: pr-lint token: ${{ inputs.token }} diff --git a/pre-commit/action.yml b/pre-commit/action.yml index 9b479c0..559913d 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@8fb52522ab00fe73cf181ef299e56066f0b2c8d8 + uses: ivuorinen/actions/validate-inputs@5cc7373a22402ee8985376bc713f00e09b5b2edb with: action-type: 'pre-commit' token: ${{ inputs.token }} diff --git a/python-lint-fix/action.yml b/python-lint-fix/action.yml index a332307..7c75bca 100644 --- a/python-lint-fix/action.yml +++ b/python-lint-fix/action.yml @@ -64,7 +64,7 @@ runs: steps: - name: Validate Inputs id: validate - uses: ivuorinen/actions/validate-inputs@8fb52522ab00fe73cf181ef299e56066f0b2c8d8 + uses: ivuorinen/actions/validate-inputs@5cc7373a22402ee8985376bc713f00e09b5b2edb with: action-type: 'python-lint-fix' token: ${{ inputs.token }} diff --git a/stale/action.yml b/stale/action.yml index 11ed8b1..c89a413 100644 --- a/stale/action.yml +++ b/stale/action.yml @@ -43,7 +43,7 @@ runs: - name: Validate Inputs id: validate - uses: ivuorinen/actions/validate-inputs@8fb52522ab00fe73cf181ef299e56066f0b2c8d8 + uses: ivuorinen/actions/validate-inputs@5cc7373a22402ee8985376bc713f00e09b5b2edb with: action-type: 'stale' token: ${{ inputs.token || github.token }} diff --git a/terraform-lint-fix/action.yml b/terraform-lint-fix/action.yml index 7b3de02..a114d9e 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@8fb52522ab00fe73cf181ef299e56066f0b2c8d8 + uses: ivuorinen/actions/validate-inputs@5cc7373a22402ee8985376bc713f00e09b5b2edb with: action-type: 'terraform-lint-fix' token: ${{ inputs.token || github.token }}