|
34 | 34 | runs-on: ubuntu-22.04
|
35 | 35 | steps:
|
36 | 36 | - name: Checkout
|
37 |
| - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
| 37 | + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 38 | + with: |
| 39 | + persist-credentials: false |
38 | 40 | - name: Disk Cleanup
|
39 | 41 | run: ./disk_cleanup.sh
|
40 | 42 | - name: Setup
|
|
59 | 61 | runs-on: macos-15
|
60 | 62 | steps:
|
61 | 63 | - name: Checkout
|
62 |
| - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
| 64 | + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 65 | + with: |
| 66 | + persist-credentials: false |
63 | 67 | - name: Disk Cleanup
|
64 | 68 | run: ./disk_cleanup_mac.sh
|
65 | 69 | - name: Build
|
|
76 | 80 | runs-on: windows-2022
|
77 | 81 | steps:
|
78 | 82 | - name: Checkout
|
79 |
| - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
| 83 | + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 84 | + with: |
| 85 | + persist-credentials: false |
80 | 86 | - name: Build
|
81 | 87 | run: powershell -NoProfile -ExecutionPolicy Unrestricted .\build.windows.ps1
|
82 | 88 | shell: pwsh
|
|
98 | 104 | runs-on: macos-15
|
99 | 105 | steps:
|
100 | 106 | - name: Checkout
|
101 |
| - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
| 107 | + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 108 | + with: |
| 109 | + persist-credentials: false |
102 | 110 | - name: Disk Cleanup
|
103 | 111 | run: ./disk_cleanup_mac.sh
|
104 | 112 | - name: Build
|
@@ -164,15 +172,15 @@ jobs:
|
164 | 172 | runs-on: ubuntu-latest
|
165 | 173 | steps:
|
166 | 174 | - name: Download ${{ matrix.name }}
|
167 |
| - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.1.8 |
| 175 | + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v4.1.8 |
168 | 176 | with:
|
169 | 177 | name: libwebrtc-${{ matrix.name }}.${{ matrix.ext }}
|
170 | 178 | - name: Upload ${{ matrix.name }} Release asset
|
171 |
| - uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.16.0 |
| 179 | + uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1.20.0 |
172 | 180 | with:
|
173 | 181 | name: Release m${{ github.ref_name }}
|
174 | 182 | allowUpdates: true
|
175 |
| - draft: false |
| 183 | + draft: true |
176 | 184 | prerelease: false
|
177 | 185 | artifactContentType: ${{ matrix.type }}
|
178 | 186 | artifacts: libwebrtc-${{ matrix.name }}.${{ matrix.ext }}
|
|
0 commit comments