From 7ddedf129792b0a4986f29df5e3a3d9564ba27bd Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 27 Jan 2026 04:50:45 +0000 Subject: [PATCH 1/2] Initial plan From b5afb3153dee181648de589c50e508efb6edbec3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 27 Jan 2026 05:00:04 +0000 Subject: [PATCH 2/2] Remove schedule triggers from security alert burndown campaign workflows Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com> --- .github/workflows/code-scanning-fixer.lock.yml | 3 --- .github/workflows/code-scanning-fixer.md | 1 - .github/workflows/dependabot-bundler.lock.yml | 3 --- .github/workflows/dependabot-bundler.md | 1 - .github/workflows/secret-scanning-triage.lock.yml | 3 --- .github/workflows/secret-scanning-triage.md | 1 - .github/workflows/security-fix-pr.lock.yml | 3 --- .github/workflows/security-fix-pr.md | 1 - 8 files changed, 16 deletions(-) diff --git a/.github/workflows/code-scanning-fixer.lock.yml b/.github/workflows/code-scanning-fixer.lock.yml index ee2de1c26f..4f01177da0 100644 --- a/.github/workflows/code-scanning-fixer.lock.yml +++ b/.github/workflows/code-scanning-fixer.lock.yml @@ -23,9 +23,6 @@ name: "Code Scanning Fixer" "on": - schedule: - - cron: "*/30 * * * *" - # Friendly format: every 30m # skip-if-match: is:pr is:open in:title "[code-scanning-fix]" # Skip-if-match processed as search check in pre-activation job workflow_dispatch: diff --git a/.github/workflows/code-scanning-fixer.md b/.github/workflows/code-scanning-fixer.md index 54ff6c51cb..a181f8652c 100644 --- a/.github/workflows/code-scanning-fixer.md +++ b/.github/workflows/code-scanning-fixer.md @@ -2,7 +2,6 @@ name: Code Scanning Fixer description: Automatically fixes critical and high severity code scanning alerts by creating pull requests with remediation on: - schedule: every 30m workflow_dispatch: skip-if-match: 'is:pr is:open in:title "[code-scanning-fix]"' permissions: diff --git a/.github/workflows/dependabot-bundler.lock.yml b/.github/workflows/dependabot-bundler.lock.yml index 3dccf089f8..142930826f 100644 --- a/.github/workflows/dependabot-bundler.lock.yml +++ b/.github/workflows/dependabot-bundler.lock.yml @@ -23,9 +23,6 @@ name: "Dependabot Bundler" "on": - schedule: - - cron: "26 */6 * * *" - # Friendly format: every 6h (scattered) # skip-if-match: is:pr is:open in:title "[dependabot-bundle]" # Skip-if-match processed as search check in pre-activation job workflow_dispatch: diff --git a/.github/workflows/dependabot-bundler.md b/.github/workflows/dependabot-bundler.md index 736d79fa47..962a579149 100644 --- a/.github/workflows/dependabot-bundler.md +++ b/.github/workflows/dependabot-bundler.md @@ -2,7 +2,6 @@ name: Dependabot Bundler description: Bundles Dependabot security alert updates per package.json into a single PR on: - schedule: every 6h workflow_dispatch: skip-if-match: 'is:pr is:open in:title "[dependabot-bundle]"' permissions: diff --git a/.github/workflows/secret-scanning-triage.lock.yml b/.github/workflows/secret-scanning-triage.lock.yml index 540cc97674..911642e7d1 100644 --- a/.github/workflows/secret-scanning-triage.lock.yml +++ b/.github/workflows/secret-scanning-triage.lock.yml @@ -27,9 +27,6 @@ name: "Secret Scanning Triage" "on": - schedule: - - cron: "32 */6 * * *" - # Friendly format: every 6h (scattered) workflow_dispatch: permissions: {} diff --git a/.github/workflows/secret-scanning-triage.md b/.github/workflows/secret-scanning-triage.md index ca8e709633..43e82a0eaa 100644 --- a/.github/workflows/secret-scanning-triage.md +++ b/.github/workflows/secret-scanning-triage.md @@ -2,7 +2,6 @@ name: Secret Scanning Triage description: Triage secret scanning alerts and either open an issue (rotation/incident) or a PR (test-only cleanup) on: - schedule: every 6h workflow_dispatch: permissions: contents: read diff --git a/.github/workflows/security-fix-pr.lock.yml b/.github/workflows/security-fix-pr.lock.yml index feb001ad28..e1454deaa9 100644 --- a/.github/workflows/security-fix-pr.lock.yml +++ b/.github/workflows/security-fix-pr.lock.yml @@ -23,9 +23,6 @@ name: "Security Fix PR" "on": - schedule: - - cron: "2 */4 * * *" - # Friendly format: every 4h (scattered) # skip-if-match: is:pr is:open in:title "[security-fix]" # Skip-if-match processed as search check in pre-activation job workflow_dispatch: inputs: diff --git a/.github/workflows/security-fix-pr.md b/.github/workflows/security-fix-pr.md index a589d1e71e..da93f6aafb 100644 --- a/.github/workflows/security-fix-pr.md +++ b/.github/workflows/security-fix-pr.md @@ -2,7 +2,6 @@ name: Security Fix PR description: Identifies and automatically fixes code security issues by creating autofixes via GitHub Code Scanning on: - schedule: every 4h workflow_dispatch: inputs: security_url: