Skip to content

Commit

Permalink
Updating security workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
recurly-bearley committed Dec 6, 2023
1 parent bb559c1 commit 611de30
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
# Contact us in the security slack channel for concerns
name: "Security check - CodeQL"

on: [pull_request, workflow_dispatch]
on:
pull_request:
workflow_dispatch:
push:
branches:
- ${{ github.event.repository.default_branch }}

jobs:
analyze:
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Security check - Semgrep

on: [pull_request, workflow_dispatch]
on:
pull_request:
workflow_dispatch:
push:
branches:
- ${{ github.event.repository.default_branch }}

jobs:
run:
Expand Down

0 comments on commit 611de30

Please sign in to comment.