We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb05c2c + 20a32c3 commit 566732aCopy full SHA for 566732a
.github/workflows/codeql-analysis.yml
@@ -55,7 +55,7 @@ jobs:
55
56
steps:
57
- name: Checkout repository
58
- uses: actions/checkout@v5.0.1
+ uses: actions/checkout@v6.0.0
59
60
- name: Initialize CodeQL
61
uses: github/codeql-action/init@v4
@@ -88,7 +88,7 @@ jobs:
88
89
- name: Install .NET SDK ${{ steps.dotnet-sdk-version.outputs.install-dotnet-sdk-version }}
90
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
+ uses: actions/setup-dotnet@v5.0.1
92
with:
93
dotnet-version: '${{ steps.dotnet-sdk-version.outputs.install-dotnet-sdk-version }}'
94
0 commit comments