diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 9777231..e5fda31 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -29,11 +29,11 @@ jobs: steps: - name: Checkout for centos7 if: ${{ matrix.os == 'centos7' }} - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Checkout for rhel8 if: ${{ matrix.os == 'rhel8' }} - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL for centos7