Skip to content

Commit da5fdc1

Browse files
ci: bump the actions group with 3 updates (#2343)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 7a2c6a8 commit da5fdc1

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

.github/workflows/ci_cd.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -278,23 +278,23 @@ jobs:
278278
279279
- name: Upload integration test logs
280280
if: always()
281-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
281+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
282282
with:
283283
name: integration-test-logs-${{ matrix.docker-image }}
284284
path: tests/integration/logs/integration_tests_logs.txt
285285
retention-days: 7
286286

287287
- name: Upload PyVista generated images (cache and results)
288288
if: always()
289-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
289+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
290290
with:
291291
name: pytest-pyvista-images-${{ matrix.docker-image }}
292292
path: tests/integration/image_cache
293293
retention-days: 7
294294

295295
- name: Upload Coverage Results
296296
if: always()
297-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
297+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
298298
with:
299299
include-hidden-files: true
300300
name: coverage-html-${{ matrix.docker-image }}
@@ -459,15 +459,15 @@ jobs:
459459

460460
- name: Upload integration test logs
461461
if: always()
462-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
462+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
463463
with:
464464
name: integration-test-logs-${{ matrix.docker-image }}
465465
path: tests/integration/logs/integration_tests_logs.txt
466466
retention-days: 7
467467

468468
- name: Upload PyVista generated images (cache and results)
469469
if: always()
470-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
470+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
471471
with:
472472
name: pytest-pyvista-images-${{ matrix.docker-image }}
473473
path: tests/integration/image_cache
@@ -662,14 +662,14 @@ jobs:
662662
cp ./$env:PREVIOUS_VERSION/linux-core-binaries.zip linux-core-binaries.zip
663663
664664
- name: Upload Linux Core service binaries as workflow artifacts
665-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
665+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
666666
with:
667667
name: linux-core-binaries.zip
668668
path: linux-core-binaries.zip
669669
retention-days: 1
670670

671671
- name: Upload Windows Core service binaries as workflow artifacts
672-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
672+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
673673
with:
674674
name: windows-core-binaries.zip
675675
path: windows-core-binaries.zip
@@ -718,7 +718,7 @@ jobs:
718718
python-version: ${{ env.MAIN_PYTHON_VERSION }}
719719

720720
- name: Download Windows binaries for ${{ matrix.mode }}
721-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
721+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
722722
with:
723723
name: ${{ matrix.zip-file }}
724724
path: docker/${{ matrix.zip-file }}
@@ -779,7 +779,7 @@ jobs:
779779
dest: ${{ matrix.docker-file }}
780780

781781
- name: Upload Windows Dockerfile
782-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
782+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
783783
with:
784784
name: ${{ matrix.docker-file }}
785785
path: ${{ matrix.docker-file }}
@@ -830,7 +830,7 @@ jobs:
830830
uses: pyvista/setup-headless-display-action@7d84ae825e6d9297a8e99bdbbae20d1b919a0b19 # v4.2
831831

832832
- name: Download Linux binaries
833-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
833+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
834834
with:
835835
name: linux-core-binaries.zip
836836
path: docker/linux-core-binaries.zip
@@ -878,7 +878,7 @@ jobs:
878878
dest: linux-core-dockerfile.zip
879879

880880
- name: Upload Linux Dockerfile
881-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
881+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
882882
with:
883883
name: linux-core-dockerfile.zip
884884
path: linux-core-dockerfile.zip
@@ -923,7 +923,7 @@ jobs:
923923
contents: write
924924
steps:
925925
- name: "Download the library artifacts from build-library step"
926-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
926+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
927927
with:
928928
name: ${{ env.PACKAGE_NAME }}-artifacts
929929
path: ${{ env.PACKAGE_NAME }}-artifacts

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
persist-credentials: false
2727

2828
- name: Initialize CodeQL
29-
uses: github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
29+
uses: github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
3030
with:
3131
languages: 'python'
3232
config-file: ./.github/codeql-config.yml
3333

3434
- name: Autobuild
35-
uses: github/codeql-action/autobuild@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
35+
uses: github/codeql-action/autobuild@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
3636

3737
# If the Autobuild fails above, remove it and uncomment the following three lines.
3838
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
@@ -42,6 +42,6 @@ jobs:
4242
# ./location_of_script_within_repo/buildscript.sh
4343

4444
- name: Perform CodeQL Analysis
45-
uses: github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
45+
uses: github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
4646
with:
4747
category: "/language:python"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump the actions group with 3 updates

0 commit comments

Comments
 (0)