Skip to content

Commit 86f5803

Browse files
chore(deps): update all non-major dependencies
1 parent 24aca7f commit 86f5803

17 files changed

Lines changed: 41 additions & 41 deletions

.github/workflows/check-node-pc-image-drift.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ jobs:
3535
IMAGE: harperfast/node-pointer-compression
3636
MAJOR: ${{ matrix.node-major }}
3737
steps:
38-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
38+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3939
with:
4040
sparse-checkout: |
4141
build-tools/pc-image-signature.sh
4242
package.json
4343
package-lock.json
4444
sparse-checkout-cone-mode: false
4545
- name: Login to Docker Hub
46-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
46+
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
4747
with:
4848
username: ${{ vars.DOCKERHUB_USERNAME }}
4949
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/cherry-pick-patch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# present in the working tree. For `pull_request` events the default
6464
# checkout is the PR head — if the PR branched off before this script
6565
# landed on main, the script is missing and the workflow fails.
66-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
66+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
6767
with:
6868
ref: main
6969
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/component-stress-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@ jobs:
7777
private-key: ${{ secrets.HARPERFAST_AI_APP_PRIVATE_KEY }}
7878

7979
- name: Checkout harper-pro
80-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
80+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
8181
with:
8282
submodules: recursive
8383
token: ${{ steps.app-token.outputs.token }}
8484

8585
- name: Checkout component (${{ matrix.repo }}@${{ matrix.ref }})
86-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
86+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
8787
with:
8888
repository: ${{ matrix.repo }}
8989
ref: ${{ matrix.ref }}

.github/workflows/create-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
harper-pro-version: ${{ steps.package-version.outputs.packageVersion }}
2222
draft-release-url: ${{ steps.create-release.outputs.url }}
2323
steps:
24-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
24+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2525
with:
2626
fetch-depth: 0
2727
submodules: 'recursive'

.github/workflows/integration-tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: Checkout code
31-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
31+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3232
with:
3333
submodules: 'recursive'
3434

@@ -68,7 +68,7 @@ jobs:
6868

6969
steps:
7070
- name: Checkout code
71-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
71+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
7272
with:
7373
submodules: 'recursive'
7474

@@ -115,7 +115,7 @@ jobs:
115115

116116
steps:
117117
- name: Checkout code
118-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
118+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
119119
with:
120120
submodules: 'recursive'
121121

@@ -196,7 +196,7 @@ jobs:
196196

197197
steps:
198198
- name: Checkout code
199-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
199+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
200200
with:
201201
submodules: 'recursive'
202202

.github/workflows/lint-code.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runLinter:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
15+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1616
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
1717
with:
1818
package-manager-cache: false

.github/workflows/node26-canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
timeout-minutes: 55
5959
steps:
6060
- name: Checkout code
61-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
61+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
6262
with:
6363
submodules: 'recursive'
6464

.github/workflows/publish-docker.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- { node-version: 25, platform: linux/amd64, runner: ubuntu-latest }
3737
- { node-version: 25, platform: linux/arm64, runner: ubuntu-24.04-arm }
3838
steps:
39-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
39+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4040
with:
4141
submodules: 'recursive'
4242
- name: Setup Docker metadata
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
images: harperfast/harper-pro
4747
- name: Login to Docker Hub
48-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
48+
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
4949
with:
5050
username: ${{ vars.DOCKERHUB_USERNAME }}
5151
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -87,7 +87,7 @@ jobs:
8787
outputs:
8888
docker-image-tag: ${{ steps.meta.outputs.version }}
8989
steps:
90-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
90+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
9191
with:
9292
sparse-checkout: Dockerfile
9393
sparse-checkout-cone-mode: false
@@ -116,7 +116,7 @@ jobs:
116116
type=semver,pattern={{major}},enable=${{ matrix.node-version == steps.default.outputs.node-version }}
117117
type=sha,enable=${{ matrix.node-version == steps.default.outputs.node-version }}
118118
- name: Login to Docker Hub
119-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
119+
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
120120
with:
121121
username: ${{ vars.DOCKERHUB_USERNAME }}
122122
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -149,7 +149,7 @@ jobs:
149149
- { node-version: 24, platform: linux/amd64, runner: ubuntu-latest }
150150
- { node-version: 24, platform: linux/arm64, runner: ubuntu-24.04-arm }
151151
steps:
152-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
152+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
153153
with:
154154
submodules: 'recursive'
155155
- name: Setup Docker metadata
@@ -158,7 +158,7 @@ jobs:
158158
with:
159159
images: harperfast/harper-pro
160160
- name: Login to Docker Hub
161-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
161+
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
162162
with:
163163
username: ${{ vars.DOCKERHUB_USERNAME }}
164164
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -217,7 +217,7 @@ jobs:
217217
type=semver,pattern={{major}}
218218
type=sha
219219
- name: Login to Docker Hub
220-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
220+
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
221221
with:
222222
username: ${{ vars.DOCKERHUB_USERNAME }}
223223
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -252,7 +252,7 @@ jobs:
252252
matrix:
253253
node-version: [24, 25]
254254
steps:
255-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
255+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
256256
with:
257257
submodules: 'recursive'
258258
- name: Setup Docker metadata
@@ -261,7 +261,7 @@ jobs:
261261
with:
262262
images: harperfast/harper-pro-gpu
263263
- name: Login to Docker Hub
264-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
264+
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
265265
with:
266266
username: ${{ vars.DOCKERHUB_USERNAME }}
267267
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -302,7 +302,7 @@ jobs:
302302
outputs:
303303
docker-image-tag: ${{ steps.meta.outputs.version }}
304304
steps:
305-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
305+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
306306
with:
307307
sparse-checkout: Dockerfile-gpu
308308
sparse-checkout-cone-mode: false
@@ -330,7 +330,7 @@ jobs:
330330
type=semver,pattern={{major}},enable=${{ matrix.node-version == steps.default.outputs.node-version }}
331331
type=sha,enable=${{ matrix.node-version == steps.default.outputs.node-version }}
332332
- name: Login to Docker Hub
333-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
333+
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
334334
with:
335335
username: ${{ vars.DOCKERHUB_USERNAME }}
336336
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -358,7 +358,7 @@ jobs:
358358
- platform: linux/arm64
359359
runner: ubuntu-24.04-arm
360360
steps:
361-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
361+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
362362
with:
363363
submodules: 'recursive'
364364
- name: Get package version
@@ -370,7 +370,7 @@ jobs:
370370
with:
371371
images: harperfast/harper-pro-openshift
372372
- name: Login to Docker Hub
373-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
373+
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
374374
with:
375375
username: ${{ vars.DOCKERHUB_USERNAME }}
376376
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -425,7 +425,7 @@ jobs:
425425
type=semver,pattern={{major}}
426426
type=sha
427427
- name: Login to Docker Hub
428-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
428+
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
429429
with:
430430
username: ${{ vars.DOCKERHUB_USERNAME }}
431431
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/publish-node-pc-image.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
- platform: linux/arm64
4545
runner: ubuntu-24.04-arm
4646
steps:
47-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
47+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4848
- name: Login to Docker Hub
49-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
49+
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
5050
with:
5151
username: ${{ vars.DOCKERHUB_USERNAME }}
5252
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -88,7 +88,7 @@ jobs:
8888
runs-on: ubuntu-latest
8989
needs: [build]
9090
steps:
91-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
91+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
9292
with:
9393
sparse-checkout: build-tools/pc-image-signature.sh
9494
sparse-checkout-cone-mode: false
@@ -99,7 +99,7 @@ jobs:
9999
pattern: digest-*
100100
merge-multiple: true
101101
- name: Login to Docker Hub
102-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
102+
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
103103
with:
104104
username: ${{ vars.DOCKERHUB_USERNAME }}
105105
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/publish-npm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
node-version: latest
2020
registry-url: 'https://registry.npmjs.org'
21-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
21+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2222
- name: Get release build
2323
env:
2424
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)