chore: use new assets file (#1154)

This commit is contained in:
Ludovic Fernandez 2025-02-04 15:15:08 +01:00 committed by GitHub
parent 5421a116d2
commit 1dd93d052e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 38 additions and 9 deletions

View file

@ -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'