mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2026-04-13 23:36:58 +00:00
chore: use new assets file (#1154)
This commit is contained in:
parent
5421a116d2
commit
1dd93d052e
6 changed files with 38 additions and 9 deletions
8
.github/workflows/codeql.yaml
vendored
8
.github/workflows/codeql.yaml
vendored
|
|
@ -2,10 +2,14 @@ name: "Code Scanning - Action"
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [ master ]
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
schedule:
|
||||
- cron: '0 17 * * 5'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue