Skip to content

Commit 566732a

Browse files
authored
Merge pull request #62 from smdn/dependabot/github_actions/github-actions-workflows-482cce8a3d
Bump the github-actions-workflows group with 2 updates
2 parents cb05c2c + 20a32c3 commit 566732a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

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

5656
steps:
5757
- name: Checkout repository
58-
uses: actions/checkout@v5.0.1
58+
uses: actions/checkout@v6.0.0
5959

6060
- name: Initialize CodeQL
6161
uses: github/codeql-action/init@v4
@@ -88,7 +88,7 @@ jobs:
8888
8989
- name: Install .NET SDK ${{ steps.dotnet-sdk-version.outputs.install-dotnet-sdk-version }}
9090
if: ${{ (matrix.build-mode == 'manual') && (matrix.language == 'csharp') && (steps.dotnet-sdk-version.outputs.install-dotnet-sdk-version != '') }}
91-
uses: actions/setup-dotnet@v5.0.0
91+
uses: actions/setup-dotnet@v5.0.1
9292
with:
9393
dotnet-version: '${{ steps.dotnet-sdk-version.outputs.install-dotnet-sdk-version }}'
9494

0 commit comments

Comments
 (0)