@@ -17,21 +17,21 @@ jobs:
1717 fail-fast : false
1818 steps :
1919 - name : Harden Runner
20- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
20+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
2121 with :
2222 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
2323
2424 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2525 - name : Use Node.js ${{ matrix.node-version }}
26- uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
26+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
2727 with :
2828 node-version : ${{ matrix.node-version }}
2929 - name : Install dependencies
3030 run : npm install
3131 - name : Run tests
3232 run : npm run test
3333 - name : Send coverage report to Codecov
34- uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v4.0.0-beta.3
34+ uses : codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v4.0.0-beta.3
3535 automerge :
3636 if : >
3737 github.event_name == 'pull_request' && github.event.pull_request.user.login == 'dependabot[bot]'
@@ -54,13 +54,13 @@ jobs:
5454 fail-fast : false
5555 steps :
5656 - name : Harden Runner
57- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
57+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
5858 with :
5959 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
6060
6161 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6262 - name : Use Node.js ${{ matrix.node-version }}
63- uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
63+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
6464 with :
6565 node-version : ${{ matrix.node-version }}
6666 - name : Install dependencies
0 commit comments