File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1414 build :
1515 name : Build
1616 if : ${{ github.repository == 'api-platform/demo' && (github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'deploy')) }}
17- runs-on : ubuntu-latest
17+ runs-on : ubuntu-24.04-arm
1818 env :
1919 PHP_DOCKER_IMAGE : europe-west1-docker.pkg.dev/${{ secrets.GKE_PROJECT }}/${{ secrets.GKE_PROJECT }}/php:${{ github.sha }}
2020 PWA_DOCKER_IMAGE : europe-west1-docker.pkg.dev/${{ secrets.GKE_PROJECT }}/${{ secrets.GKE_PROJECT }}/pwa:${{ github.sha }}
Original file line number Diff line number Diff line change 1111jobs :
1212 check :
1313 name : Check
14- runs-on : ubuntu-latest
14+ runs-on : ubuntu-24.04-arm
1515 permissions :
1616 contents : ' read'
1717 id-token : ' write'
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ concurrency:
3131jobs :
3232 tests :
3333 name : Tests
34- runs-on : ubuntu-latest
34+ runs-on : ubuntu-24.04-arm
3535 permissions :
3636 contents : ' read'
3737 id-token : ' write'
@@ -107,7 +107,7 @@ jobs:
107107 # run e2e tests iso-prod
108108 e2e-tests :
109109 name : E2E Tests
110- runs-on : ubuntu-latest
110+ runs-on : ubuntu-24.04-arm
111111 permissions :
112112 contents : ' read'
113113 id-token : ' write'
@@ -223,7 +223,7 @@ jobs:
223223
224224 lint :
225225 name : Lint
226- runs-on : ubuntu-latest
226+ runs-on : ubuntu-24.04-arm
227227 steps :
228228 -
229229 name : Checkout
@@ -262,7 +262,7 @@ jobs:
262262 echo "EOF" >> $GITHUB_ENV
263263 -
264264 name : Lint API
265- uses : docker://oskarstark/php-cs-fixer-ga
265+ uses : docker://oskarstark/php-cs-fixer-ga:3.26.0
266266 with :
267267 args : --config=api/.php-cs-fixer.dist.php -v --dry-run --stop-on-violation --using-cache=no ${{ env.PHPCS_EXTRA_ARGS }}"
268268
Original file line number Diff line number Diff line change 1717 cleanup :
1818 name : Uninstall K8s Release for Closed Pull Request
1919 if : ${{ github.repository == 'api-platform/demo' }}
20- runs-on : ubuntu-latest
20+ runs-on : ubuntu-24.04-arm
2121 permissions :
2222 contents : ' read'
2323 id-token : ' write'
Original file line number Diff line number Diff line change 4040jobs :
4141 deploy :
4242 name : Deploy
43- runs-on : ubuntu-latest
43+ runs-on : ubuntu-24.04-arm
4444 environment :
4545 name : ${{ inputs.environment }}
4646 url : https://${{ inputs.url }}
Original file line number Diff line number Diff line change 1818jobs :
1919 scan :
2020 name : Docker Vulnerability Scan
21- runs-on : ubuntu-latest
21+ runs-on : ubuntu-24.04-arm
2222 strategy :
2323 matrix :
2424 image :
Original file line number Diff line number Diff line change 88 upgrade :
99 name : Upgrade
1010 if : ${{ github.repository == 'api-platform/demo' }}
11- runs-on : ubuntu-latest
11+ runs-on : ubuntu-24.04-arm
1212 permissions :
1313 contents : write
1414 pull-requests : write
You can’t perform that action at this time.
0 commit comments