From 5659e2f958d7aa515404d62573b36a572aa16304 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 11:03:59 +0200 Subject: [PATCH] build(deps): bump github/codeql-action from 3.25.6 to 3.25.7 (#3402) --- .github/workflows/codeql-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 266da314ca..e87c15f4bf 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -35,7 +35,7 @@ jobs: uses: ./.github/actions/environment - name: Initialize CodeQL - uses: github/codeql-action/init@9fdb3e49720b44c48891d036bb502feb25684276 # pin@v2 + uses: github/codeql-action/init@f079b8493333aace61c81488f8bd40919487bd9f # pin@v2 with: languages: csharp @@ -46,6 +46,6 @@ jobs: run: dotnet build Sentry-CI-CodeQL.slnf --no-restore --nologo - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@9fdb3e49720b44c48891d036bb502feb25684276 # pin@v2 + uses: github/codeql-action/analyze@f079b8493333aace61c81488f8bd40919487bd9f # pin@v2 with: category: '/language:csharp'