@@ -19,7 +19,7 @@ permissions:
1919jobs :
2020 build :
2121 name : Build
22- runs-on : macos-13
22+ runs-on : macos-15-intel
2323 outputs :
2424 npm_version : ${{ steps.npm_version_output.outputs.NPM_VERSION }}
2525 npm_tag : ${{ steps.npm_version_output.outputs.NPM_TAG }}
@@ -29,15 +29,15 @@ jobs:
2929 with :
3030 egress-policy : audit
3131
32- - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6 .0
32+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
3333 with :
3434 fetch-depth : 0
3535 submodules : true
36- - uses : actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
36+ - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
3737 with :
3838 node-version : 22
3939 registry-url : " https://registry.npmjs.org"
40- - uses : actions/setup-java@17f84c3641ba7b8f6deff6309fc4c864478f5d62 # v3.14.1
40+ - uses : actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
4141 with :
4242 distribution : " temurin"
4343 java-version : " 21"
@@ -81,34 +81,34 @@ jobs:
8181 - name : Build npm package
8282 run : ./gradlew -PgitCommitVersion=${{ github.sha }} -PnoCCache --stacktrace
8383 - name : Upload npm package artifact
84- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
84+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
8585 with :
8686 name : npm-package
8787 path : dist/nativescript-android-${{steps.npm_version_output.outputs.NPM_VERSION}}.tgz
8888 - name : Upload debug symbols
89- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
89+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
9090 with :
9191 name : debug-symbols
9292 path : test-app/runtime/build/intermediates/merged_native_libs/release/mergeReleaseNativeLibs/out/lib/*
9393
9494 test :
9595 name : Test
96- runs-on : macos-13
96+ runs-on : macos-15-intel
9797 needs : build
9898 steps :
9999 - name : Harden the runner (Audit all outbound calls)
100100 uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
101101 with :
102102 egress-policy : audit
103103
104- - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6 .0
104+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
105105 with :
106106 submodules : true
107- - uses : actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
107+ - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
108108 with :
109109 node-version : 22
110110 registry-url : " https://registry.npmjs.org"
111- - uses : actions/setup-java@17f84c3641ba7b8f6deff6309fc4c864478f5d62 # v3.14.1
111+ - uses : actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
112112 with :
113113 distribution : " temurin"
114114 java-version : " 21"
@@ -160,11 +160,11 @@ jobs:
160160 with :
161161 egress-policy : audit
162162
163- - uses : actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
163+ - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
164164 with :
165165 node-version : 22
166166 registry-url : " https://registry.npmjs.org"
167- - uses : actions/download-artifact@v4
167+ - uses : actions/download-artifact@v6
168168 with :
169169 name : npm-package
170170 path : dist
@@ -191,19 +191,19 @@ jobs:
191191 with :
192192 egress-policy : audit
193193
194- - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6 .0
194+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
195195 with :
196196 fetch-depth : 0
197- - uses : actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
197+ - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
198198 with :
199199 node-version : 22
200200 - name : Setup
201201 run : npm install
202- - uses : actions/download-artifact@v4
202+ - uses : actions/download-artifact@v6
203203 with :
204204 name : npm-package
205205 path : dist
206- - uses : actions/download-artifact@v4
206+ - uses : actions/download-artifact@v6
207207 with :
208208 name : debug-symbols
209209 path : dist/debug-symbols
0 commit comments