Skip to content

Commit dc28381

Browse files
fix(deps): update dependencies (renov): all minor updates
1 parent 3ec4fb9 commit dc28381

10 files changed

+113
-798
lines changed

.github/workflows/codeql-codescan.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ jobs:
3939
uses: actions/checkout@v4
4040

4141
- name: Initialize CodeQL
42-
uses: github/codeql-action/init@v2
42+
uses: github/codeql-action/init@v3
4343
with:
4444
languages: ${{ matrix.language }}
4545
debug: true
4646

4747
- name: Autobuild
48-
uses: github/codeql-action/autobuild@v2
48+
uses: github/codeql-action/autobuild@v3
4949

5050
- name: Perform CodeQL Analysis
51-
uses: github/codeql-action/analyze@v2
51+
uses: github/codeql-action/analyze@v3

.github/workflows/issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Adding Issue Label
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: Renato66/auto-label@v2.3.0
21+
- uses: Renato66/auto-label@v3.1.1
2222
with:
2323
repo-token: ${{ secrets.GITHUB_TOKEN }}
2424
ignore-comments: true

.github/workflows/pull-request-target.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Add the PR Review Policy
22-
uses: thollander/actions-comment-pull-request@v2
22+
uses: thollander/actions-comment-pull-request@v3
2323
with:
2424
comment_tag: pr_review_policy
2525
message: |

.github/workflows/pull-request.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# or else we'll get failures
6565
- name: Get changed files
6666
id: changed_files
67-
uses: tj-actions/changed-files@v44
67+
uses: tj-actions/changed-files@v45
6868
with:
6969
files: |
7070
**.ts
@@ -105,7 +105,7 @@ jobs:
105105

106106
- name: Get Changed Unauthorized files
107107
id: changed-unauth-files
108-
uses: tj-actions/changed-files@v44
108+
uses: tj-actions/changed-files@v45
109109
with:
110110
files: |
111111
.github/**
@@ -159,7 +159,7 @@ jobs:
159159

160160
- name: Get changed files
161161
id: changed-files
162-
uses: tj-actions/changed-files@v44
162+
uses: tj-actions/changed-files@v45
163163

164164
- name: Echo number of changed files
165165
env:
@@ -227,7 +227,7 @@ jobs:
227227
node-version: [22.x]
228228
services:
229229
mongo:
230-
image: mongo:4.4
230+
image: mongo:8.0
231231
options: >-
232232
--health-cmd mongo
233233
--health-interval 10s
@@ -236,7 +236,7 @@ jobs:
236236
ports:
237237
- 27017:27017
238238
redis:
239-
image: redis:6.0
239+
image: redis:7.4
240240
options: >-
241241
--health-cmd "redis-cli ping"
242242
--health-interval 10s
@@ -301,15 +301,15 @@ jobs:
301301
run: npm run import:sample-data
302302

303303
- name: Present and upload coverage to Codecov as ${{env.CODECOV_UNIQUE_NAME}}
304-
uses: codecov/codecov-action@v4
304+
uses: codecov/codecov-action@v5
305305
with:
306306
verbose: true
307307
token: ${{ secrets.CODECOV_TOKEN }}
308308
fail_ci_if_error: false
309309
name: '${{env.CODECOV_UNIQUE_NAME}}'
310310

311311
- name: Test acceptable level of code coverage
312-
uses: VeryGoodOpenSource/very_good_coverage@v2
312+
uses: VeryGoodOpenSource/very_good_coverage@v3
313313
with:
314314
path: './coverage/lcov.info'
315315
min_coverage: 95.0
@@ -323,7 +323,7 @@ jobs:
323323
node-version: [22.x]
324324
services:
325325
mongo:
326-
image: mongo:4.4
326+
image: mongo:8.0
327327
options: >-
328328
--health-cmd mongo
329329
--health-interval 10s
@@ -332,7 +332,7 @@ jobs:
332332
ports:
333333
- 27017:27017
334334
redis:
335-
image: redis:6.0
335+
image: redis:7.4
336336
options: >-
337337
--health-cmd "redis-cli ping"
338338
--health-interval 10s

.github/workflows/push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
node-version: [22.x]
3535
services:
3636
redis:
37-
image: redis:6.0
37+
image: redis:7.4
3838
options: >-
3939
--health-cmd "redis-cli ping"
4040
--health-interval 10s
@@ -43,7 +43,7 @@ jobs:
4343
ports:
4444
- 6379:6379
4545
mongo:
46-
image: mongo:4.4
46+
image: mongo:8.0
4747
options: >-
4848
--health-cmd mongo
4949
--health-interval 10s
@@ -84,7 +84,7 @@ jobs:
8484

8585
# Upload Coverage
8686
- name: Present and upload coverage to Codecov as ${{env.CODECOV_UNIQUE_NAME}}
87-
uses: codecov/codecov-action@v4
87+
uses: codecov/codecov-action@v5
8888
with:
8989
token: ${{ secrets.CODECOV_TOKEN }}
9090
verbose: true

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626

2727
steps:
28-
- uses: actions/stale@v8
28+
- uses: actions/stale@v9
2929
with:
3030
repo-token: ${{ secrets.GITHUB_TOKEN }}
3131
stale-issue-message: 'This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue.'

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1: Install Dependencies
2-
FROM node:20.10.0 AS builder
2+
FROM node:22.12.0 AS builder
33

44
WORKDIR /usr/src/app
55

0 commit comments

Comments
 (0)