mirror of
https://github.com/modelec/modelec.club.git
synced 2026-01-18 16:37:30 +01:00
Fix codeQL
This commit is contained in:
8
.github/workflows/codeQL.yml
vendored
8
.github/workflows/codeQL.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: CodeQL Analysis
|
||||
name: "CodeQL"
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -6,9 +6,9 @@ on:
|
||||
- '**'
|
||||
pull_request:
|
||||
branches:
|
||||
- '**'
|
||||
- '**'
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
- cron: '0 0 * * 0'
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
@@ -27,7 +27,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v3
|
||||
|
||||
1
.github/workflows/deploy-test.yml
vendored
1
.github/workflows/deploy-test.yml
vendored
@@ -36,4 +36,3 @@ jobs:
|
||||
uploads: |
|
||||
./dist => /var/www/modelec.club
|
||||
dry-run: true
|
||||
delete: true
|
||||
|
||||
Reference in New Issue
Block a user