diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-08-24 18:35:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-24 18:35:57 +0200 |
| commit | b40f5d0b7d9bb7359214431c1dcb2202902ef2ad (patch) | |
| tree | fc3cc1b98d5fd654a1cc9102082a72a6716d5ba0 /.github/workflows/codeql-analysis.yml | |
| parent | a1f527be007685332f35ff3d02420e5e32ef5bd4 (diff) | |
chore(deps): update actions/checkout action to v3.6.0 (#10149)
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 1f81a332d..72381fd3d 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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - name: Setup .NET uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3.2.0 with: |
