From 01d13b17e8269da5e7efe243eaa53b8160dd75fd Mon Sep 17 00:00:00 2001 From: Matyas Selmeci Date: Wed, 5 Aug 2026 16:47:39 -0500 Subject: [PATCH] Update GitHub actions to their most recent versions and pin the hashes I only pin the hashes for the non-opensciencegrid actions (actions/checkout and actions/setup-python). --- .github/workflows/build-containers.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-containers.yml b/.github/workflows/build-containers.yml index 7e08a019..d1aec8af 100644 --- a/.github/workflows/build-containers.yml +++ b/.github/workflows/build-containers.yml @@ -24,7 +24,7 @@ jobs: matrix: ${{ steps.set-matrix.outputs.matrix }} image_list: ${{ steps.image-list.outputs.image_list }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: 0 @@ -84,7 +84,7 @@ jobs: run: cat image_list.json - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: '3.x' @@ -121,7 +121,7 @@ jobs: matrix: include: ${{ fromJson(needs.build-image-list.outputs.matrix) }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 # Example of a matrix configuration string: # {el9-23-development-True-False} - name: Print raw matrix configuration @@ -173,7 +173,7 @@ jobs: matrix: include: ${{ fromJson(needs.build-image-list.outputs.matrix) }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 # Example of a matrix configuration string: # {el9-23-development-True-False} - name: Print raw matrix configuration