Skip to content

Commit

Permalink
Updated CodeQL config
Browse files Browse the repository at this point in the history
  • Loading branch information
Scandal-UK committed Jan 17, 2024
1 parent 66406b2 commit 2cb3e93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup .NET
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'
dotnet-version: '8.x'

- name: Initialise CodeQL
uses: github/codeql-action/init@v2
Expand Down

0 comments on commit 2cb3e93

Please sign in to comment.