Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/actions/setup-pnpm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
echo "node=$NODE_VERSION" >> $GITHUB_OUTPUT

- name: Setup pnpm
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
with:
version: ${{ steps.versions.outputs.pnpm }}

Expand All @@ -23,7 +23,7 @@ runs:
run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV

- name: Restore pnpm cache
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
with:
path: |
${{ env.STORE_PATH }}
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
name: Setup and Install
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Setup pnpm
uses: ./.github/actions/setup-pnpm

quality:
name: Code Quality
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- uses: biomejs/setup-biome@454fa0d884737805f48d7dc236c1761a0ac3cc13 # v2
with:
version: latest
Expand All @@ -29,7 +29,7 @@ jobs:
needs: setup
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- uses: ./.github/actions/setup-pnpm
- run: pnpm build

Expand All @@ -38,7 +38,7 @@ jobs:
needs: setup
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- uses: ./.github/actions/setup-pnpm
- run: pnpm test

Expand All @@ -50,23 +50,23 @@ jobs:
contents: read
packages: write
steps:
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with:
fetch-depth: 0 # Fetch all history for proper versioning
# Set up Docker Buildx
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
# Login to GitHub Container Registry
- name: Login to GitHub Container Registry
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
# Generate Docker metadata (tags, labels)
- name: Docker metadata
id: meta
uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5
uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5
with:
images: ghcr.io/${{ github.repository }}
tags: |
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
runs-on: ubuntu-latest
if: always() # Run even if previous jobs fail
steps:
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4

- name: Generate CI Summary
run: |
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 23.11.1
pnpm 10.14.0
pnpm 10.23.0
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"dependencies": {
"@asteasolutions/zod-to-openapi": "7.3.4",
"cors": "2.8.5",
"dotenv": "17.2.1",
"dotenv": "17.2.3",
"express": "5.1.0",
"express-rate-limit": "8.0.1",
"express-rate-limit": "8.2.1",
"helmet": "8.1.0",
"http-status-codes": "2.3.0",
"pino": "9.9.0",
"pino": "9.14.0",
"pino-http": "10.5.0",
"swagger-ui-express": "5.0.1",
"zod": "3.25.76"
Expand All @@ -35,10 +35,10 @@
"@types/supertest": "6.0.3",
"@types/swagger-ui-express": "4.1.8",
"@vitest/coverage-v8": "3.2.4",
"pino-pretty": "13.1.1",
"pino-pretty": "13.1.2",
"supertest": "7.1.4",
"tsup": "8.5.0",
"tsx": "4.20.4",
"tsup": "8.5.1",
"tsx": "4.20.6",
"typescript": "5.9.2",
"vite-tsconfig-paths": "5.1.4",
"vitest": "3.2.4"
Expand All @@ -59,5 +59,5 @@
"splitting": false,
"skipNodeModulesBundle": true
},
"packageManager": "pnpm@10.14.0"
"packageManager": "pnpm@10.23.0"
}
Loading
Loading