Skip to content
Merged
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
706e2e2
Bump asdf-vm/actions from 4.0.0 to 4.0.1
dependabot[bot] Mar 13, 2026
d3ecc0e
Bump actions/download-artifact from 4 to 8
dependabot[bot] Mar 13, 2026
b543086
Bump eslint-plugin-unicorn from 59.0.1 to 63.0.0
dependabot[bot] Mar 13, 2026
6472d2a
Bump peter-evans/create-pull-request from 7.0.8 to 8.1.0
dependabot[bot] Mar 13, 2026
6abd00c
Bump ossf/scorecard-action from 2.4.1 to 2.4.3
dependabot[bot] Mar 13, 2026
0784646
Bump jest-environment-jsdom from 29.7.0 to 30.3.0
dependabot[bot] Mar 13, 2026
c4dbaac
Bump eslint from 9.39.4 to 10.0.3
dependabot[bot] Mar 13, 2026
f717ddb
Bump eslint-plugin-security from 3.0.1 to 4.0.0
dependabot[bot] Mar 13, 2026
6b6d912
Bump flask in /scripts/docker/examples/python/assets/hello_world
dependabot[bot] Mar 13, 2026
e604021
Bump nokogiri from 1.18.10 to 1.19.1 in /docs
dependabot[bot] Mar 13, 2026
bd2f10c
Bump werkzeug in /scripts/docker/examples/python/assets/hello_world
dependabot[bot] Mar 13, 2026
f557059
Bump jinja2 in /scripts/docker/examples/python/assets/hello_world
dependabot[bot] Mar 13, 2026
f466c8f
Bump pip in /scripts/docker/examples/python/assets/hello_world
dependabot[bot] Mar 13, 2026
5d54727
Bump @tootallnate/once and jest-environment-jsdom
dependabot[bot] Mar 13, 2026
f0d4cd8
Bump pyjwt in /docs/adr/assets/ADR-003/examples/python
dependabot[bot] Mar 14, 2026
896c7d0
Merge dependabot/pip/docs/adr/assets/ADR-003/examples/python/pyjwt-2.…
github-actions[bot] Mar 16, 2026
dacd3b4
Merge dependabot/npm_and_yarn/multi-daf4b53396 into dependabotCombined
github-actions[bot] Mar 16, 2026
bcddbff
Merge dependabot/pip/scripts/docker/examples/python/assets/hello_worl…
github-actions[bot] Mar 16, 2026
a15be48
Merge dependabot/pip/scripts/docker/examples/python/assets/hello_worl…
github-actions[bot] Mar 16, 2026
81fccb0
Merge dependabot/bundler/docs/nokogiri-1.19.1 into dependabotCombined
github-actions[bot] Mar 16, 2026
ae64f40
Merge dependabot/pip/scripts/docker/examples/python/assets/hello_worl…
github-actions[bot] Mar 16, 2026
dcba5c6
Merge dependabot/pip/scripts/docker/examples/python/assets/hello_worl…
github-actions[bot] Mar 16, 2026
76fcf69
Merge dependabot/npm_and_yarn/eslint-plugin-security-4.0.0 into depen…
github-actions[bot] Mar 16, 2026
c360945
Merge dependabot/npm_and_yarn/eslint-10.0.3 into dependabotCombined
github-actions[bot] Mar 16, 2026
4b0b6be
Merge dependabot/npm_and_yarn/jest-environment-jsdom-30.3.0 into depe…
github-actions[bot] Mar 16, 2026
36af08f
Merge dependabot/github_actions/ossf/scorecard-action-2.4.3 into depe…
github-actions[bot] Mar 16, 2026
108c99c
Merge dependabot/github_actions/peter-evans/create-pull-request-8.1.0…
github-actions[bot] Mar 16, 2026
6d8411c
Merge dependabot/github_actions/actions/download-artifact-8 into depe…
github-actions[bot] Mar 16, 2026
4defa40
Merge dependabot/npm_and_yarn/eslint-plugin-unicorn-63.0.0 into depen…
github-actions[bot] Mar 16, 2026
9570257
Merge dependabot/github_actions/asdf-vm/actions-4.0.1 into dependabot…
github-actions[bot] Mar 16, 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
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@v8.1.0
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 @@ -37,7 +37,7 @@ jobs:
persist-credentials: false

- name: "Run analysis"
uses: ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
with:
results_file: results.sarif
results_format: sarif
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/stage-1-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
- name: "Checkout code"
uses: actions/checkout@v4
- name: "Setup ASDF"
uses: asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302
uses: asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47
- name: "Lint Terraform"
uses: ./.github/actions/lint-terraform
trivy-iac:
Expand All @@ -164,7 +164,7 @@ jobs:
- name: "Checkout code"
uses: actions/checkout@v4
- name: "Setup ASDF"
uses: asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302
uses: asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47
- name: "Trivy IaC Scan"
uses: ./.github/actions/trivy-iac
trivy-package:
Expand All @@ -178,7 +178,7 @@ jobs:
- name: "Checkout code"
uses: actions/checkout@v4
- name: "Setup ASDF"
uses: asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302
uses: asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47
- name: "Trivy Package Scan"
uses: ./.github/actions/trivy-package
count-lines-of-code:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage-2-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
with:
fetch-depth: 0 # Full history is needed to improving relevancy of reporting
- name: "Download coverage report for SONAR"
uses: actions/download-artifact@v4
uses: actions/download-artifact@v8
with:
name: code-coverage-report
- name: "Perform static analysis"
Expand Down
4 changes: 2 additions & 2 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ GEM
jekyll-seo-tag (~> 2.1)
minitest (6.0.0)
prism (~> 1.5)
nokogiri (1.18.10-arm64-darwin)
nokogiri (1.19.1-arm64-darwin)
racc (~> 1.4)
nokogiri (1.18.10-x86_64-linux-gnu)
nokogiri (1.19.1-x86_64-linux-gnu)
racc (~> 1.4)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
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
PyJWT==2.12.0
requests==2.32.4
Loading