Skip to content

Commit 1052207

Browse files
committed
🔧 fix(workflows): update workflow references to specific commit SHA for stability
1 parent 3617071 commit 1052207

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎.github/workflows/call-auto-merge.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020

2121
jobs:
2222
call-auto-merge:
23-
uses: variablesoftware/github-workflows/.github/workflows/auto-merge.yml@main
23+
uses: variablesoftware/github-workflows/.github/workflows/auto-merge.yml@af4b71e7c65379fd7ce74592587fa8466ae7acfa
2424
# secrets:
2525
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626

‎.github/workflows/call-ci-semantic-release-sync.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ on:
2020

2121
jobs:
2222
call-ci-release-sync:
23-
uses: variablesoftware/github-workflows/.github/workflows/ci-semantic-release-sync.yml@main
23+
uses: variablesoftware/github-workflows/.github/workflows/ci-semantic-release-sync.yml@af4b71e7c65379fd7ce74592587fa8466ae7acfa
2424
# No secrets block needed for GITHUB_TOKEN
2525
# No additional changes required

0 commit comments

Comments
 (0)