Skip to content

Commit

Permalink
Update Codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelinux authored Aug 15, 2024
1 parent 3feabcb commit b5a59a9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/Codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ on:
branches: [ "dev" ]
pull_request:
branches: [ "dev" ]
schedule:
- cron: '20 14 * * 1'

permissions:
contents: read
Expand Down Expand Up @@ -44,6 +42,6 @@ jobs:

# Upload the SARIF file generated in the previous step
- name: Upload SARIF results file
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results.sarif

0 comments on commit b5a59a9

Please sign in to comment.