Skip to content

Commit f2055e2

Browse files
committed
special action/checkout-v3.6.0 for nodejs20
Signed-off-by: Cary Phillips <cary@ilm.com>
1 parent 7b5d4b8 commit f2055e2

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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

.github/workflows/ci_workflow_vfx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)