Skip to content

Commit 05065db

Browse files
Merge pull request #362 from AzureAD/dependabot/github_actions/github/codeql-action-3
Bump github/codeql-action from 2 to 3
2 parents 553836e + 9c5b63e commit 05065db

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/dotnet-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,18 @@ jobs:
5151

5252
# Initializes the CodeQL tools for scanning.
5353
- name: Initialize CodeQL
54-
uses: github/codeql-action/init@v2
54+
uses: github/codeql-action/init@v3
5555
with:
5656
languages: csharp
5757

5858
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
5959
# If this step fails, then you should remove it and run the build manually (see below)
6060
- name: Autobuild
61-
uses: github/codeql-action/autobuild@v2
61+
uses: github/codeql-action/autobuild@v3
6262
env:
6363
ADO_TOKEN: ${{ secrets.ADO_TOKEN }}
6464

6565
- name: Perform CodeQL Analysis
66-
uses: github/codeql-action/analyze@v2
66+
uses: github/codeql-action/analyze@v3
6767
with:
6868
category: "/language:csharp"

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
# Initializes the CodeQL tools for scanning.
5656
- name: Initialize CodeQL
57-
uses: github/codeql-action/init@v2
57+
uses: github/codeql-action/init@v3
5858
with:
5959
languages: csharp
6060

@@ -70,7 +70,7 @@ jobs:
7070
run: dotnet test --no-restore --configuration release
7171

7272
- name: Perform CodeQL Analysis
73-
uses: github/codeql-action/analyze@v2
73+
uses: github/codeql-action/analyze@v3
7474

7575
- name: Build artifacts
7676
run: dotnet publish src/AzureAuth/AzureAuth.csproj -p:Version=${{ github.event.inputs.version }} --configuration release --self-contained true --runtime ${{ matrix.runtime }} --output dist/${{ matrix.runtime }}

0 commit comments

Comments
 (0)