Skip to content

Commit e0b41c9

Browse files
authored
[release/v7.6.1] Pin ready-to-merge.yml reusable workflow to commit SHA (PowerShell#27245)
1 parent 10dccb0 commit e0b41c9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/linux-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,6 @@ jobs:
257257
- infrastructure_tests
258258
# - analyze
259259
if: always()
260-
uses: PowerShell/compliance/.github/workflows/ready-to-merge.yml@v1.0.0
260+
uses: PowerShell/compliance/.github/workflows/ready-to-merge.yml@c8b3ad5819ad7078f3e375519b4f8c6232d1cbdf # v1.0.0
261261
with:
262262
needs_context: ${{ toJson(needs) }}

.github/workflows/macos-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,6 @@ jobs:
243243
- macos_test_unelevated_ci
244244
- macos_test_unelevated_others
245245
if: always()
246-
uses: PowerShell/compliance/.github/workflows/ready-to-merge.yml@v1.0.0
246+
uses: PowerShell/compliance/.github/workflows/ready-to-merge.yml@c8b3ad5819ad7078f3e375519b4f8c6232d1cbdf # v1.0.0
247247
with:
248248
needs_context: ${{ toJson(needs) }}

.github/workflows/windows-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,6 @@ jobs:
189189
- analyze
190190
- windows_packaging
191191
if: always()
192-
uses: PowerShell/compliance/.github/workflows/ready-to-merge.yml@v1.0.0
192+
uses: PowerShell/compliance/.github/workflows/ready-to-merge.yml@c8b3ad5819ad7078f3e375519b4f8c6232d1cbdf # v1.0.0
193193
with:
194194
needs_context: ${{ toJson(needs) }}

0 commit comments

Comments
 (0)