diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-10-17 18:15:17 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-17 18:15:17 -0600 |
| commit | 1c4b0be85dbe4aac026060ea585cbbf9a6a33a69 (patch) | |
| tree | 15ff7fc83f39437a0796ed56fde23affdbcfa6bf /.github/workflows/codeql-analysis.yml | |
| parent | 089876170a36346955fb82f849fa8713844e4be3 (diff) | |
Update actions/checkout action to v4.1.1 (#10427)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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 8385e84bf..a5f36eab4 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Setup .NET uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3.2.0 with: |
