Skip to content

Commit 20b801d

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/ws-8.20.1
2 parents a546fbc + a50e5c1 commit 20b801d

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: actions/checkout@v6
5454

5555
- name: Set up pnpm
56-
uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
56+
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
5757
with:
5858
version: 11.1.2
5959

@@ -106,7 +106,7 @@ jobs:
106106

107107
- name: Log in to GHCR
108108
if: github.event_name == 'push'
109-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
109+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
110110
with:
111111
registry: ghcr.io
112112
username: ${{ github.actor }}

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v6
2323

2424
- name: Set up uv
25-
uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5
25+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
2626
with:
2727
version: "0.8.17"
2828
enable-cache: true
@@ -31,14 +31,14 @@ jobs:
3131
run: uv python install 3.13
3232

3333
- name: Initialize Pants
34-
uses: pantsbuild/actions/init-pants@ab362158088bb31685015e7f5728a4c1df3c0e6e # v10
34+
uses: pantsbuild/actions/init-pants@0aaef864bd133c4055feb6adad0bfdce0de1c2e4 # v11
3535
with:
3636
gha-cache-key: cache0-py313
3737
named-caches-hash: ${{ hashFiles('3rdparty/python/default.lock', 'pants.toml') }}
3838
pants-ci-config: ""
3939

4040
- name: Set up pnpm
41-
uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
41+
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
4242
with:
4343
version: 11.1.2
4444

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v6
2323

2424
- name: Set up uv
25-
uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5
25+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
2626
with:
2727
version: "0.8.17"
2828
enable-cache: true
@@ -31,14 +31,14 @@ jobs:
3131
run: uv python install 3.13
3232

3333
- name: Initialize Pants
34-
uses: pantsbuild/actions/init-pants@ab362158088bb31685015e7f5728a4c1df3c0e6e # v10
34+
uses: pantsbuild/actions/init-pants@0aaef864bd133c4055feb6adad0bfdce0de1c2e4 # v11
3535
with:
3636
gha-cache-key: cache0-py313
3737
named-caches-hash: ${{ hashFiles('3rdparty/python/default.lock', 'pants.toml') }}
3838
pants-ci-config: ""
3939

4040
- name: Set up pnpm
41-
uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
41+
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
4242
with:
4343
version: 11.1.2
4444

0 commit comments

Comments
 (0)