diff --git a/ansible-lint-fix/action.yml b/ansible-lint-fix/action.yml index f022af4..9c47822 100644 --- a/ansible-lint-fix/action.yml +++ b/ansible-lint-fix/action.yml @@ -122,7 +122,7 @@ runs: - name: Commit Fixes if: steps.check-files.outputs.files_found == 'true' - uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0 + uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # v7.0.0 with: commit_message: 'style: apply ansible lint fixes' commit_user_name: ${{ inputs.username }} diff --git a/python-lint-fix/action.yml b/python-lint-fix/action.yml index 20507ff..1072121 100644 --- a/python-lint-fix/action.yml +++ b/python-lint-fix/action.yml @@ -361,7 +361,7 @@ runs: - name: Commit Fixes if: ${{ fromJSON(steps.fix.outputs.fixed_count) > 0 }} - uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0 + uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # v7.0.0 with: commit_message: 'style: apply python lint fixes' commit_user_name: ${{ inputs.username }} diff --git a/terraform-lint-fix/action.yml b/terraform-lint-fix/action.yml index 35ab269..2c9a46f 100644 --- a/terraform-lint-fix/action.yml +++ b/terraform-lint-fix/action.yml @@ -247,7 +247,7 @@ runs: - name: Commit Fixes if: steps.check-files.outputs.found == 'true' && inputs.auto-fix == 'true' && fromJSON(steps.fix.outputs.fixed_count) > 0 - uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0 + uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # v7.0.0 with: commit_message: 'style: apply terraform formatting fixes' commit_user_name: ${{ inputs.username }}