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: