Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
heqianwang committed Apr 3, 2024
2 parents db88ba6 + f675469 commit b161760
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Semgrep scan

on:
pull_request:
branches: ["main", "master"]
branches: ["main"]
workflow_dispatch: {}
schedule:
- cron: "10 22 * * 6"
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.201",
"version": "8.0.203",
"rollForward": "latestMinor",
"allowPrerelease": false
}
Expand Down

0 comments on commit b161760

Please sign in to comment.