Skip to content

Commit 7458de2

Browse files
authored
Merge branch 'main' into mollifier-configurable-constants
2 parents bb4b0af + d1f4302 commit 7458de2

16 files changed

Lines changed: 20 additions & 20 deletions

.github/workflows/changesets-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Create release PR
4646
id: changesets
47-
uses: changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf # v1.7.0
47+
uses: changesets/action@63a615b9cd06ba9a3e6d13796c7fbcb080a60a0b # v1.8.0
4848
with:
4949
version: pnpm run changeset:version
5050
commit: "chore: release"

.github/workflows/check-review-md.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Run Claude Code
3333
id: claude
34-
uses: anthropics/claude-code-action@fefa07e9c665b7320f08c3b525980457f22f58aa # v1.0.111
34+
uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1.0.133
3535
with:
3636
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
3737
use_sticky_comment: true

.github/workflows/claude-md-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Run Claude Code
3535
id: claude
36-
uses: anthropics/claude-code-action@fefa07e9c665b7320f08c3b525980457f22f58aa # v1.0.111
36+
uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1.0.133
3737
with:
3838
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
3939
use_sticky_comment: true

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Run Claude Code
5252
id: claude
53-
uses: anthropics/claude-code-action@fefa07e9c665b7320f08c3b525980457f22f58aa # v1.0.111
53+
uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1.0.133
5454
with:
5555
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
5656

.github/workflows/e2e-webapp-auth-full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090

9191
- name: 🐳 Login to DockerHub
9292
if: ${{ env.DOCKERHUB_USERNAME }}
93-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
93+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
9494
with:
9595
username: ${{ secrets.DOCKERHUB_USERNAME }}
9696
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/e2e-webapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
# ..to avoid rate limits when pulling images
6666
- name: 🐳 Login to DockerHub
6767
if: ${{ env.DOCKERHUB_USERNAME }}
68-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
68+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
6969
with:
7070
username: ${{ secrets.DOCKERHUB_USERNAME }}
7171
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/helm-prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
for file in ./charts/*.tgz; do echo "Extracting $file"; tar -xzf "$file" -C ./charts; done
9898
9999
- name: Log in to Container Registry
100-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
100+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
101101
with:
102102
registry: ${{ env.REGISTRY }}
103103
username: ${{ github.actor }}

.github/workflows/publish-webapp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,15 @@ jobs:
8282
STEPS_GET_TAG_OUTPUTS_IS_SEMVER: ${{ steps.get_tag.outputs.is_semver }}
8383

8484
- name: 🐙 Login to GitHub Container Registry
85-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
85+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
8686
with:
8787
registry: ghcr.io
8888
username: ${{ github.repository_owner }}
8989
password: ${{ secrets.GITHUB_TOKEN }}
9090

9191
- name: 🐳 Build image and push to GitHub Container Registry
9292
id: build_push
93-
uses: depot/build-push-action@5f3b3c2e5a00f0093de47f657aeaefcedff27d18 # v1.17.0
93+
uses: depot/build-push-action@98e78adca7817480b8185f474a400b451d74e287 # v1.18.0
9494
with:
9595
file: ./docker/Dockerfile
9696
platforms: linux/amd64,linux/arm64

.github/workflows/publish-worker-v4.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,14 @@ jobs:
7575
STEPS_GET_TAG_OUTPUTS_IS_SEMVER: ${{ steps.get_tag.outputs.is_semver }}
7676

7777
- name: 🐙 Login to GitHub Container Registry
78-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
78+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
7979
with:
8080
registry: ghcr.io
8181
username: ${{ github.repository_owner }}
8282
password: ${{ secrets.GITHUB_TOKEN }}
8383

8484
- name: 🐳 Build image and push to GitHub Container Registry
85-
uses: depot/build-push-action@5f3b3c2e5a00f0093de47f657aeaefcedff27d18 # v1.17.0
85+
uses: depot/build-push-action@98e78adca7817480b8185f474a400b451d74e287 # v1.18.0
8686
with:
8787
file: ./apps/${{ matrix.package }}/Containerfile
8888
platforms: linux/amd64,linux/arm64

.github/workflows/publish-worker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ jobs:
5656
tag: ${{ inputs.image_tag }}
5757

5858
- name: 🐋 Set up Docker Buildx
59-
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
59+
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
6060

6161
# ..to avoid rate limits when pulling images
6262
- name: 🐳 Login to DockerHub
6363
if: ${{ env.DOCKERHUB_USERNAME }}
64-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
64+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
6565
with:
6666
username: ${{ secrets.DOCKERHUB_USERNAME }}
6767
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -72,7 +72,7 @@ jobs:
7272
7373
# ..to push image
7474
- name: 🐙 Login to GitHub Container Registry
75-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
75+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
7676
with:
7777
registry: ghcr.io
7878
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)