From 4719c2210e6316ea048e2eb96ba515ce89600e4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=93=E9=BC=A0?= <71394853+hamster1963@users.noreply.github.com> Date: Tue, 25 Mar 2025 16:15:09 +0800 Subject: [PATCH] Potential fix for code scanning alert no. 4: Cache Poisoning via execution of untrusted code (#262) * Potential fix for code scanning alert no. 4: Cache Poisoning via execution of untrusted code Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * chore: auto-fix linting and formatting issues --------- Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/auto-fix-lint-format-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-fix-lint-format-commit.yml b/.github/workflows/auto-fix-lint-format-commit.yml index 3de375b..3da6ee7 100644 --- a/.github/workflows/auto-fix-lint-format-commit.yml +++ b/.github/workflows/auto-fix-lint-format-commit.yml @@ -1,7 +1,7 @@ name: Auto Fix Lint and Format on: - pull_request_target: + pull_request: types: [opened, synchronize] jobs: