This repository has been archived by the owner on Dec 26, 2023. It is now read-only.
chore(deps): update all non-major dependencies #352
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |