File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9898 run: rm -rf deps/undici
9999 - name: Checkout undici
100100 if: ${{ env.WPT_REPORT != '' }}
101- uses: actions/checkout@v3
101+ uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
102102 with:
103103 repository: nodejs/undici
104104 persist-credentials: false
Original file line number Diff line number Diff line change 3434 permissions:
3535 pull-requests: write
3636 steps:
37- - uses: actions/checkout@v3
37+ - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
3838 with:
3939 persist-credentials: false
4040 - name: Check commit message
Original file line number Diff line number Diff line change 1414 if: github.repository == 'nodejs/node'
1515 runs-on: ubuntu-latest
1616 steps:
17- - uses: actions/checkout@v3
17+ - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
1818 with:
1919 persist-credentials: false
2020 - name: Check if update branch already exists
3939 GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }}
4040 - name: Create PR with first commit
4141 if: env.HAS_UPDATE
42- uses: gr2m/create-or-update-pull-request-action@v1
42+ uses: gr2m/create-or-update-pull-request-action@df20b2c073090271599a08c55ae26e0c3522b329 # v1.9.2
4343 # Creates a PR with the new OpenSSL source code committed
4444 env:
4545 GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }}
6161 - name: Add second commit
6262 # Adds a second commit to the PR with the generated platform-dependent files
6363 if: env.HAS_UPDATE
64- uses: gr2m/create-or-update-pull-request-action@v1
64+ uses: gr2m/create-or-update-pull-request-action@df20b2c073090271599a08c55ae26e0c3522b329 # v1.9.2
6565 env:
6666 GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }}
6767 with:
You can’t perform that action at this time.
0 commit comments