Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
16 changes: 8 additions & 8 deletions .github/workflows/audit-api-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: yq -P < openapi.json > openapi-head.yaml

- name: Upload API spec to artifact
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: openapi-head.yaml
path: openapi-head.yaml
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
run: yq -P < openapi.json > openapi-merge-base.yaml

- name: Upload API spec to artifact
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: openapi-merge-base.yaml
path: openapi-merge-base.yaml
Expand All @@ -129,12 +129,12 @@ jobs:
specs-identical: ${{ steps.check-specs-identical.outputs.identical }}
steps:
- name: Download head API spec artifact
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: openapi-head.yaml

- name: Download merge base API spec artifact
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: openapi-merge-base.yaml

Expand All @@ -161,7 +161,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}

- name: Download head API spec artifact
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: openapi-head.yaml

Expand Down Expand Up @@ -210,12 +210,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download head API spec artifact
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: openapi-head.yaml

- name: Download merge base API spec artifact
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: openapi-merge-base.yaml

Expand Down Expand Up @@ -334,4 +334,4 @@ jobs:
exit 1
fi
- name: Verify API Spec Check Passed
run: echo "✅ All API specification checks passed successfully!"
run: echo "✅ All API specification checks passed successfully!"
30 changes: 15 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
with:
mode: firewall-free

- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0

- name: Setup node:${{ matrix.node-version }}
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}

Expand All @@ -56,7 +56,7 @@ jobs:

- name: restore lerna dependencies
id: lerna-cache
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 #v4.2.3
uses: actions/cache@v5
with:
path: |
node_modules
Expand Down Expand Up @@ -101,18 +101,18 @@ jobs:
with:
mode: firewall-free

- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Setup node 20
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
uses: actions/setup-node@v6
with:
node-version: 20

- name: restore lerna dependencies
id: lerna-cache
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 #v4.2.3
uses: actions/cache@v5
with:
path: |
node_modules
Expand Down Expand Up @@ -152,12 +152,12 @@ jobs:
with:
mode: firewall-free

- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Setup node 20
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
uses: actions/setup-node@v6
with:
node-version: 20 # this just needs to pass our lock file requirement for compilation

Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:

- name: restore lerna dependencies
id: lerna-cache
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 #v4.2.3
uses: actions/cache@v5
with:
path: |
node_modules
Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.sha }}

Expand Down Expand Up @@ -316,7 +316,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.sha }}

Expand All @@ -327,7 +327,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.sha }}

Expand All @@ -342,18 +342,18 @@ jobs:
with:
mode: firewall-free

- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Setup node 22
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
uses: actions/setup-node@v6
with:
node-version: 22

- name: restore lerna dependencies
id: lerna-cache
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 #v4.2.3
uses: actions/cache@v5
with:
path: |
node_modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/claude-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
AWS_SESSION_TOKEN: ${{ secrets.AWS_SESSION_TOKEN }}
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Configure AWS Credentials (OIDC)
uses: aws-actions/configure-aws-credentials@v5
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
mode: firewall-free

- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@v6

- name: Setup Node
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
uses: actions/setup-node@v6
with:
node-version-file: .nvmrc

Expand Down
Loading