Skip to content

Commit fa61b63

Browse files
authored
chore: rm schedule triggers from security alert burndown campaign workers (#11993)
1 parent 9f16d1a commit fa61b63

8 files changed

Lines changed: 0 additions & 16 deletions

.github/workflows/code-scanning-fixer.lock.yml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/code-scanning-fixer.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name: Code Scanning Fixer
33
description: Automatically fixes critical and high severity code scanning alerts by creating pull requests with remediation
44
on:
5-
schedule: every 30m
65
workflow_dispatch:
76
skip-if-match: 'is:pr is:open in:title "[code-scanning-fix]"'
87
permissions:

.github/workflows/dependabot-bundler.lock.yml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/dependabot-bundler.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name: Dependabot Bundler
33
description: Bundles Dependabot security alert updates per package.json into a single PR
44
on:
5-
schedule: every 6h
65
workflow_dispatch:
76
skip-if-match: 'is:pr is:open in:title "[dependabot-bundle]"'
87
permissions:

.github/workflows/secret-scanning-triage.lock.yml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/secret-scanning-triage.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name: Secret Scanning Triage
33
description: Triage secret scanning alerts and either open an issue (rotation/incident) or a PR (test-only cleanup)
44
on:
5-
schedule: every 6h
65
workflow_dispatch:
76
permissions:
87
contents: read

.github/workflows/security-fix-pr.lock.yml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/security-fix-pr.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name: Security Fix PR
33
description: Identifies and automatically fixes code security issues by creating autofixes via GitHub Code Scanning
44
on:
5-
schedule: every 4h
65
workflow_dispatch:
76
inputs:
87
security_url:

0 commit comments

Comments
 (0)