From 4b1cb95efb52326d8097af4720b21b036c0ebff0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 11:10:28 +0000 Subject: [PATCH] chore(deps): Bump the github-actions-dependencies group with 3 updates Bumps the github-actions-dependencies group with 3 updates: [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment), [dotnet/nbgv](https://github.com/dotnet/nbgv) and [github/codeql-action](https://github.com/github/codeql-action). Updates `marocchino/sticky-pull-request-comment` from 3.0.4 to 3.0.5 - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](https://github.com/marocchino/sticky-pull-request-comment/compare/v3.0.4...v3.0.5) Updates `dotnet/nbgv` from 305c840d64f86cec5a7727df1c19b3282d468220 to 293b36ef77470c667752f376b0515d02a92ba66c - [Release notes](https://github.com/dotnet/nbgv/releases) - [Commits](https://github.com/dotnet/nbgv/compare/305c840d64f86cec5a7727df1c19b3282d468220...293b36ef77470c667752f376b0515d02a92ba66c) Updates `github/codeql-action` from 4.36.3 to 4.37.0 - [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/v4.36.3...v4.37.0) --- updated-dependencies: - dependency-name: marocchino/sticky-pull-request-comment dependency-version: 3.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: dotnet/nbgv dependency-version: 293b36ef77470c667752f376b0515d02a92ba66c dependency-type: direct:production dependency-group: github-actions-dependencies - dependency-name: github/codeql-action dependency-version: 4.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/codeql.yml | 4 ++-- .github/workflows/pr-validation.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1023467f..217e2487 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -122,7 +122,7 @@ jobs: - name: Add coverage summary to PR if: always() && github.event_name == 'pull_request' - uses: marocchino/sticky-pull-request-comment@v3.0.4 + uses: marocchino/sticky-pull-request-comment@v3.0.5 with: recreate: true message: | @@ -153,7 +153,7 @@ jobs: - name: Determine version (NBGV) id: nbgv - uses: dotnet/nbgv@305c840d64f86cec5a7727df1c19b3282d468220 # node24 (unreleased past v0.5.1; pin SHA until v0.5.2 ships) + uses: dotnet/nbgv@293b36ef77470c667752f376b0515d02a92ba66c # node24 (unreleased past v0.5.1; pin SHA until v0.5.2 ships) with: setAllVars: true diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c9294aa7..87887b44 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -26,7 +26,7 @@ jobs: global-json-file: global.json - name: Initialize CodeQL - uses: github/codeql-action/init@v4.36.3 + uses: github/codeql-action/init@v4.37.0 with: languages: csharp @@ -34,4 +34,4 @@ jobs: run: dotnet build --configuration Release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v4.36.3 + uses: github/codeql-action/analyze@v4.37.0 diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index 8d300001..68695055 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -37,7 +37,7 @@ jobs: - name: Determine version (NBGV) id: nbgv - uses: dotnet/nbgv@305c840d64f86cec5a7727df1c19b3282d468220 # node24 (unreleased past v0.5.1; pin SHA until v0.5.2 ships) + uses: dotnet/nbgv@293b36ef77470c667752f376b0515d02a92ba66c # node24 (unreleased past v0.5.1; pin SHA until v0.5.2 ships) with: setAllVars: true