diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-05-29 13:42:21 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-29 13:42:21 +0000 |
| commit | 58473aa343ba32a2a302789c122c291572625182 (patch) | |
| tree | 3205ce1f59b1fe2d98fb9cba50ca4fef407ad9fa /.github/workflows/codeql-analysis.yml | |
| parent | 1bf78409361996621981392e7f27dfc377ce49cc (diff) | |
chore(deps): update actions/setup-dotnet action to v3.2.0
Diffstat (limited to '.github/workflows/codeql-analysis.yml')
| -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 9a929a8b04..9ee292f798 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout repository uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 - name: Setup .NET - uses: actions/setup-dotnet@aa983c550dfda0d1722b6ac6aed55724ffacc6d3 # v3.1.0 + uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3.2.0 with: dotnet-version: '7.0.x' |
