Skip to content

Commit 620ed87

Browse files
authored
[v14] Update e ref (#51221)
* [v14] Update e ref Update the v14 e ref for workflow changes that will allow a release. This also brings in a couple of other changes: * [v14] ci: Give build-install-scripts checkout secrets * [v14] Don't log ClientID in OIDC connector * Fixes incorrect range condition in Access Graph proxy resolver * ci: Use ubuntu-22.04 in doc-tests.yaml Specify `ubuntu-22.04` as the runner for doc-tests.yaml. The `ubuntu-latest` GitHub runner has now changed to Ubuntu 24.04, which has node 20. The docs tests on branch/v14 require node 18.
1 parent 2f5a6d7 commit 620ed87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/doc-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
doc-tests:
1717
name: Lint (Docs)
1818
if: ${{ !startsWith(github.head_ref, 'dependabot/') }}
19-
runs-on: ubuntu-latest
19+
runs-on: ubuntu-22.04
2020

2121
permissions:
2222
contents: read

e

Submodule e updated from 93725f2 to eaae8b4

0 commit comments

Comments
 (0)