Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/code-scanning-fixer.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .github/workflows/code-scanning-fixer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/dependabot-bundler.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .github/workflows/dependabot-bundler.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/secret-scanning-triage.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .github/workflows/secret-scanning-triage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/security-fix-pr.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .github/workflows/security-fix-pr.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading