Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDave1999 committed Jan 15, 2025
1 parent df903c0 commit fcdb79c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
- '**.csproj'
pull_request:
branches: [dev]
paths:
- '**.cs'
- '**.csproj'
schedule:
- cron: '0 8 * * 4'

Expand All @@ -30,7 +33,7 @@ jobs:
languages: ${{ matrix.language }}

- name: Autobuild
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@v3

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3

0 comments on commit fcdb79c

Please sign in to comment.