ci: GitHub Actions dependencies (#26962)
This commit is contained in:
parent
e0e9414cbd
commit
5773d43cbf
29 changed files with 78 additions and 78 deletions
4
.github/workflows/pr-management.yml
vendored
4
.github/workflows/pr-management.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
pull-requests: write
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
|
||||
with:
|
||||
fetch-depth: 1
|
||||
|
||||
|
|
@ -78,7 +78,7 @@ jobs:
|
|||
issues: write
|
||||
steps:
|
||||
- name: Add Contributor Label
|
||||
uses: actions/github-script@v8
|
||||
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
|
||||
with:
|
||||
script: |
|
||||
const isPR = !!context.payload.pull_request;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue