From 921bfc689da5b20d86e65e6e0663de0d3745350c 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 15:59:56 +0800 Subject: [PATCH] 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> --- .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: