parent
1e00bed001
commit
10400abfb7
1 changed files with 3 additions and 3 deletions
6
.github/workflows/codeql.yml
vendored
6
.github/workflows/codeql.yml
vendored
|
|
@ -17,8 +17,8 @@ permissions:
|
||||||
on:
|
on:
|
||||||
# push:
|
# push:
|
||||||
# branches: [ "main" ]
|
# branches: [ "main" ]
|
||||||
schedule:
|
# schedule:
|
||||||
- cron: '24 14 * * 0'
|
# - cron: '24 14 * * 0'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
@ -101,7 +101,7 @@ jobs:
|
||||||
token: ${{ secrets.SECURITY_TOKEN }}
|
token: ${{ secrets.SECURITY_TOKEN }}
|
||||||
|
|
||||||
- name: GitHub Upload Release Artifacts
|
- name: GitHub Upload Release Artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: report
|
name: report
|
||||||
path: |
|
path: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue