Skip to content
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.

Commit

Permalink
1: Run the CodeQL security scanning every day
Browse files Browse the repository at this point in the history
  • Loading branch information
halprin committed Oct 6, 2022
1 parent f71d86d commit 0908e26
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Daily

on:
schedule:
- cron: '0 0 * * *'

jobs:

securityScanAnalyze:
name: CodeQL Security Scan
uses: ./.github/workflows/codeql_reusable.yml

0 comments on commit 0908e26

Please sign in to comment.