Skip to content

Commit

Permalink
Merge pull request #251 from bervProject/dependabot/github_actions/gi…
Browse files Browse the repository at this point in the history
…thub/codeql-action-3

build(deps): Bump github/codeql-action from 2 to 3
  • Loading branch information
mergify[bot] authored Jan 1, 2024
2 parents c4bf93a + 2bfd470 commit ee41ec8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: csharp
- name: Setup .NET Core
Expand All @@ -40,9 +40,9 @@ jobs:
dotnet-version: "8.0.x"
dotnet-quality: 'preview'
- name: Autobuild
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
build-docker-test:
runs-on: ubuntu-22.04
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit ee41ec8

Please sign in to comment.