Skip to content

Commit

Permalink
Merge pull request #458 from CycloneDX/chore/codeql-scheduled-manual
Browse files Browse the repository at this point in the history
chore: CodeQL run scheduled and manual
  • Loading branch information
nscuro committed May 3, 2024
2 parents 226b71c + 1fc2435 commit 5cd08a3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
pull_request:
branches:
- main
workflow_dispatch: { }
schedule:
- cron: "42 23 * * 5" # run friday night

permissions: { }

Expand All @@ -27,4 +30,4 @@ jobs:
- name: Run Autobuild
uses: github/codeql-action/autobuild@cdcdbb579706841c47f7063dda365e292e5cad7a # tag=v2.11.2
- name: Perform Analysis
uses: github/codeql-action/analyze@cdcdbb579706841c47f7063dda365e292e5cad7a # tag=v2.11.2
uses: github/codeql-action/analyze@cdcdbb579706841c47f7063dda365e292e5cad7a # tag=v2.11.2

0 comments on commit 5cd08a3

Please sign in to comment.