We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 10f504a + 2d997b0 commit 5b06d96Copy full SHA for 5b06d96
2 files changed
.github/workflows/block-merge-freeze.yml
@@ -29,7 +29,7 @@ jobs:
29
30
steps:
31
- name: Register server reference to fallback to master branch
32
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
+ uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
33
with:
34
github-token: ${{secrets.GITHUB_TOKEN}}
35
script: |
.github/workflows/composer-auto.yml
@@ -19,7 +19,7 @@ jobs:
19
20
21
- name: Get repository from pull request comment
22
23
id: get-repository
24
25
0 commit comments