diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-10-25 12:51:35 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-25 12:51:35 -0600 |
| commit | fd411cda182b6d99d67d6a8d60c2f5e0d12bf0b6 (patch) | |
| tree | 2f457eed672fcc84b115c6082b0836dbda756d43 /.github/workflows/ci-codeql-analysis.yml | |
| parent | abd6649e5d55ea0a582f4c3042466b352d5998d0 (diff) | |
Update CI dependencies (#12869)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/ci-codeql-analysis.yml')
| -rw-r--r-- | .github/workflows/ci-codeql-analysis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci-codeql-analysis.yml b/.github/workflows/ci-codeql-analysis.yml index 6ec21dc84..1c55437a4 100644 --- a/.github/workflows/ci-codeql-analysis.yml +++ b/.github/workflows/ci-codeql-analysis.yml @@ -20,9 +20,9 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Setup .NET - uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1 + uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0 with: dotnet-version: '8.0.x' |
