Skip to content

Commit 856a8bb

Browse files
Merge branch 'develop' into dependabot/npm_and_yarn/develop/aws-cdk-4bb53266df
2 parents b731638 + 5bc4a83 commit 856a8bb

File tree

8 files changed

+32
-32
lines changed

8 files changed

+32
-32
lines changed

.github/workflows/bootstrap_region.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
ref: ${{ github.sha }}
5050
- name: Setup Node.js
51-
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
51+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
5252
with:
5353
node-version: "22"
5454
- name: Setup dependencies
@@ -103,7 +103,7 @@ jobs:
103103
mask-aws-account-id: true
104104
- id: go-setup
105105
name: Setup Go
106-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
106+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
107107
with:
108108
go-version: '>=1.23.0'
109109
- id: go-env

.github/workflows/publish_v3_layer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
pipx install git+https://github.com/python-poetry/poetry@bd500dd3bdfaec3de6894144c9cedb3a9358be84 # v2.0.1
124124
pipx inject poetry git+https://github.com/python-poetry/poetry-plugin-export@8c83d26603ca94f2e203bfded7b6d7f530960e06 # v1.8.0
125125
- name: Setup Node.js
126-
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
126+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
127127
with:
128128
node-version: "18.20.4"
129129
- name: Setup python

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
permissions:
2828
contents: write # create release in draft mode
2929
steps:
30-
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v5.20.1
30+
- uses: release-drafter/release-drafter@267d2e0268deae5d44f3ba5029dd4d6e85f9d52d # v5.20.1
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/reusable_deploy_v3_layer_stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
role-to-assume: ${{ secrets.AWS_LAYERS_ROLE_ARN }}
168168
mask-aws-account-id: true
169169
- name: Setup Node.js
170-
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
170+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
171171
with:
172172
node-version: "18.20.4"
173173
- name: Setup python

.github/workflows/reusable_deploy_v3_sar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
role-to-assume: ${{ secrets.AWS_SAR_V3_ROLE_ARN }}
110110
mask-aws-account-id: true
111111
- name: Setup Node.js
112-
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
112+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
113113
with:
114114
node-version: ${{ env.NODE_VERSION }}
115115
- name: Download artifact

.github/workflows/run-e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
architecture: "x64"
6363
cache: "poetry"
6464
- name: Setup Node.js
65-
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
65+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
6666
with:
6767
node-version: "20.10.0"
6868
- name: Install CDK CLI

poetry.lock

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ types-python-dateutil = "^2.8.19.6"
116116
aws-cdk-aws-appsync-alpha = "^2.59.0a0"
117117
httpx = ">=0.23.3,<0.29.0"
118118
sentry-sdk = ">=1.22.2,<3.0.0"
119-
ruff = ">=0.5.1,<0.14.12"
119+
ruff = ">=0.5.1,<0.14.14"
120120
retry2 = "^0.9.5"
121121
pytest-socket = ">=0.6,<0.8"
122122
types-redis = "^4.6.0.7"

0 commit comments

Comments
 (0)