Skip to content

Commit c6987b2

Browse files
Copilotsphildreth
andcommitted
Improve CodeQL workflow configuration based on code review feedback
Co-authored-by: sphildreth <193334+sphildreth@users.noreply.github.com>
1 parent 9d8f311 commit c6987b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
pull_request:
1818
branches: [ "main" ]
1919
schedule:
20-
- cron: '0 0 * * 0' # Weekly scan on Sundays at midnight
20+
- cron: '0 0 * * 0' # Weekly scan on Sundays at midnight UTC
2121

2222
permissions:
2323
actions: read
@@ -28,7 +28,7 @@ jobs:
2828
analyze:
2929
name: Analyze
3030
runs-on: ubuntu-latest
31-
timeout-minutes: 360
31+
timeout-minutes: 120
3232

3333
strategy:
3434
fail-fast: false

0 commit comments

Comments
 (0)