diff --git a/.github/workflows/codeql_analysis.yml b/.github/workflows/codeql_analysis.yml index 99a54b95..b8c5671f 100644 --- a/.github/workflows/codeql_analysis.yml +++ b/.github/workflows/codeql_analysis.yml @@ -13,7 +13,7 @@ jobs: security-events: write steps: - name: Checkout repository - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3 + uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3 - name: Initialize CodeQL uses: github/codeql-action/init@67a35a08586135a9573f4327e904ecbf517a882d # v2 with: diff --git a/.github/workflows/qodana_scan.yml b/.github/workflows/qodana_scan.yml index bf3be44e..5969d393 100644 --- a/.github/workflows/qodana_scan.yml +++ b/.github/workflows/qodana_scan.yml @@ -7,7 +7,7 @@ jobs: qodana: runs-on: ubuntu-latest steps: - - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3 + - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3 with: fetch-depth: 0 - name: 'Qodana Scan'