Skip to content

Commit 853e16f

Browse files
committed
.github/workflows/labeler.yml: pin action by sha
This action has write access to PRs so we should guard against a compromised tag and only update explicitly via renovate PRs. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
1 parent 6544c83 commit 853e16f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
pull-requests: write
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/labeler@v6
13+
- uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6

0 commit comments

Comments
 (0)