File tree Expand file tree Collapse file tree 6 files changed +16
-16
lines changed
Expand file tree Collapse file tree 6 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Harden Runner
20- uses : step-security/harden-runner@v2
20+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
2121 with :
2222 egress-policy : audit
2323
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2525 - uses : ./
2626 env :
2727 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -15,16 +15,16 @@ jobs:
1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Harden Runner
18- uses : step-security/harden-runner@v2
18+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
1919 with :
2020 egress-policy : audit
2121
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2323 - uses : ./
2424 id : lint_pr_title
2525 env :
2626 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
27- - uses : marocchino/sticky-pull-request-comment@v2
27+ - uses : marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
2828 # When the previous steps fails, the workflow would stop. By adding this
2929 # condition you can continue the execution with the populated error message.
3030 if : always() && (steps.lint_pr_title.outputs.error_message != null)
4242 ```
4343 # Delete a previous comment when the issue has been resolved
4444 - if : ${{ steps.lint_pr_title.outputs.error_message == null }}
45- uses : marocchino/sticky-pull-request-comment@v2
45+ uses : marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
4646 with :
4747 header : pr-title-lint-error
4848 delete : true
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Harden Runner
18- uses : step-security/harden-runner@v2
18+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
1919 with :
2020 egress-policy : audit
2121
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2323 - uses : ./
2424 env :
2525 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Harden Runner
18- uses : step-security/harden-runner@v2
18+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
1919 with :
2020 egress-policy : audit
2121
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2323 - uses : ./
2424 env :
2525 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Harden Runner
18- uses : step-security/harden-runner@v2
18+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
1919 with :
2020 egress-policy : audit
2121
22- - uses : actions/checkout@v4
23- - uses : actions/setup-node@v3
22+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23+ - uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
2424 with :
2525 node-version : 20
2626 - uses : ./
Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ jobs:
1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Harden Runner
17- uses : step-security/harden-runner@v2
17+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
1818 with :
1919 egress-policy : audit
20- - uses : actions/setup-node@v3
20+ - uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
2121 with :
2222 node-version : 20
2323 - run : yarn install
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2525 - run : yarn install
2626 - run : yarn lint && yarn test
You can’t perform that action at this time.
0 commit comments