Skip to content

Commit 561f135

Browse files
authored
Update locker.yml (#55188)
* Bump the Locker action version Refer to microsoft/vscode-github-triage-actions#210 * Restrict the Locker action to dotnet org
1 parent 534946e commit 561f135

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/locker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,14 @@ permissions:
2020
jobs:
2121
main:
2222
runs-on: ubuntu-latest
23+
if: ${{ github.repository_owner == 'dotnet' }}
2324
steps:
2425
- name: Checkout Actions
2526
uses: actions/checkout@v4
2627
with:
2728
repository: "microsoft/vscode-github-triage-actions"
2829
path: ./actions
29-
ref: 0e46b66330f7fbece9aacc65c31c38f434041050 # Pin to commit: https://github.com/microsoft/vscode-github-triage-actions/commit/0e46b66330f7fbece9aacc65c31c38f434041050
30+
ref: 066bee9cefa6f0b4bf306040ff36fc7d96a6d56d # Pin to commit: https://github.com/microsoft/vscode-github-triage-actions/commit/066bee9cefa6f0b4bf306040ff36fc7d96a6d56d
3031
- name: Install Actions
3132
run: npm install --production --prefix ./actions
3233
- name: Run Locker

0 commit comments

Comments
 (0)