| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -98,7 +98,7 @@ jobs: | |||
| 98 | 98 | run: rm -rf deps/undici | |
| 99 | 99 | - name: Checkout undici | |
| 100 | 100 | if: ${{ env.WPT_REPORT != '' }} | |
| 101 | - uses: actions/checkout@v3 | ||
| 101 | + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 | ||
| 102 | 102 | with: | |
| 103 | 103 | repository: nodejs/undici | |
| 104 | 104 | persist-credentials: false | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -34,7 +34,7 @@ jobs: | |||
| 34 | 34 | permissions: | |
| 35 | 35 | pull-requests: write | |
| 36 | 36 | steps: | |
| 37 | - - uses: actions/checkout@v3 | ||
| 37 | + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 | ||
| 38 | 38 | with: | |
| 39 | 39 | persist-credentials: false | |
| 40 | 40 | - name: Check commit message | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,7 +14,7 @@ jobs: | |||
| 14 | 14 | if: github.repository == 'nodejs/node' | |
| 15 | 15 | runs-on: ubuntu-latest | |
| 16 | 16 | steps: | |
| 17 | - - uses: actions/checkout@v3 | ||
| 17 | + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 | ||
| 18 | 18 | with: | |
| 19 | 19 | persist-credentials: false | |
| 20 | 20 | - name: Check if update branch already exists | |
@@ -39,7 +39,7 @@ jobs: | |||
| 39 | 39 | GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }} | |
| 40 | 40 | - name: Create PR with first commit | |
| 41 | 41 | 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 | ||
| 43 | 43 | # Creates a PR with the new OpenSSL source code committed | |
| 44 | 44 | env: | |
| 45 | 45 | GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }} | |
@@ -61,7 +61,7 @@ jobs: | |||
| 61 | 61 | - name: Add second commit | |
| 62 | 62 | # Adds a second commit to the PR with the generated platform-dependent files | |
| 63 | 63 | 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 | ||
| 65 | 65 | env: | |
| 66 | 66 | GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }} | |
| 67 | 67 | with: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments