Skip to content

Commit

Permalink
update CodeQL GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonajgayle committed Sep 18, 2024
1 parent 7af0ac9 commit d6f5ac9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [ develop ]
branches: [ develop, main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ develop ]
branches: [ develop, main ]
schedule:
- cron: '0 8 * * 4'
workflow_dispatch:
Expand Down Expand Up @@ -54,10 +54,10 @@ jobs:

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: 'Install .NET Core 7 SDK'
uses: actions/setup-dotnet@v1
- name: 'Install .NET Core 8 SDK'
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x
- name: 'Restore .NET Dependences'
run: dotnet restore
- name: 'Execute dotnet build'
Expand Down

0 comments on commit d6f5ac9

Please sign in to comment.