Skip to content

Commit

Permalink
add autobuild back to codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenegriffin committed Nov 12, 2024
1 parent d7c3f1a commit ef9afcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:
branches: [ "main" ]
schedule:
- cron: '33 1 * * 2'
- cron: '33 1 * * 2' # Run at 1:33 on Tuesdays

jobs:
analyze:
Expand Down Expand Up @@ -54,8 +54,8 @@ jobs:
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
# queries: security-extended,security-and-quality

# - name: Autobuild
# uses: github/codeql-action/autobuild@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
- name: Autobuild
uses: github/codeql-action/autobuild@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1

- name: Perform CodeQL Analysis
id: analyze
Expand Down

0 comments on commit ef9afcc

Please sign in to comment.