diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml deleted file mode 100644 index c08ed53..0000000 --- a/.github/workflows/codeql-analysis.yml +++ /dev/null @@ -1,21 +0,0 @@ -# Reusable workflow for code analysis; to eject, you can replace this file with -# https://github.com/ryansonshine/ryansonshine/blob/main/.github/workflows/codeql-analysis.yml -name: "CodeQL" - -permissions: - security-events: write - actions: read - contents: read - -on: - push: - branches: [main] - pull_request: - # The branches below must be a subset of the branches above - branches: [main] - schedule: - - cron: "36 7 * * 6" - -jobs: - analyze: - uses: ryansonshine/ryansonshine/.github/workflows/codeql-analysis.yml@main