diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 9821e00..35cabc4 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -67,7 +67,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
@@ -95,6 +95,6 @@ jobs:
# exit 1
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
with:
category: "/language:${{matrix.language}}"
diff --git a/Backbone.csproj b/Backbone.csproj
index 75a2156..f44f31a 100644
--- a/Backbone.csproj
+++ b/Backbone.csproj
@@ -14,9 +14,5 @@
true
-
-
-
-
-
+