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 611de30 commit 7f69d4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ on:
workflow_dispatch:
push:
branches:
- ${{ github.event.repository.default_branch }}
- staging
- main
- master

jobs:
analyze:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ on:
workflow_dispatch:
push:
branches:
- ${{ github.event.repository.default_branch }}
- staging
- main
- master

jobs:
run:
Expand Down

0 comments on commit 7f69d4b

Please sign in to comment.