mirror of
https://git.studyfor.work/actions/ssh-deploy.git
synced 2026-08-29 05:51:58 -04:00
fix: codeql yaml syntax update
This commit is contained in:
@@ -40,8 +40,8 @@ jobs:
|
|||||||
languages: ${{ matrix.language }}
|
languages: ${{ matrix.language }}
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
npm ci
|
npm ci
|
||||||
npm run build --if-present
|
npm run build --if-present
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@v1
|
uses: github/codeql-action/analyze@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user