diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-05-16 22:24:50 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-16 22:24:50 +0000 |
| commit | 45fc7342f5b921f206356f823d9978b23b52be08 (patch) | |
| tree | 67484e87a0ec17e1b8677cb2c5f96d935abd0d38 /.github/workflows/ci-codeql-analysis.yml | |
| parent | 0cc5cc796dadba2b397f8f56ade82800e9b256bb (diff) | |
Update actions/checkout action to v4.1.6
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 9026c5fae..0094cdc96 100644 --- a/.github/workflows/ci-codeql-analysis.yml +++ b/.github/workflows/ci-codeql-analysis.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - name: Setup .NET uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0 with: |
