add workaround for dependabot related issue (#496)

This commit is contained in:
Atsushi Sakai
2021-04-02 21:43:52 +09:00
committed by GitHub
parent 6bd25b9221
commit d4153bcaa1

View File

@@ -2,6 +2,8 @@ name: "Code scanning - action"
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
schedule:
- cron: '0 19 * * 0'