fix github action version resolution (#6114)

* pin to sha

* note
This commit is contained in:
Matt Fiddaman
2025-11-11 23:26:07 +00:00
committed by GitHub
parent 914cc6503e
commit e64a042f0c
26 changed files with 98 additions and 92 deletions

View File

@@ -9,16 +9,16 @@ jobs:
if: ${{ github.event.label.name == 'feature' }}
runs-on: ubuntu-latest
steps:
- uses: actions-ecosystem/action-add-labels@v1
- uses: actions-ecosystem/action-add-labels@bd52874380e3909a1ac983768df6976535ece7f8 # v1.1.0
with:
labels: needs votes
- name: Add reactions
uses: aidan-mundy/react-to-issue@v1
uses: aidan-mundy/react-to-issue@109392cac5159c2df6c47c8ab3b5d6b708852fe5 # v1.1.2
with:
issue-number: ${{ github.event.issue.number }}
reactions: '+1'
- name: Create comment
uses: peter-evans/create-or-update-comment@v5
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
with:
issue-number: ${{ github.event.issue.number }}
body: |