diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-07-20 23:46:21 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-20 23:46:21 +0000 |
| commit | 25011224cf2efdeac08a177df75192658bae8018 (patch) | |
| tree | baf64a1747387c3f615d1fc0efe2e944556902e1 /.github/workflows/ci-codeql-analysis.yml | |
| parent | 191be0931e611881592b86f1202e4a90f5593870 (diff) | |
Update actions/checkout action to v7.0.1
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 bc7ef7f5da..a55a400008 100644 --- a/.github/workflows/ci-codeql-analysis.yml +++ b/.github/workflows/ci-codeql-analysis.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Setup .NET uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6.0.0 |
