From 0fafa2df0f5f4ebde0755ec3ea185ad2e0403a03 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 11 Jun 2025 00:01:23 +0000 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v6 --- .gitea/workflows/sec-megalinter.yml | 2 +- .gitea/workflows/tf-docs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/sec-megalinter.yml b/.gitea/workflows/sec-megalinter.yml index 4720b64..f44a9c3 100644 --- a/.gitea/workflows/sec-megalinter.yml +++ b/.gitea/workflows/sec-megalinter.yml @@ -99,7 +99,7 @@ jobs: run: sudo chown -Rc $UID .git/ - name: Commit and push applied linter fixes if: steps.ml.outputs.has_updated_sources == 1 && (env.APPLY_FIXES_EVENT == 'all' || env.APPLY_FIXES_EVENT == github.event_name) && env.APPLY_FIXES_MODE == 'commit' && 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@v4 + uses: stefanzweifel/git-auto-commit-action@v6 with: branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }} commit_message: "feat(linter): apply linters fixes" diff --git a/.gitea/workflows/tf-docs.yml b/.gitea/workflows/tf-docs.yml index 436937d..5ea8ba9 100644 --- a/.gitea/workflows/tf-docs.yml +++ b/.gitea/workflows/tf-docs.yml @@ -32,7 +32,7 @@ jobs: README.md - name: Commit and push new terraform docs version if: steps.verify-changed-files.outputs.files_changed == 'true' - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v6 with: branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }} commit_message: "docs(tf-docs): update docs" -- 2.49.1