File tree Expand file tree Collapse file tree 8 files changed +491
-1037
lines changed
Expand file tree Collapse file tree 8 files changed +491
-1037
lines changed Original file line number Diff line number Diff line change 44 using : composite
55 steps :
66 - name : Check lockfiles
7- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
7+ uses : actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
88 with :
99 script : |
1010 const {existsSync} = require('fs');
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: 'Install Node & NPM dependencies'
33runs :
44 using : composite
55 steps :
6- - uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
6+ - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
77 with :
88 node-version-file : ' .nvmrc'
99 cache : npm
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414 environment : Release
1515 steps :
1616 - name : Harden the runner (Audit all outbound calls)
17- uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
17+ uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
1818 with :
1919 egress-policy : audit
2020
2121 - name : Checkout
22- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
22+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2323 with :
2424 fetch-depth : 0
2525 - name : Setup
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
1313 name : CI
1414 steps :
1515 - name : Harden the runner (Audit all outbound calls)
16- uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
16+ uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
1717 with :
1818 egress-policy : audit
1919
2020 - name : Checkout
21- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
21+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2222 - name : Setup
2323 uses : ./.github/actions/setup
2424 - name : Check lockfiles
Original file line number Diff line number Diff line change @@ -60,12 +60,12 @@ jobs:
6060 # your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
6161 steps :
6262 - name : Harden the runner (Audit all outbound calls)
63- uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
63+ uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
6464 with :
6565 egress-policy : audit
6666
6767 - name : Checkout repository
68- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
68+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
6969
7070 # Initializes the CodeQL tools for scanning.
7171 - name : Initialize CodeQL
@@ -113,7 +113,7 @@ jobs:
113113 if : ${{ github.event_name == 'pull_request' }}
114114 steps :
115115 - name : Harden the runner (Audit all outbound calls)
116- uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
116+ uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
117117 with :
118118 egress-policy : audit
119119
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Harden the runner (Audit all outbound calls)
21- uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
21+ uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
2222 with :
2323 egress-policy : audit
2424
25- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
26- - uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
25+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
26+ - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2727 with :
2828 cache : ' npm'
2929 node-version-file : ' .nvmrc'
You can’t perform that action at this time.
0 commit comments