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.
1 parent 0d0206d commit d68b71bCopy full SHA for d68b71b
.github/workflows/check-repro.yml
@@ -10,7 +10,7 @@ jobs:
10
if: ${{ github.event.label.name == 'bug' }}
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/github-script@v7
+ - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
14
with:
15
github-token: ${{ secrets.GITHUB_TOKEN }}
16
script: |
0 commit comments