diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 90e5ae8734..3acd982188 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -21,7 +21,7 @@ jobs: runs-on: intel-ubuntu-latest timeout-minutes: 10 steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Ubuntu dependencies run: scripts/install-doxygen.sh - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 @@ -48,7 +48,7 @@ jobs: # env: # CXX: ${{ matrix.cxx }} # steps: -# - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 +# - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 # - name: Generate # run: cmake -B build # - name: Build @@ -82,7 +82,7 @@ jobs: CXX: icpx FI_PROVIDER: tcp steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Set up Intel APT repository run: | # https://www.intel.com/content/www/us/en/docs/oneapi/installation-guide-linux/2024-0/apt.html @@ -142,7 +142,7 @@ jobs: # env: # CXX: icpx # steps: -# - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 +# - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 # - name: Generate # run: cmake -B build -DCMAKE_BUILD_TYPE=${{ matrix.config }} -DENABLE_ISHMEM=on -DENABLE_L0=on -DENABLE_OFI=on -DOFI_PROVIDER=psm3 -DONETILE_PVC=on # - name: Build ISHMEM @@ -171,7 +171,7 @@ jobs: env: CXX: g++-13 steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - run: | echo "creating DEB package is going to be here" @@ -186,7 +186,7 @@ jobs: SPHINXOPTS: -q -W if: ${{ github.ref == 'refs/heads/main' }} steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 with: python-version: '3.10' @@ -198,7 +198,7 @@ jobs: run: | make -C doc/spec html - name: Checkout gh-pages - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: ref: gh-pages path: gh-pages