Skip to content

Commit

Permalink
Update codeql-analysis-csharp.yaml
Browse files Browse the repository at this point in the history
update codeql version to the higher version
  • Loading branch information
yangx17 authored Jan 8, 2025
1 parent 2c9c033 commit bed5ad0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis-csharp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ jobs:
browser: [FIREFOX,CHROME]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: ${{ env.DOTNET_VERSION }}

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: "csharp"
queries: security-extended # security-and-quality
Expand All @@ -52,7 +52,7 @@ jobs:
run: dotnet build lib/PuppeteerSharp.sln

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3


# analyze:
Expand Down

0 comments on commit bed5ad0

Please sign in to comment.