[go: nahoru, domu]

Skip to content

Commit

Permalink
CodeQL Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pmachapman committed Dec 22, 2021
1 parent dd9eb2c commit 9490720
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ jobs:
# Prefix the list here with "+" to use these queries and those in the config file.
# queries: ./path/to/local/query, your-org/your-repo/queries@main

- name: Set up dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.*'

# 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: Autobuild
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "5.0.100",
"version": "6.0.100",
"rollForward": "latestMajor"
}
}

0 comments on commit 9490720

Please sign in to comment.