Skip to content

Commit 5e3ced0

Browse files
committed
Remove HEAD^2 from codeql
1 parent 3e8b34f commit 5e3ced0

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ jobs:
2222
dotnet-version: 6.0.x
2323
include-prerelease: true
2424

25-
- run: git checkout HEAD^2
26-
if: ${{ github.event_name == 'pull_request' }}
27-
2825
- name: Initialize CodeQL
2926
uses: github/codeql-action/init@v1
3027

LinkDotNet.Blog.IntegrationTests/Infrastructure/Persistence/RavenDb/BlogPostRepositoryTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ namespace LinkDotNet.Blog.IntegrationTests.Infrastructure.Persistence.RavenDb
1313
{
1414
public sealed class BlogPostRepositoryTests : RavenTestDriver
1515
{
16+
private static bool serverRunning;
1617
private readonly IDocumentStore store;
1718
private readonly IRepository<BlogPost> sut;
18-
private static bool serverRunning;
1919

2020
public BlogPostRepositoryTests()
2121
{

0 commit comments

Comments
 (0)