From 6282f4d6e0bf999c2e74bee6bda19d1f0f750928 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 18:54:06 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to ac59398 --- .github/workflows/codeql_analysis.yml | 2 +- .github/workflows/qodana_scan.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql_analysis.yml b/.github/workflows/codeql_analysis.yml index 62cade6e..45aec959 100644 --- a/.github/workflows/codeql_analysis.yml +++ b/.github/workflows/codeql_analysis.yml @@ -14,7 +14,7 @@ jobs: security-events: write steps: - name: Checkout repository - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3 + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3 - name: Initialize CodeQL uses: github/codeql-action/init@a669cc5936cc5e1b6a362ec1ff9e410dc570d190 # v2 with: diff --git a/.github/workflows/qodana_scan.yml b/.github/workflows/qodana_scan.yml index 96f7c4ea..54eb84aa 100644 --- a/.github/workflows/qodana_scan.yml +++ b/.github/workflows/qodana_scan.yml @@ -8,7 +8,7 @@ jobs: qodana: runs-on: ubuntu-latest steps: - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3 + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3 with: fetch-depth: 0 - name: 'Qodana Scan'