From 77ece49fb1c32d0da4d47f9f644ce65db524d3a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 11:14:30 +0000 Subject: [PATCH] chore(deps): Bump the github-actions-dependencies group with 2 updates Bumps the github-actions-dependencies group with 2 updates: [dotnet/nbgv](https://github.com/dotnet/nbgv) and [github/codeql-action](https://github.com/github/codeql-action). Updates `dotnet/nbgv` from ac67c7ee2e5c3b12feb09df8af3484e4ecf009bb to a776da7e5cb9880ff2cd046e8148564a462de00e - [Release notes](https://github.com/dotnet/nbgv/releases) - [Commits](https://github.com/dotnet/nbgv/compare/ac67c7ee2e5c3b12feb09df8af3484e4ecf009bb...a776da7e5cb9880ff2cd046e8148564a462de00e) Updates `github/codeql-action` from 4.37.6 to 4.37.7 - [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.37.6...v4.37.7) --- updated-dependencies: - dependency-name: dotnet/nbgv dependency-version: a776da7e5cb9880ff2cd046e8148564a462de00e dependency-type: direct:production dependency-group: github-actions-dependencies - dependency-name: github/codeql-action dependency-version: 4.37.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/codeql.yml | 4 ++-- .github/workflows/pr-validation.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c9b8b7..69bedd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -425,7 +425,7 @@ jobs: - name: Determine version (NBGV) id: nbgv - uses: dotnet/nbgv@ac67c7ee2e5c3b12feb09df8af3484e4ecf009bb # v0.4.x — pinned for supply-chain integrity + uses: dotnet/nbgv@a776da7e5cb9880ff2cd046e8148564a462de00e # v0.4.x — pinned for supply-chain integrity with: setAllVars: true diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 600ebc7..6002fd9 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -27,7 +27,7 @@ jobs: dotnet-version: 10.0.x - name: Initialize CodeQL - uses: github/codeql-action/init@v4.37.6 + uses: github/codeql-action/init@v4.37.7 with: languages: csharp @@ -35,4 +35,4 @@ jobs: run: dotnet build Flawright.slnx --configuration Release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v4.37.6 + uses: github/codeql-action/analyze@v4.37.7 diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index 15ba55a..9486de5 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -46,7 +46,7 @@ jobs: - name: Determine version (NBGV) id: nbgv - uses: dotnet/nbgv@ac67c7ee2e5c3b12feb09df8af3484e4ecf009bb # v0.4.x — pinned for supply-chain integrity + uses: dotnet/nbgv@a776da7e5cb9880ff2cd046e8148564a462de00e # v0.4.x — pinned for supply-chain integrity with: setAllVars: true