Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
2460589
Bump asdf-vm/actions from 3 to 4
dependabot[bot] May 20, 2025
214cf4f
Bump requests in /docs/adr/assets/ADR-003/examples/python
dependabot[bot] Jun 10, 2025
1f63a6c
Bump rexml from 3.3.9 to 3.4.2 in /docs
dependabot[bot] Sep 17, 2025
bb41cc1
Bump actions/upload-artifact from 4 to 5
dependabot[bot] Oct 28, 2025
297c498
Bump eslint-plugin-unicorn from 55.0.0 to 62.0.0
dependabot[bot] Nov 10, 2025
7868cf4
Bump esbuild from 0.24.2 to 0.25.11
dependabot[bot] Nov 10, 2025
a160a7f
Bump @typescript-eslint/eslint-plugin from 8.32.0 to 8.46.2
dependabot[bot] Nov 10, 2025
1da5199
Bump js-yaml from 3.14.1 to 3.14.2
dependabot[bot] Nov 18, 2025
6009497
Bump js-yaml from 3.14.1 to 3.14.2 in /lambdas/alert-forwarding
dependabot[bot] Dec 15, 2025
17a03c1
Bump werkzeug in /scripts/docker/examples/python/assets/hello_world
dependabot[bot] Dec 15, 2025
d867e64
Merge dependabot/npm_and_yarn/lambdas/alert-forwarding/js-yaml-3.14.2…
github-actions[bot] Jan 7, 2026
fe29a53
Merge dependabot/pip/scripts/docker/examples/python/assets/hello_worl…
github-actions[bot] Jan 7, 2026
5c88bae
Merge dependabot/npm_and_yarn/js-yaml-3.14.2 into dependabotCombined
github-actions[bot] Jan 7, 2026
a11db2a
Merge dependabot/github_actions/actions/upload-artifact-5 into depend…
github-actions[bot] Jan 7, 2026
513bb87
Merge dependabot/npm_and_yarn/eslint-plugin-unicorn-62.0.0 into depen…
github-actions[bot] Jan 7, 2026
f7b8121
Merge dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-8.46.2 …
github-actions[bot] Jan 7, 2026
a1e1c6f
Merge dependabot/npm_and_yarn/esbuild-0.25.11 into dependabotCombined
github-actions[bot] Jan 7, 2026
d494aa5
Merge dependabot/bundler/docs/rexml-3.4.2 into dependabotCombined
github-actions[bot] Jan 7, 2026
2b6d5dc
Merge dependabot/pip/docs/adr/assets/ADR-003/examples/python/requests…
github-actions[bot] Jan 7, 2026
68839d3
Merge dependabot/github_actions/asdf-vm/actions-4 into dependabotComb…
github-actions[bot] Jan 7, 2026
401bea7
Merge branch 'main' into dependabotCombined
github-actions[bot] Jan 7, 2026
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
2 changes: 1 addition & 1 deletion .github/workflows/cicd-3-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
run: |
gh release download ${{steps.get-asset-version.outputs.release_version}} -p jekyll-docs-*.tar --output artifact.tar

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v5
with:
name: jekyll-docs-${{steps.get-asset-version.outputs.release_version}}
path: artifact.tar
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: SARIF file
path: results.sarif
Expand Down
2 changes: 1 addition & 1 deletion docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.3.9)
rexml (3.4.2)
rouge (4.2.1)
safe_yaml (1.0.5)
sass-embedded (1.69.5)
Expand Down
2 changes: 1 addition & 1 deletion docs/adr/assets/ADR-003/examples/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PyJWT==2.8.0
requests==2.32.2
requests==2.32.4
153 changes: 149 additions & 4 deletions lambdas/alert-forwarding/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lambdas/metric-lambda-processor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@types/jest": "^29.0.0",
"@types/lodash": "^4.14.191",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^8.27.0",
"@typescript-eslint/eslint-plugin": "^8.46.3",
"@typescript-eslint/parser": "^8.27.0",
"esbuild-visualizer": "^0.3.1",
"jest": "^29.7.0",
Expand Down
Loading
Loading