Skip to content

Commit 2cdb0ce

Browse files
andreaTPfbricon
authored andcommitted
Use commit SHA instead of branch name for third-party actions
1 parent 19d46d2 commit 2cdb0ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conflictDetector.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
triage:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: mschilde/auto-label-merge-conflicts@master
9+
- uses: mschilde/auto-label-merge-conflicts@8c6faa8a252e35ba5e15703b3d747bf726cdb95c
1010
with:
1111
CONFLICT_LABEL_NAME: "has conflicts"
1212
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)