diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 969a0183..580c436d 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -25,13 +25,13 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd with: check-latest: true # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 + uses: github/codeql-action/init@19b2f06db2b6f5108140aeb04014ef02b648f789 with: languages: ${{ matrix.language }} @@ -49,6 +49,6 @@ jobs: run: make -j - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 + uses: github/codeql-action/analyze@19b2f06db2b6f5108140aeb04014ef02b648f789 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/linux_build_gcc.yml b/.github/workflows/linux_build_gcc.yml index f2f4bcac..a1232fd4 100644 --- a/.github/workflows/linux_build_gcc.yml +++ b/.github/workflows/linux_build_gcc.yml @@ -18,7 +18,7 @@ jobs: - run: sudo apt install -y automake libtool pkg-config libssl-dev libz-dev nasm libnuma-dev autoconf-archive - name: Checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd with: repository: intel/qatlib check-latest: true diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 39493f9d..0223a779 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -16,7 +16,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd with: persist-credentials: false check-latest: true @@ -36,6 +36,6 @@ jobs: retention-days: 5 - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 + uses: github/codeql-action/upload-sarif@19b2f06db2b6f5108140aeb04014ef02b648f789 with: sarif_file: results.sarif