File tree Expand file tree Collapse file tree 4 files changed +39
-47
lines changed
Expand file tree Collapse file tree 4 files changed +39
-47
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ jobs:
2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Initialize environment
23- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@289088f61151ca796c84b7337623f79d76f7e499
23+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@22e0407413109186075cfebf3173549d37d4f4a4
2424 with :
2525 disable-package-manager-cache : true
2626 - name : Setup Bazel
27- uses : angular/dev-infra/github-actions/bazel/setup@289088f61151ca796c84b7337623f79d76f7e499
27+ uses : angular/dev-infra/github-actions/bazel/setup@22e0407413109186075cfebf3173549d37d4f4a4
2828 - name : Setup Bazel Remote Caching
29- uses : angular/dev-infra/github-actions/bazel/configure-remote@289088f61151ca796c84b7337623f79d76f7e499
29+ uses : angular/dev-infra/github-actions/bazel/configure-remote@22e0407413109186075cfebf3173549d37d4f4a4
3030 with :
3131 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
3232 - name : Test
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Initialize environment
22- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@289088f61151ca796c84b7337623f79d76f7e499
22+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@22e0407413109186075cfebf3173549d37d4f4a4
2323 - name : Install node modules
2424 run : pnpm install --frozen-lockfile
2525 - name : Check commit message
@@ -31,12 +31,12 @@ jobs:
3131 runs-on : ubuntu-latest
3232 steps :
3333 - name : Initialize environment
34- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@289088f61151ca796c84b7337623f79d76f7e499
34+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@22e0407413109186075cfebf3173549d37d4f4a4
3535 with :
3636 disable-package-manager-cache : true
3737 - name : Setup Bazel
38- uses : angular/dev-infra/github-actions/bazel/setup@289088f61151ca796c84b7337623f79d76f7e499
38+ uses : angular/dev-infra/github-actions/bazel/setup@22e0407413109186075cfebf3173549d37d4f4a4
3939 - name : Setup Bazel Remote Caching
40- uses : angular/dev-infra/github-actions/bazel/configure-remote@289088f61151ca796c84b7337623f79d76f7e499
40+ uses : angular/dev-infra/github-actions/bazel/configure-remote@22e0407413109186075cfebf3173549d37d4f4a4
4141 - name : Test
4242 run : pnpm bazel test --build_tests_only //...
Original file line number Diff line number Diff line change 3434 "@angular/common" : " 22.0.0-next.1" ,
3535 "@angular/compiler" : " 22.0.0-next.1" ,
3636 "@angular/core" : " 22.0.0-next.1" ,
37- "@angular/ng-dev" : " https://github.com/angular/dev-infra-private-ng-dev-builds.git#22274504d05d196968998f330741f84e746d7c2c " ,
37+ "@angular/ng-dev" : " https://github.com/angular/dev-infra-private-ng-dev-builds.git#a92db02ad1facfddb722d181709f774b4892593d " ,
3838 "@angular/platform-browser" : " 22.0.0-next.1" ,
3939 "@babel/core" : " ^7.28.5" ,
4040 "@bazel/bazelisk" : " 1.26.0" ,
You can’t perform that action at this time.
0 commit comments