|
@@ -48,7 +48,7 @@ jobs:
|
|
|
runs-on: LargeLinuxRunner
|
|
|
steps:
|
|
|
- name: Checkout Electron
|
|
|
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
|
|
+ uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
|
|
|
with:
|
|
|
path: src/electron
|
|
|
- name: Install Azure CLI
|
|
@@ -204,7 +204,7 @@ jobs:
|
|
|
e init --root=$(pwd) --out=Default ${{ inputs.GN_BUILD_TYPE }} --import ${{ inputs.GN_BUILD_TYPE }}
|
|
|
e use ${{ inputs.GN_BUILD_TYPE }}
|
|
|
- name: Checkout Electron
|
|
|
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
|
|
+ uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
|
|
|
with:
|
|
|
path: src/electron
|
|
|
- name: Install Azure CLI
|
|
@@ -289,7 +289,7 @@ jobs:
|
|
|
echo "Wiping Electron Directory"
|
|
|
rm -rf src/electron
|
|
|
- name: Checkout Electron
|
|
|
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
|
|
+ uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
|
|
|
with:
|
|
|
path: src/electron
|
|
|
- name: Run Electron Only Hooks
|
|
@@ -655,7 +655,7 @@ jobs:
|
|
|
arch: [x64, arm64]
|
|
|
steps:
|
|
|
- name: Checkout Electron
|
|
|
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
|
|
+ uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
|
|
|
with:
|
|
|
path: src/electron
|
|
|
- name: Setup Node.js/npm
|
|
@@ -728,7 +728,7 @@ jobs:
|
|
|
npm i -g @electron/build-tools
|
|
|
e init --root=$(pwd) --out=Default ${{ inputs.GN_BUILD_TYPE }}
|
|
|
- name: Checkout Electron
|
|
|
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
|
|
+ uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
|
|
|
with:
|
|
|
path: src/electron
|
|
|
- name: Setup Node.js/npm
|