File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
1616 matrix :
1717 node-version : [18.x, 20.x, 22.x]
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2020 with :
2121 fetch-depth : 0
2222 submodules : recursive
2323 - name : Use Node.js ${{ matrix.node-version }}
24- uses : actions/setup-node@v4
24+ uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
2525 with :
2626 node-version : ${{ matrix.node-version }}
2727
@@ -39,11 +39,11 @@ jobs:
3939 runs-on : ubuntu-latest
4040
4141 steps :
42- - uses : actions/checkout@v4
42+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4343 with :
4444 fetch-depth : 0
4545 submodules : recursive
46- - uses : actions/setup-node@v4
46+ - uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
4747 with :
4848 # we need 'fetch' for this test, which is only in 18+
4949 node-version : 18
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
1212 name : Validate PR title
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : amannn/action-semantic-pull-request@v5
15+ - uses : amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5
1616 id : lint_pr_title
1717 env :
1818 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1919
20- - uses : marocchino/sticky-pull-request-comment@v2
20+ - uses : marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2
2121 # When the previous steps fails, the workflow would stop. By adding this
2222 # condition you can continue the execution with the populated error message.
2323 if : always() && (steps.lint_pr_title.outputs.error_message != null)
3434 ```
3535 # Delete a previous comment when the issue has been resolved
3636 - if : ${{ steps.lint_pr_title.outputs.error_message == null }}
37- uses : marocchino/sticky-pull-request-comment@v2
37+ uses : marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2
3838 with :
3939 header : pr-title-lint-error
4040 delete : true
Original file line number Diff line number Diff line change 99
1010 # Release-please creates a PR that tracks all changes
1111 steps :
12- - uses : google-github-actions/release-please-action@v3
12+ - uses : google-github-actions/release-please-action@db8f2c60ee802b3748b512940dde88eabd7b7e01 # v3
1313 id : release
1414 with :
1515 command : manifest
1919 # The logic below handles the npm publication:
2020 - name : Checkout Repository
2121 if : ${{ steps.release.outputs.releases_created }}
22- uses : actions/checkout@v4
22+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2323 with :
2424 fetch-depth : 0
2525 submodules : recursive
2828 with :
2929 github_token : ${{ github.token }}
3030 - name : Setup Node
31- uses : actions/setup-node@v4
31+ uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
3232 if : ${{ steps.release.outputs.releases_created }}
3333 with :
3434 node-version : 18
You can’t perform that action at this time.
0 commit comments