File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # SPDX-License-Identifier: BSD-3-Clause
2+ # Copyright (c) Contributors to the OpenEXR Project.
3+
4+ name : " Checkout v3.6.0"
5+ description : " Wrapper to pin actions/checkout to v3.6.0 so Dependabot won't attempt to update it."
6+ runs :
7+ using : " composite"
8+ steps :
9+ - name : Checkout fixed version
10+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127127 curl --silent https://unofficial-builds.nodejs.org/download/release/v20.18.1/node-v20.18.1-linux-x64-glibc-217.tar.xz | tar -xJ --strip-components 1 -C /node20217 -f -
128128
129129 - name : Checkout
130- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
130+ uses : ./.github/ actions/checkout-v3.6.0 # nodejs20 is incompatible with actions/checkout beyond v3.6 .0
131131
132132 - name : Configure
133133 run : |
You can’t perform that action at this time.
0 commit comments