Skip to content

Commit 2aa5f31

Browse files
chore(deps): update all non-major dependencies
1 parent 3bc7d90 commit 2aa5f31

File tree

14 files changed

+770
-287
lines changed

14 files changed

+770
-287
lines changed

.github/workflows/dockerfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Use Node.js
3838
uses: actions/setup-node@v6.1.0
3939
with:
40-
node-version: 24.11.1
40+
node-version: 24.12.0
4141
cache: "npm"
4242

4343
- name: Install npm dependencies

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Use Node.js
3535
uses: actions/setup-node@v6.1.0
3636
with:
37-
node-version: 24.11.1
37+
node-version: 24.12.0
3838
cache: "npm"
3939

4040
- name: Install Dependencies

.github/workflows/runtime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Use Node.js
3838
uses: actions/setup-node@v6.1.0
3939
with:
40-
node-version: 24.11.1
40+
node-version: 24.12.0
4141
cache: "npm"
4242

4343
- name: Install Dependencies

.github/workflows/trivy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Use Node.js
4343
uses: actions/setup-node@v6.1.0
4444
with:
45-
node-version: 24.11.1
45+
node-version: 24.12.0
4646
cache: "npm"
4747

4848
- name: Install npm dependencies
@@ -55,13 +55,13 @@ jobs:
5555
continue-on-error: true
5656

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

6363
- name: Upload Trivy image scan results to GitHub Security tab
64-
uses: github/codeql-action/upload-sarif@v4.31.7
64+
uses: github/codeql-action/upload-sarif@v4.31.8
6565
with:
6666
category: "trivy-image"
6767
sarif_file: "image.sarif"

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ services:
4343
- commitrack
4444

4545
db:
46-
image: docker.io/postgres:18.1-alpine3.22@sha256:154ea39af68ff30dec041cd1f1b5600009993724c811dbadde54126eb10bedd1
46+
image: docker.io/postgres:18.1-alpine3.23@sha256:eca6fb2d91fda290eb8cfb8ba53dd0dcbf3508a08011e30adb039ea7c8e1e9f2
4747
container_name: commitrack-db
4848
ports:
4949
- "5432:5432"

0 commit comments

Comments
 (0)