Skip to content

Commit a203a36

Browse files
authored
Merge branch 'main' into chore/drop-node20
2 parents 000a891 + 8f72707 commit a203a36

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ossf_scorecard.yml

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

4545
# Upload the results to GitHub's code scanning dashboard.
4646
- name: "Upload to code-scanning"
47-
uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
47+
uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
4848
with:
4949
sarif_file: results.sarif

.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@5de93583980a40bd78603b6dfdcda5b4df377b32 # v5.20.1
30+
- uses: release-drafter/release-drafter@563bf132657a13ded0b01fcb723c5a58cdd824e2 # v5.20.1
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

package-lock.json

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

packages/idempotency/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
"@aws-sdk/client-dynamodb": "^3.1014.0",
155155
"@aws-sdk/lib-dynamodb": "^3.1014.0",
156156
"@aws-sdk/util-dynamodb": "^3.996.2",
157-
"@aws/durable-execution-sdk-js": "^1.1.1",
157+
"@aws/durable-execution-sdk-js": "^1.1.2",
158158
"aws-sdk-client-mock": "^4.1.0"
159159
}
160160
}

0 commit comments

Comments
 (0)