mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-19 21:04:45 +00:00
Update workflows to use reusable-workflows
This commit is contained in:
parent
377c6dae40
commit
da188081b1
4 changed files with 27 additions and 68 deletions
14
.github/workflows/codeql-analysis.yml
vendored
Normal file
14
.github/workflows/codeql-analysis.yml
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
name: CodeQL analysis
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
schedule:
|
||||
- cron: '0 3 * * 0'
|
||||
|
||||
jobs:
|
||||
call-codeQL-analysis:
|
||||
name: CodeQL analysis
|
||||
#uses: actions/reusable-workflows/.github/workflows/codeql-analysis.yml@main
|
||||
uses: IvanZosimov/reusable-workflows/.github/workflows/codeql-analysis.yml@main
|
Loading…
Add table
Add a link
Reference in a new issue