Skip to content

Commit

Permalink
Merge branch 'main' of github.com:shubhamranjan/dotnet-etcd
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamranjan committed Nov 9, 2022
2 parents 3a8b368 + 53c6259 commit 4db4737
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 @@ -16,10 +16,10 @@ jobs:
uses: actions/checkout@v2


- name: Setup .NET 6.0
- name: Setup .NET 7.0
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.*
dotnet-version: 7.0.*

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand All @@ -30,7 +30,7 @@ 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: Autobuild
uses: github/codeql-action/autobuild@v1
uses: github/codeql-action/autobuild@v2

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand Down

0 comments on commit 4db4737

Please sign in to comment.