2323 # See https://docs.stepsecurity.io/harden-runner/getting-started/ for instructions on
2424 # configuring harden-runner and identifying allowed endpoints.
2525 - name : Harden Runner
26- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
26+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
2727 with :
2828 disable-sudo : true
2929 egress-policy : block
3333 objects.githubusercontent.com:443
3434 registry.npmjs.org:443
3535 - name : Checkout repository
36- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3737 - name : Use Node.js ${{ matrix.node-version }}
38- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
38+ uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0 .0
3939 with :
4040 node-version : ${{ matrix.node-version }}
4141 - run : npm ci
5252 # See https://docs.stepsecurity.io/harden-runner/getting-started/ for instructions on
5353 # configuring harden-runner and identifying allowed endpoints.
5454 - name : Harden Runner
55- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
55+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
5656 with :
5757 disable-sudo : true
5858 egress-policy : block
6262 objects.githubusercontent.com:443
6363 registry.npmjs.org:443
6464 - name : Checkout repository
65- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
65+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6666 - name : Use Node.js ${{ matrix.node-version }}
67- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
67+ uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0 .0
6868 with :
6969 node-version : ${{ matrix.node-version }}
7070 - run : npm ci
7373 env :
7474 CI : true
7575 - name : Upload coverage artifact
76- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
76+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
7777 with :
7878 if-no-files-found : error
7979 name : coverage
8787 # See https://docs.stepsecurity.io/harden-runner/getting-started/ for instructions on
8888 # configuring harden-runner and identifying allowed endpoints.
8989 - name : Harden Runner
90- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
90+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
9191 with :
9292 disable-sudo : true
9393 egress-policy : block
@@ -99,13 +99,13 @@ jobs:
9999 keybase.io:443
100100 storage.googleapis.com:443
101101 - name : Checkout repository
102- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
102+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
103103 - name : Download coverage artifact
104- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
104+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0 .0
105105 with :
106106 name : coverage
107107 - name : Upload coverage report
108- uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
108+ uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
109109 with :
110110 token : ${{ secrets.CODECOV_TOKEN }}
111111 fail_ci_if_error : true
@@ -120,7 +120,7 @@ jobs:
120120 # See https://docs.stepsecurity.io/harden-runner/getting-started/ for instructions on
121121 # configuring harden-runner and identifying allowed endpoints.
122122 - name : Harden Runner
123- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
123+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
124124 with :
125125 disable-sudo : true
126126 egress-policy : block
@@ -133,7 +133,7 @@ jobs:
133133 registry-1.docker.io:443
134134 registry.npmjs.org:443
135135 - name : Checkout repository
136- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
136+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
137137 with :
138138 fetch-depth : 0
139139 - name : Build frontend
0 commit comments