Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Don't run code quality on dependabot branches (#1892)
* Update codeql.yml

https://github.com/microsoft/fhir-server/pull/1872/checks?check_run_id=2444726685

Workflows triggered by Dependabot on the "push" event run with read-only access. Uploading Code Scanning results requires write access. To use Code Scanning with Dependabot, please ensure you are using the "pull_request" event for this workflow and avoid triggering on the "push" event for Dependabot branches
  • Loading branch information
Ivan Matantsev committed Apr 28, 2021
1 parent 702872f commit 7e1661d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql.yml
Expand Up @@ -2,6 +2,8 @@ name: "Code Scanning - Action"

on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
schedule:
- cron: '0 0 * * 0'
Expand Down

0 comments on commit 7e1661d

Please sign in to comment.