diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index f89ad0a..c04719e 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -168,7 +168,7 @@ jobs: github.ref != 'refs/heads/main' && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository) && !contains(github.event.head_commit.message, 'skip fix') - uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0 + uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0 with: branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }} commit_message: | diff --git a/biome-fix/action.yml b/biome-fix/action.yml index a235f86..f88cc94 100644 --- a/biome-fix/action.yml +++ b/biome-fix/action.yml @@ -32,7 +32,7 @@ runs: - name: Push Fixes if: success() - uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0 + uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0 with: commit_message: 'style: autofix Biome violations' add_options: '-u' diff --git a/eslint-fix/action.yml b/eslint-fix/action.yml index 5eb34e5..ece89f4 100644 --- a/eslint-fix/action.yml +++ b/eslint-fix/action.yml @@ -32,7 +32,7 @@ runs: - name: Push Fixes if: always() - uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0 + uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0 with: commit_message: 'style: autofix ESLint violations' add_options: '-u' diff --git a/pr-lint/action.yml b/pr-lint/action.yml index 7e35ba5..4975d41 100644 --- a/pr-lint/action.yml +++ b/pr-lint/action.yml @@ -239,7 +239,7 @@ runs: run: sudo chown -Rc $UID .git/ - name: Commit and push applied linter fixes - uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0 + uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0 if: env.APPLY_FIXES_IF_COMMIT == 'true' with: branch: >- diff --git a/pre-commit/action.yml b/pre-commit/action.yml index e8d76b5..3ff4b5c 100644 --- a/pre-commit/action.yml +++ b/pre-commit/action.yml @@ -56,7 +56,7 @@ runs: - name: Push pre-commit fixes if: always() # Push changes even when pre-commit fails - uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0 + uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0 with: commit_message: 'style(pre-commit): autofix' add_options: -u diff --git a/prettier-fix/action.yml b/prettier-fix/action.yml index a2c7176..b7ab8f6 100644 --- a/prettier-fix/action.yml +++ b/prettier-fix/action.yml @@ -32,7 +32,7 @@ runs: - name: Push Fixes if: always() - uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0 + uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0 with: commit_message: 'style: autofix Prettier violations' add_options: '-u'