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
a3d1692
build(deps): Bump aws-actions/configure-aws-credentials from 4 to 6
dependabot[bot] Sep 10, 2026
1e92b49
build(deps): Bump swagger-ui-dist from 5.32.0 to 5.32.15
dependabot[bot] Sep 10, 2026
083a9ab
build(deps): Bump marked from 17.0.1 to 17.0.6
dependabot[bot] Sep 10, 2026
20cc472
build(deps-dev): Bump @analogjs/vite-plugin-angular from 2.3.1 to 2.7.1
dependabot[bot] Sep 10, 2026
96dda33
build(deps-dev): Bump the tooling group across 1 directory with 5 upd…
dependabot[bot] Sep 10, 2026
e1c0445
Merge branch 'main' into dependabot/github_actions/aws-actions/config…
adamjohnwright Sep 10, 2026
a522247
Merge branch 'main' into dependabot/npm_and_yarn/marked-17.0.6
adamjohnwright Sep 10, 2026
f9bbd63
Merge branch 'main' into dependabot/npm_and_yarn/swagger-ui-dist-5.32.14
adamjohnwright Sep 10, 2026
af2e9b7
Merge branch 'main' into dependabot/npm_and_yarn/analogjs/vite-plugin…
adamjohnwright Sep 10, 2026
38524b8
Merge branch 'main' into dependabot/npm_and_yarn/tooling-36351d11b2
adamjohnwright Sep 10, 2026
95601bc
Merge branch 'main' into dependabot/github_actions/aws-actions/config…
adamjohnwright Sep 14, 2026
da0411b
Merge branch 'main' into dependabot/npm_and_yarn/marked-17.0.6
adamjohnwright Sep 14, 2026
d3f138a
Merge branch 'main' into dependabot/npm_and_yarn/swagger-ui-dist-5.32.14
adamjohnwright Sep 14, 2026
ea4f522
Merge branch 'main' into dependabot/npm_and_yarn/analogjs/vite-plugin…
adamjohnwright Sep 14, 2026
8d99ea4
Merge branch 'main' into dependabot/npm_and_yarn/tooling-36351d11b2
adamjohnwright Sep 14, 2026
1e347d6
Merge branch 'main' into dependabot/github_actions/aws-actions/config…
adamjohnwright Sep 14, 2026
ac7a475
Merge branch 'main' into dependabot/npm_and_yarn/marked-17.0.6
adamjohnwright Sep 14, 2026
3c3006b
Merge branch 'main' into dependabot/npm_and_yarn/swagger-ui-dist-5.32.14
adamjohnwright Sep 14, 2026
a29a1ce
Merge branch 'main' into dependabot/npm_and_yarn/analogjs/vite-plugin…
adamjohnwright Sep 14, 2026
de2e6f8
Merge branch 'main' into dependabot/npm_and_yarn/tooling-36351d11b2
adamjohnwright Sep 14, 2026
36199ea
Merge branch 'main' into dependabot/npm_and_yarn/marked-17.0.6
adamjohnwright Sep 16, 2026
760fc8c
Merge branch 'main' into dependabot/npm_and_yarn/swagger-ui-dist-5.32.14
adamjohnwright Sep 16, 2026
ba4e9ac
Merge branch 'main' into dependabot/npm_and_yarn/analogjs/vite-plugin…
adamjohnwright Sep 16, 2026
0839ea3
Merge branch 'main' into dependabot/npm_and_yarn/tooling-36351d11b2
adamjohnwright Sep 16, 2026
0003c74
Merge branch 'main' into dependabot/github_actions/aws-actions/config…
adamjohnwright Sep 16, 2026
a251e46
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/marked-1…
adamjohnwright Sep 16, 2026
0b5b7e4
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/swagger-…
adamjohnwright Sep 16, 2026
1c4d89d
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/analogjs…
adamjohnwright Sep 16, 2026
346e405
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/tooling-…
adamjohnwright Sep 16, 2026
d2ea320
Merge remote-tracking branch 'origin/dependabot/github_actions/aws-ac…
adamjohnwright Sep 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
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
npx ng build reactome --configuration production --base-href /${{ steps.version.outputs.version }}/website/

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
uses: aws-actions/configure-aws-credentials@v6
with:
role-to-assume: ${{ vars.AWS_ROLE }}
aws-region: us-east-1
Expand Down
Loading