@@ -28,7 +28,7 @@ jobs:
|
28 | 28 | GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }} |
29 | 29 | - name: Create PR with first commit |
30 | 30 | if: env.NEW_VERSION |
31 | | -uses: gr2m/create-or-update-pull-request-action@77596e3166f328b24613f7082ab30bf2d93079d5 |
| 31 | +uses: gr2m/create-or-update-pull-request-action@b65137ca591da0b9f43bad7b24df13050ea45d1b # v1.10.1 |
32 | 32 | # Creates a PR with the new OpenSSL source code committed |
33 | 33 | env: |
34 | 34 | GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }} |
@@ -51,7 +51,7 @@ jobs:
|
51 | 51 | - name: Add second commit |
52 | 52 | # Adds a second commit to the PR with the generated platform-dependent files |
53 | 53 | if: env.NEW_VERSION |
54 | | -uses: gr2m/create-or-update-pull-request-action@77596e3166f328b24613f7082ab30bf2d93079d5 |
| 54 | +uses: gr2m/create-or-update-pull-request-action@b65137ca591da0b9f43bad7b24df13050ea45d1b # v1.10.1 |
55 | 55 | env: |
56 | 56 | GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }} |
57 | 57 | with: |
|