From b8de5068bff96b42bc7fa2bd295a1f320e35232f Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Tue, 11 Nov 2025 13:19:07 +0300 Subject: [PATCH 1/2] chore: remove explicit IL packages --- Backbone.csproj | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Backbone.csproj b/Backbone.csproj index 75a2156..f44f31a 100644 --- a/Backbone.csproj +++ b/Backbone.csproj @@ -14,9 +14,5 @@ true - - - - - + From 9e4fcef860dbbf3d00d131a9f3f2160a6af10e46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 14:58:14 +0300 Subject: [PATCH 2/2] build(deps): bump github/codeql-action from 3 to 4 (#11) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v3...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}}"