From 68453073841df757b300c5e727a6f36df9c23cb4 Mon Sep 17 00:00:00 2001 From: Harmen Stoppels Date: Mon, 1 Nov 2021 18:44:03 +0100 Subject: Pin actions to a commit sha instead of tag (#26538) --- .github/workflows/macos_python.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '.github/workflows/macos_python.yml') diff --git a/.github/workflows/macos_python.yml b/.github/workflows/macos_python.yml index 84fcf4be3b..821ba54aa0 100644 --- a/.github/workflows/macos_python.yml +++ b/.github/workflows/macos_python.yml @@ -24,8 +24,8 @@ jobs: name: gcc with clang runs-on: macos-latest steps: - - uses: actions/checkout@v2 - - uses: actions/setup-python@v2 + - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # @v2 + - uses: actions/setup-python@dc73133d4da04e56a135ae2246682783cc7c7cb6 # @v2 with: python-version: 3.9 - name: spack install @@ -39,8 +39,8 @@ jobs: runs-on: macos-latest timeout-minutes: 700 steps: - - uses: actions/checkout@v2 - - uses: actions/setup-python@v2 + - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # @v2 + - uses: actions/setup-python@dc73133d4da04e56a135ae2246682783cc7c7cb6 # @v2 with: python-version: 3.9 - name: spack install @@ -52,8 +52,8 @@ jobs: name: scipy, mpl, pd runs-on: macos-latest steps: - - uses: actions/checkout@v2 - - uses: actions/setup-python@v2 + - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # @v2 + - uses: actions/setup-python@dc73133d4da04e56a135ae2246682783cc7c7cb6 # @v2 with: python-version: 3.9 - name: spack install -- cgit v1.2.3-70-g09d2