File tree Expand file tree Collapse file tree
.vortex/installer/tests/Fixtures/install
_baseline/.github/workflows Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -410,7 +410,7 @@ jobs:
410410 # Add RENOVATE_TOKEN as an environment variable with GitHub access token in UI.
411411 deps-updates :
412412 docker :
413- - image : renovate/renovate:40.8.2
413+ - image : renovate/renovate:40.36.8
414414 environment :
415415 RENOVATE_PLATFORM : ' github'
416416 RENOVATE_AUTODISCOVER : false
Original file line number Diff line number Diff line change 1111 - name : Checkout
1212 uses : actions/checkout@v4.2.2
1313
14- - uses : suzuki-shunsuke/github-action-renovate-config-validator@v1.1.1
14+ - uses : actions/setup-node@v4.4.0
1515 with :
16- node-version : 22.13.1
16+ node-version : 22.16.0
17+
18+ - uses : suzuki-shunsuke/github-action-renovate-config-validator@v1.1.1
1719
1820 - name : Check Renovate Token
1921 id : check-token
Original file line number Diff line number Diff line change 8686
8787 - name : Setup Node.js
8888 uses : actions/setup-node@v4
89+ with :
90+ node-version : 22.16.0
8991
9092 - name : Setup PHP
9193 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 6161
6262 - name : Setup Node.js
6363 uses : actions/setup-node@v4
64+ with :
65+ node-version : 22.16.0
6466
6567 - name : Install dependencies
6668 run : yarn install --frozen-lockfile
7274 ./tests/lint.dockerfiles.sh
7375 working-directory : .vortex
7476
77+ # Special case to validate Renovate configuration with the same action
78+ # as used in the Renovate workflow to ensure that they both use the same
79+ # version.
80+ - name : Validate Renovate configuration
81+ uses : suzuki-shunsuke/github-action-renovate-config-validator@v1.1.1
82+
7583 - name : Run tests
7684 run : ./tests/test.common.sh
7785 working-directory : .vortex
Original file line number Diff line number Diff line change 2020
2121 - name : Setup Node.js
2222 uses : actions/setup-node@v4
23+ with :
24+ node-version : 22.16.0
2325
2426 - name : Setup PHP
2527 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 1111 - name : Checkout
1212 uses : actions/checkout@__VERSION__
1313
14- - uses : suzuki-shunsuke/github-action-renovate-config-validator @__VERSION__
14+ - uses : actions/setup-node @__VERSION__
1515 with :
16- node-version : 22.13.1
16+ node-version : 22.16.0
17+
18+ - uses : suzuki-shunsuke/github-action-renovate-config-validator@__VERSION__
1719
1820 - name : Check Renovate Token
1921 id : check-token
Original file line number Diff line number Diff line change 1- @@ -37 ,4 +37 ,4 @@
1+ @@ -39 ,4 +39 ,4 @@
22 RENOVATE_DEPENDENCY_DASHBOARD_TITLE : ' Renovate Dependency Dashboard (self-hosted) by GitHub Actions'
33 RENOVATE_DEPENDENCY_DASHBOARD : ${{ vars.RENOVATE_DEPENDENCY_DASHBOARD || 'false' }}
44 RENOVATE_DRY_RUN : ${{ vars.RENOVATE_DRY_RUN || 'false' }}
You can’t perform that action at this time.
0 commit comments