Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
20e8be1
Bump pip in /scripts/docker/examples/python/assets/hello_world
dependabot[bot] Nov 6, 2025
d64cee9
Bump @typescript-eslint/parser from 8.46.1 to 8.46.3
dependabot[bot] Nov 10, 2025
4746820
Bump actions/download-artifact from 5 to 6
dependabot[bot] Nov 11, 2025
a213547
Bump js-yaml from 4.1.0 to 4.1.1 in /src/cloudevents
dependabot[bot] Nov 15, 2025
298e9ce
Bump js-yaml from 4.1.0 to 4.1.1
dependabot[bot] Nov 15, 2025
cbf1eca
Bump @faker-js/faker from 9.9.0 to 10.1.0
dependabot[bot] Nov 18, 2025
f4298bc
Bump js-yaml in /src/eventcatalog
dependabot[bot] Nov 18, 2025
de06864
Bump glob in /src/eventcatalog
dependabot[bot] Nov 18, 2025
c2ef847
Bump github/codeql-action from 4.30.8 to 4.31.4
dependabot[bot] Nov 19, 2025
7824a5d
Bump astro from 5.15.3 to 5.16.0 in /src/eventcatalog
dependabot[bot] Nov 21, 2025
69ef7ab
Bump peter-evans/create-pull-request from 7.0.8 to 7.0.9
dependabot[bot] Nov 24, 2025
4c2ed52
Bump @types/aws-lambda from 8.10.155 to 8.10.157
dependabot[bot] Nov 24, 2025
3234cca
Bump axios from 1.10.0 to 1.12.0
dependabot[bot] Nov 24, 2025
5116f02
Bump axios from 1.10.0 to 1.12.0 in /lambdas/refresh-apim-access-token
dependabot[bot] Nov 24, 2025
d4875a3
Bump eslint from 9.37.0 to 9.39.1
dependabot[bot] Nov 24, 2025
0ced9f7
Merge dependabot/npm_and_yarn/lambdas/refresh-apim-access-token/axios…
github-actions[bot] Dec 18, 2025
df79f05
Merge dependabot/npm_and_yarn/axios-1.12.0 into dependabotCombined
github-actions[bot] Dec 18, 2025
d6de019
Merge dependabot/github_actions/peter-evans/create-pull-request-7.0.9…
github-actions[bot] Dec 18, 2025
5cac29f
Merge dependabot/npm_and_yarn/src/eventcatalog/astro-5.16.0 into depe…
github-actions[bot] Dec 18, 2025
4f804a0
Merge dependabot/github_actions/github/codeql-action-4.31.4 into depe…
github-actions[bot] Dec 18, 2025
e2ebdb7
Merge dependabot/npm_and_yarn/src/eventcatalog/multi-12cb0b0c21 into …
github-actions[bot] Dec 18, 2025
6f488c6
Merge dependabot/npm_and_yarn/src/eventcatalog/multi-75e6bc5210 into …
github-actions[bot] Dec 18, 2025
7b1db1c
Merge dependabot/npm_and_yarn/js-yaml-4.1.1 into dependabotCombined
github-actions[bot] Dec 18, 2025
33213e1
Merge dependabot/npm_and_yarn/src/cloudevents/js-yaml-4.1.1 into depe…
github-actions[bot] Dec 18, 2025
dfdb66d
Merge dependabot/npm_and_yarn/typescript-eslint/parser-8.46.3 into de…
github-actions[bot] Dec 18, 2025
4740450
Merge dependabot/npm_and_yarn/eslint-9.39.1 into dependabotCombined
github-actions[bot] Dec 18, 2025
8d98259
Merge dependabot/npm_and_yarn/faker-js/faker-10.1.0 into dependabotCo…
github-actions[bot] Dec 18, 2025
563961d
Merge dependabot/pip/scripts/docker/examples/python/assets/hello_worl…
github-actions[bot] Dec 18, 2025
5f376fe
Merge dependabot/npm_and_yarn/types/aws-lambda-8.10.157 into dependab…
github-actions[bot] Dec 18, 2025
e960297
Merge dependabot/github_actions/actions/download-artifact-6 into depe…
github-actions[bot] Dec 18, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Create Pull Request
if: ${{ !env.ACT }}
uses: peter-evans/create-pull-request@v7.0.8
uses: peter-evans/create-pull-request@v7.0.9
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Drift from template
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ jobs:
# Upload the results to GitHub's code scanning dashboard (optional).
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
uses: github/codeql-action/upload-sarif@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
with:
sarif_file: results.sarif
4 changes: 2 additions & 2 deletions .github/workflows/stage-2-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,11 @@ jobs:
with:
fetch-depth: 0 # Full history is needed to improving relevancy of reporting
- name: "Download coverage report for SONAR"
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: code-coverage-report
- name: "Download Python coverage reports"
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: python-coverage-reports
path: src/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/stage-5-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ jobs:
uses: actions/checkout@v5

- name: "Get artifacts: jekyll docs"
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
path: ./artifacts/jekyll-docs-${{ inputs.version }}
name: jekyll-docs-${{ inputs.version }}

- name: "Get artifacts: schema"
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
path: ./artifacts/schemas-${{ inputs.version }}
name: schemas-${{ inputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion lambdas/key-generation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"@tsconfig/node22": "^22.0.2",
"@types/aws-lambda": "^8.10.148",
"@types/aws-lambda": "^8.10.159",
"@types/jest": "^29.5.14",
"@types/node": "^24.0.10",
"@types/node-jose": "^1.1.13",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/mesh-poll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
},
"devDependencies": {
"@tsconfig/node22": "^22.0.2",
"@types/aws-lambda": "^8.10.155",
"@types/aws-lambda": "^8.10.159",
"@types/jest": "^30.0.0",
"jest": "^30.2.0",
"jest-mock-extended": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions lambdas/refresh-apim-access-token/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"dependencies": {
"@aws-sdk/client-ssm": "^3.840.0",
"aws-lambda": "^1.0.7",
"axios": "1.10.0",
"axios": "1.12.0",
"esbuild": "^0.25.9",
"jsonwebtoken": "^9.0.2",
"utils": "*",
"qs": "^6.14.0"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.2",
"@types/aws-lambda": "^8.10.148",
"@types/aws-lambda": "^8.10.159",
"@types/jest": "^29.5.14",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^24.0.10",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/ttl-create-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"devDependencies": {
"@tsconfig/node22": "^22.0.2",
"@types/aws-lambda": "^8.10.155",
"@types/aws-lambda": "^8.10.159",
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"typescript": "^5.9.3"
Expand Down
2 changes: 1 addition & 1 deletion lambdas/ttl-handle-expiry-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"devDependencies": {
"@tsconfig/node22": "^22.0.2",
"@types/aws-lambda": "^8.10.155",
"@types/aws-lambda": "^8.10.159",
"@types/jest": "^29.5.14",
"aws-sdk-client-mock": "^4.1.0",
"aws-sdk-client-mock-jest": "^4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/ttl-poll-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@tsconfig/node22": "^22.0.2",
"@types/aws-lambda": "^8.10.155",
"@types/aws-lambda": "^8.10.159",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.20",
"aws-sdk-client-mock": "^4.1.0",
Expand Down
Loading