2828 # See https://docs.stepsecurity.io/harden-runner/getting-started/ for instructions on
2929 # configuring harden-runner and identifying allowed endpoints.
3030 - name : Harden Runner
31- uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
31+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
3232 with :
3333 disable-sudo : true
3434 egress-policy : block
3838 objects.githubusercontent.com:443
3939 registry.npmjs.org:443
4040 - name : Checkout repository
41- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
41+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
4242 - name : Use Node.js ${{ matrix.node-version }}
43- uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0 .0
43+ uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1 .0
4444 with :
4545 node-version : ${{ matrix.node-version }}
4646 - name : Install dependencies
6363 # See https://docs.stepsecurity.io/harden-runner/getting-started/ for instructions on
6464 # configuring harden-runner and identifying allowed endpoints.
6565 - name : Harden Runner
66- uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
66+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
6767 with :
6868 disable-sudo : true
6969 egress-policy : block
7373 objects.githubusercontent.com:443
7474 registry.npmjs.org:443
7575 - name : Checkout repository
76- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
76+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
7777 - name : Use Node.js ${{ matrix.node-version }}
78- uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0 .0
78+ uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1 .0
7979 with :
8080 node-version : ${{ matrix.node-version }}
8181 - name : Install dependencies
8585 env :
8686 CI : true
8787 - name : Upload coverage artifact
88- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
88+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
8989 with :
9090 if-no-files-found : error
9191 name : coverage
9999 # See https://docs.stepsecurity.io/harden-runner/getting-started/ for instructions on
100100 # configuring harden-runner and identifying allowed endpoints.
101101 - name : Harden Runner
102- uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
102+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
103103 with :
104104 disable-sudo : true
105105 egress-policy : block
@@ -111,13 +111,13 @@ jobs:
111111 keybase.io:443
112112 storage.googleapis.com:443
113113 - name : Checkout repository
114- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
114+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
115115 - name : Download coverage artifact
116- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
116+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
117117 with :
118118 name : coverage
119119 - name : Upload coverage report
120- uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
120+ uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
121121 with :
122122 token : ${{ secrets.CODECOV_TOKEN }}
123123 fail_ci_if_error : true
@@ -132,7 +132,7 @@ jobs:
132132 # See https://docs.stepsecurity.io/harden-runner/getting-started/ for instructions on
133133 # configuring harden-runner and identifying allowed endpoints.
134134 - name : Harden Runner
135- uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
135+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
136136 with :
137137 disable-sudo : true
138138 egress-policy : block
@@ -145,7 +145,7 @@ jobs:
145145 registry-1.docker.io:443
146146 registry.npmjs.org:443
147147 - name : Checkout repository
148- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
148+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
149149 with :
150150 fetch-depth : 0
151151 - name : Build frontend
0 commit comments