diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index b0885e1ab3cb69..9f4b80c1447a15 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -37,7 +37,7 @@ jobs: # - https://github.blog/2022-04-12-git-security-vulnerability-announced/ # - https://github.com/actions/checkout/issues/760 git config --global --add safe.directory /__w/spack/spack - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2 + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # @v2 - name: Setup repo and non-root user run: | git --version @@ -75,7 +75,7 @@ jobs: # - https://github.com/actions/checkout/issues/760 # - http://changelogs.ubuntu.com/changelogs/pool/main/g/git/git_2.25.1-1ubuntu3.3/changelog git config --global --add safe.directory /__w/spack/spack - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2 + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # @v2 - name: Setup repo and non-root user run: | git --version @@ -112,7 +112,7 @@ jobs: # - https://github.com/actions/checkout/issues/760 # - http://changelogs.ubuntu.com/changelogs/pool/main/g/git/git_2.25.1-1ubuntu3.3/changelog git config --global --add safe.directory /__w/spack/spack - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2 + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # @v2 - name: Setup repo and non-root user run: | git --version @@ -140,7 +140,7 @@ jobs: bzip2 curl file gcc-c++ gcc gcc-fortran tar git gpg2 gzip \ make patch unzip which xz python3 python3-devel tree \ cmake bison - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2 + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # @v2 - name: Setup repo and non-root user run: | git --version @@ -162,7 +162,7 @@ jobs: - name: Install dependencies run: | brew install cmake bison@2.7 tree - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2 + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # @v2 - name: Bootstrap clingo run: | source share/spack/setup-env.sh @@ -181,7 +181,7 @@ jobs: - name: Install dependencies run: | brew install tree - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2 + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # @v2 - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 # @v2 with: python-version: ${{ matrix.python-version }} @@ -198,7 +198,7 @@ jobs: matrix: python-version: ['2.7', '3.5', '3.6', '3.7', '3.8', '3.9', '3.10'] steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2 + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # @v2 - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 # @v2 with: python-version: ${{ matrix.python-version }} @@ -234,7 +234,7 @@ jobs: # - https://github.com/actions/checkout/issues/760 # - http://changelogs.ubuntu.com/changelogs/pool/main/g/git/git_2.25.1-1ubuntu3.3/changelog git config --global --add safe.directory /__w/spack/spack - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Setup repo and non-root user run: | git --version @@ -271,7 +271,7 @@ jobs: # - https://github.com/actions/checkout/issues/760 # - http://changelogs.ubuntu.com/changelogs/pool/main/g/git/git_2.25.1-1ubuntu3.3/changelog git config --global --add safe.directory /__w/spack/spack - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Setup repo and non-root user run: | git --version @@ -296,7 +296,7 @@ jobs: brew install tree # Remove GnuPG since we want to bootstrap it sudo rm -rf /usr/local/bin/gpg - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Bootstrap GnuPG run: | source share/spack/setup-env.sh @@ -312,7 +312,7 @@ jobs: brew install gawk tree # Remove GnuPG since we want to bootstrap it sudo rm -rf /usr/local/bin/gpg - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Bootstrap GnuPG run: | source share/spack/setup-env.sh diff --git a/.github/workflows/build-containers.yml b/.github/workflows/build-containers.yml index f836cc5d0f4723..f98e90174396d1 100644 --- a/.github/workflows/build-containers.yml +++ b/.github/workflows/build-containers.yml @@ -45,7 +45,7 @@ jobs: name: Build ${{ matrix.dockerfile[0] }} steps: - name: Checkout - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2 + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # @v2 - name: Set Container Tag Normal (Nightly) run: | diff --git a/.github/workflows/macos_python.yml b/.github/workflows/macos_python.yml index 1b706591751a2d..bae95a8da36805 100644 --- a/.github/workflows/macos_python.yml +++ b/.github/workflows/macos_python.yml @@ -24,7 +24,7 @@ jobs: name: gcc with clang runs-on: macos-latest steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2 + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # @v2 - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 # @v2 with: python-version: 3.9 @@ -39,7 +39,7 @@ jobs: runs-on: macos-latest timeout-minutes: 700 steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2 + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # @v2 - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 # @v2 with: python-version: 3.9 @@ -52,7 +52,7 @@ jobs: name: scipy, mpl, pd runs-on: macos-latest steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2 + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # @v2 - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 # @v2 with: python-version: 3.9 diff --git a/.github/workflows/unit_tests.yaml b/.github/workflows/unit_tests.yaml index 5a90c438e6ba57..e58759e434403e 100644 --- a/.github/workflows/unit_tests.yaml +++ b/.github/workflows/unit_tests.yaml @@ -15,7 +15,7 @@ jobs: validate: runs-on: ubuntu-latest steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2 + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # @v2 - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 # @v2 with: python-version: '3.10' @@ -31,7 +31,7 @@ jobs: style: runs-on: ubuntu-latest steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2 + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # @v2 with: fetch-depth: 0 - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 # @v2 @@ -57,7 +57,7 @@ jobs: packages: ${{ steps.filter.outputs.packages }} with_coverage: ${{ steps.coverage.outputs.with_coverage }} steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2 + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # @v2 if: ${{ github.event_name == 'push' }} with: fetch-depth: 0 @@ -106,7 +106,7 @@ jobs: - python-version: 3.9 concretizer: original steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2 + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # @v2 with: fetch-depth: 0 - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 # @v2 @@ -171,7 +171,7 @@ jobs: needs: [ validate, style, changes ] runs-on: ubuntu-latest steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2 + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # @v2 with: fetch-depth: 0 - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 # @v2 @@ -218,7 +218,7 @@ jobs: dnf install -y \ bzip2 curl file gcc-c++ gcc gcc-gfortran git gnupg2 gzip \ make patch tcl unzip which xz - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2 + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # @v2 - name: Setup repo and non-root user run: | git --version @@ -237,7 +237,7 @@ jobs: needs: [ validate, style, changes ] runs-on: ubuntu-latest steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2 + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # @v2 with: fetch-depth: 0 - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 # @v2 @@ -286,7 +286,7 @@ jobs: matrix: python-version: [3.8] steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2 + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # @v2 with: fetch-depth: 0 - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 # @v2 @@ -331,7 +331,7 @@ jobs: needs: [ validate, style, changes ] runs-on: ubuntu-latest steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2 + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # @v2 - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 # @v2 with: python-version: '3.10' diff --git a/.github/workflows/windows_python.yml b/.github/workflows/windows_python.yml index 10e4d4eee37548..43a70cb95cda05 100644 --- a/.github/workflows/windows_python.yml +++ b/.github/workflows/windows_python.yml @@ -17,7 +17,7 @@ jobs: validate: runs-on: windows-latest steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 with: python-version: 3.9 @@ -33,7 +33,7 @@ jobs: style: runs-on: windows-latest steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: fetch-depth: 0 - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 @@ -55,7 +55,7 @@ jobs: needs: [ validate, style ] runs-on: windows-latest steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: fetch-depth: 0 - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 @@ -75,7 +75,7 @@ jobs: needs: [ validate, style ] runs-on: windows-latest steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: fetch-depth: 0 - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 @@ -95,7 +95,7 @@ jobs: needs: [ validate, style ] runs-on: windows-latest steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: fetch-depth: 0 - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 @@ -120,7 +120,7 @@ jobs: git config --global core.symlinks false shell: powershell - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: fetch-depth: 0 - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6