diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-04-12 18:36:52 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-12 18:36:52 +0000 |
| commit | 486a4f14964525dae2b0747f91b2d88873c83328 (patch) | |
| tree | 14ac13d522d5056afe68ebbe0efe5c2987d0f5e5 /.github/workflows/codeql-analysis.yml | |
| parent | 7432f9fab2ed98c2b5ce3fe6d076e3356abbe3e3 (diff) | |
Update actions/checkout action to v3.5.1
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 821282e24..044d02e23 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0 + uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1 - name: Setup .NET uses: actions/setup-dotnet@607fce577a46308457984d59e4954e075820f10a # v3.0.3 with: |
