diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-03-17 04:59:58 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-17 04:59:58 +0000 |
| commit | 747fa4699a003db7e574b18e76f6c0b491bf8b21 (patch) | |
| tree | a20600d4abb3d95350ba74ecaba3c6575f63e4d7 /.github/workflows/ci-codeql-analysis.yml | |
| parent | 6104d8d5f9f8958878a1e108b59c66c06d3f162b (diff) | |
Update actions/setup-dotnet action to v4.3.1
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 850214fec..4fe073a63 100644 --- a/.github/workflows/ci-codeql-analysis.yml +++ b/.github/workflows/ci-codeql-analysis.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Setup .NET - uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0 + uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1 with: dotnet-version: '9.0.x' |
