Skip to content

Commit 23e6e20

Browse files
committed
[CI] Pin actions/checkout in dependabot
The latest version of actions/checkout bumps its nodejs dependency to v20, which requires a newer glibc version than is available in the ASWF CY22 Docker image. Ultimately we aim to use GitHub release artifacts, negating the need for Docker (i.e. making a throwaway build of dependencies). So in the meantime, just ignore major version updates of actions/checkout. Signed-off-by: David Feltell <[email protected]>
1 parent f8d19ec commit 23e6e20

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@ updates:
77
interval: "weekly"
88
commit-message:
99
prefix: "[CI]"
10+
ignore:
11+
# TODO(DF): Remove once no longer stuck on ASWF CY22 Docker image
12+
# for CI (causing nodejs glibc error).
13+
- dependency-name: "actions/checkout"
14+
update-types: ["version-update:semver-major"]

0 commit comments

Comments
 (0)