|
24 | 24 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
25 | 25 | - name: Ubuntu dependencies
|
26 | 26 | run: scripts/install-doxygen.sh
|
27 |
| - - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 |
| 27 | + - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 |
28 | 28 | with:
|
29 | 29 | python-version: '3.10'
|
30 | 30 | cache: 'pip'
|
|
55 | 55 | # run: make -C build -j
|
56 | 56 | # - name: Unit tests
|
57 | 57 | # run: ctest --test-dir build -L TESTLABEL -j 4
|
58 |
| -# - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 |
| 58 | +# - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 |
59 | 59 | # if: always()
|
60 | 60 | # with:
|
61 | 61 | # name: log-gcc-${{ env.CXX }}
|
@@ -111,7 +111,7 @@ jobs:
|
111 | 111 | run: |
|
112 | 112 | . /opt/intel/oneapi/setvars.sh
|
113 | 113 | ctest --test-dir build --output-on-failure -L TESTLABEL -j 4
|
114 |
| - - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 |
| 114 | + - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 |
115 | 115 | if: always()
|
116 | 116 | with:
|
117 | 117 | name: log-pvc-impi-icpx-${{ matrix.config }}
|
@@ -152,7 +152,7 @@ jobs:
|
152 | 152 | # - name: MP unit tests
|
153 | 153 | # # run: srun -p cluster scripts/run_command_on_compute_node.sh build/Testing/mptests.outerr.txt ctest --test-dir build -R ^mp-tests-sycl -L MP -j 4
|
154 | 154 | # run: ctest --test-dir build -R ^mp-tests-sycl -L MP -j 4
|
155 |
| -# - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 |
| 155 | +# - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 |
156 | 156 | # if: always()
|
157 | 157 | # with:
|
158 | 158 | # name: log-ishmem-impi-icpx-${{ matrix.config }}
|
@@ -187,7 +187,7 @@ jobs:
|
187 | 187 | if: ${{ github.ref == 'refs/heads/main' }}
|
188 | 188 | steps:
|
189 | 189 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
190 |
| - - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 |
| 190 | + - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 |
191 | 191 | with:
|
192 | 192 | python-version: '3.10'
|
193 | 193 | cache: 'pip'
|
|
0 commit comments