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
2 changes: 1 addition & 1 deletion .github/workflows/dockerfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v6.1.0
with:
node-version: 24.11.1
node-version: 24.12.0
cache: "npm"

- name: Install npm dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v6.1.0
with:
node-version: 24.11.1
node-version: 24.12.0
cache: "npm"

- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v6.1.0
with:
node-version: 24.11.1
node-version: 24.12.0
cache: "npm"

- name: Install Dependencies
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v6.1.0
with:
node-version: 24.11.1
node-version: 24.12.0
cache: "npm"

- name: Install npm dependencies
Expand All @@ -55,13 +55,13 @@ jobs:
continue-on-error: true

- name: Upload Trivy fs scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v4.31.7
uses: github/codeql-action/upload-sarif@v4.31.8
with:
category: "trivy-fs"
sarif_file: "fs.sarif"

- name: Upload Trivy image scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v4.31.7
uses: github/codeql-action/upload-sarif@v4.31.8
with:
category: "trivy-image"
sarif_file: "image.sarif"
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:
- commitrack

db:
image: docker.io/postgres:18.1-alpine3.22@sha256:154ea39af68ff30dec041cd1f1b5600009993724c811dbadde54126eb10bedd1
image: docker.io/postgres:18.1-alpine3.23@sha256:eca6fb2d91fda290eb8cfb8ba53dd0dcbf3508a08011e30adb039ea7c8e1e9f2
container_name: commitrack-db
ports:
- "5432:5432"
Expand Down
Loading