diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-03-05 06:38:13 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-05 06:38:13 +0000 |
| commit | c843c71003cf0b758089a09f345e650fb0159f55 (patch) | |
| tree | be23ddd27ba628ca8b81ebaaab8a1a0e645ef69d /.github/workflows/ci-codeql-analysis.yml | |
| parent | a7c95ab00954ff57ef76055bddc67eca15f36e35 (diff) | |
Update actions/setup-dotnet action to v5.2.0
Diffstat (limited to '.github/workflows/ci-codeql-analysis.yml')
| -rw-r--r-- | .github/workflows/ci-codeql-analysis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-codeql-analysis.yml b/.github/workflows/ci-codeql-analysis.yml index 00fabda93..a93b4a535 100644 --- a/.github/workflows/ci-codeql-analysis.yml +++ b/.github/workflows/ci-codeql-analysis.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup .NET - uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1.0 + uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0 with: dotnet-version: '10.0.x' |
