diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2021-01-23 14:41:03 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-23 14:41:03 -0500 |
| commit | 3bf7e18886840307d56a304f1a2d28c95ce678d8 (patch) | |
| tree | 597f425816c85a978d046fada11686f7aaebd94e /.github | |
| parent | c5e9d5602877f36192a5b30a0b6785a595c2fc43 (diff) | |
| parent | a087ab389a1530a4bfb7efb3a29cec07aa06b10d (diff) | |
Merge pull request #5031 from crobibero/5.0.2
Update to dotnet 5.0.2
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/codeql-analysis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 5388948189..3e456f9093 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -24,7 +24,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: '5.0.100' + dotnet-version: '5.0.x' - name: Initialize CodeQL uses: github/codeql-action/init@v1 with: |
