We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb4279e commit 1289dc8Copy full SHA for 1289dc8
2 files changed
.github/workflows/update-readme.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Get inputs markdown
34
id: get_inputs_markdown
35
if: github.event_name != 'pull_request' || github.event.action != 'closed'
36
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
+ uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
37
env:
38
HEAD_REF: ${{github.event.pull_request.head.ref || github.head_ref}}
39
with:
action.yml
@@ -8,7 +8,7 @@ inputs:
8
runs:
9
using: "composite"
10
steps:
11
- - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
+ - uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
12
13
github-token: ${{inputs.github-token}}
14
script: |
0 commit comments