Skip to content

Commit 61e6e44

Browse files
committed
Merge branch 'm140.7339' into m141.7390
2 parents 73fb905 + 1956c7f commit 61e6e44

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

.github/workflows/build.yml

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ jobs:
3434
runs-on: ubuntu-22.04
3535
steps:
3636
- name: Checkout
37-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
37+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
38+
with:
39+
persist-credentials: false
3840
- name: Disk Cleanup
3941
run: ./disk_cleanup.sh
4042
- name: Setup
@@ -59,7 +61,9 @@ jobs:
5961
runs-on: macos-15
6062
steps:
6163
- name: Checkout
62-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
64+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
65+
with:
66+
persist-credentials: false
6367
- name: Disk Cleanup
6468
run: ./disk_cleanup_mac.sh
6569
- name: Build
@@ -76,7 +80,9 @@ jobs:
7680
runs-on: windows-2022
7781
steps:
7882
- name: Checkout
79-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
83+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
84+
with:
85+
persist-credentials: false
8086
- name: Build
8187
run: powershell -NoProfile -ExecutionPolicy Unrestricted .\build.windows.ps1
8288
shell: pwsh
@@ -98,7 +104,9 @@ jobs:
98104
runs-on: macos-15
99105
steps:
100106
- name: Checkout
101-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
107+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
108+
with:
109+
persist-credentials: false
102110
- name: Disk Cleanup
103111
run: ./disk_cleanup_mac.sh
104112
- name: Build
@@ -164,15 +172,15 @@ jobs:
164172
runs-on: ubuntu-latest
165173
steps:
166174
- name: Download ${{ matrix.name }}
167-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.1.8
175+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v4.1.8
168176
with:
169177
name: libwebrtc-${{ matrix.name }}.${{ matrix.ext }}
170178
- name: Upload ${{ matrix.name }} Release asset
171-
uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.16.0
179+
uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1.20.0
172180
with:
173181
name: Release m${{ github.ref_name }}
174182
allowUpdates: true
175-
draft: false
183+
draft: true
176184
prerelease: false
177185
artifactContentType: ${{ matrix.type }}
178186
artifacts: libwebrtc-${{ matrix.name }}.${{ matrix.ext }}

0 commit comments

Comments
 (0)