mirror of
https://github.com/actions/stale.git
synced 2025-12-11 12:37:27 +00:00
Update workflows to use reusable-workflows
This commit is contained in:
22
.github/workflows/codeql-analysis.yml
vendored
22
.github/workflows/codeql-analysis.yml
vendored
@@ -6,22 +6,10 @@ on:
|
||||
pull_request:
|
||||
branches: [main]
|
||||
schedule:
|
||||
- cron: '23 19 * * 0'
|
||||
- cron: '0 3 * * 0'
|
||||
|
||||
jobs:
|
||||
CodeQL-Build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v2
|
||||
with:
|
||||
languages: 'javascript'
|
||||
|
||||
- name: Autobuild
|
||||
uses: github/codeql-action/autobuild@v2
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v2
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user