Skip to content

Commit f4a21c9

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/upload-artifact-5.0.0
2 parents ef9c1c6 + f5c64f3 commit f4a21c9

File tree

7 files changed

+47
-47
lines changed

7 files changed

+47
-47
lines changed

.github/workflows/layers_partition_verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
region: ${{ fromJson(needs.setup.outputs.regions) }}
121121
steps:
122122
- name: Download Metadata
123-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
123+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
124124
with:
125125
name: AWSLambdaPowertoolsTypeScriptV2.json
126126
- id: transform

.github/workflows/layers_partitions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,11 @@ jobs:
136136
region: ${{ fromJson(needs.setup.outputs.regions) }}
137137
steps:
138138
- name: Download Zip
139-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
139+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
140140
with:
141141
name: AWSLambdaPowertoolsTypeScriptV2.zip
142142
- name: Download Metadata
143-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
143+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
144144
with:
145145
name: AWSLambdaPowertoolsTypeScriptV2.json
146146
- name: Verify Layer Signature

.github/workflows/ossf_scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343

4444
# Upload the results to GitHub's code scanning dashboard.
4545
- name: "Upload to code-scanning"
46-
uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
46+
uses: github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
4747
with:
4848
sarif_file: results.sarif

.github/workflows/reusable_deploy_layer_stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: Setup dependencies
8888
uses: aws-powertools/actions/.github/actions/cached-node-modules@29979bc5339bf54f76a11ac36ff67701986bb0f0
8989
- name: Download artifact
90-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
90+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
9191
with:
9292
name: ${{ inputs.artifact-name }}
9393
- name: Unzip artifact

examples/snippets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@aws-sdk/client-ssm": "^3.913.0",
4141
"@aws-sdk/util-dynamodb": "^3.913.0",
4242
"@middy/core": "^4.7.0",
43-
"@redis/client": "^5.8.3",
43+
"@redis/client": "^5.9.0",
4444
"@valkey/valkey-glide": "^2.1.1",
4545
"aws-sdk": "^2.1692.0",
4646
"aws-sdk-client-mock": "^4.1.0",

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"homepage": "https://github.com/aws-powertools/powertools-lambda-typescript#readme",
5252
"devDependencies": {
53-
"@biomejs/biome": "^2.2.7",
53+
"@biomejs/biome": "^2.3.1",
5454
"@types/aws-lambda": "^8.10.156",
5555
"@types/node": "^24.9.1",
5656
"@vitest/coverage-v8": "^3.2.4",

0 commit comments

Comments
 (0)