Skip to content

Commit dc4f71b

Browse files
Merge pull request #657 from projectbluefin/renovate/all-minor-patch
chore(deps): update all non-major dependencies
2 parents d85bca9 + 6513b46 commit dc4f71b

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

.github/workflows/monthly-reports.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0 # Full history for contributor tracking
2121

2222
- name: Setup Node.js
23-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
23+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
2424
with:
2525
node-version: "24"
2626
cache: "npm"

.github/workflows/pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Harden Runner
21-
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
21+
uses: step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
2222
with:
2323
egress-policy: audit
2424

2525
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2626
with:
2727
fetch-depth: 0
2828

29-
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
29+
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
3030
with:
3131
node-version: 24
3232
cache: npm
@@ -85,7 +85,7 @@ jobs:
8585
runs-on: ubuntu-latest
8686
steps:
8787
- name: Harden Runner
88-
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
88+
uses: step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
8989
with:
9090
egress-policy: audit
9191

.github/workflows/pdf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Harden Runner
14-
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
14+
uses: step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
1515
with:
1616
egress-policy: audit
1717

.github/workflows/renovate-validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Harden Runner
14-
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
14+
uses: step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
1515
with:
1616
egress-policy: audit
1717

1818
- name: Checkout
1919
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2020

2121
- name: Setup Node.js
22-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
22+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
2323
with:
2424
node-version: latest
2525

.github/workflows/update-driver-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
token: ${{ secrets.GITHUB_TOKEN }}
2323

2424
- name: Setup Node.js
25-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
25+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
2626
with:
2727
node-version: "24"
2828

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
network_mode: "host"
44
container_name: docsy
55
command: bash -c "npm i . && npm run start"
6-
image: docker.io/library/node:latest@sha256:c4bfed36421c310d1fbb6dc51faf98065768fbc1c2c1ddd554813ecaa81bb2db
6+
image: docker.io/library/node:latest@sha256:2e45682ea560ac050cca0fd1ff5e82457a717a98e95e30bbf93306833a31332c
77
working_dir: /srv/docs
88
volumes:
99
- "./:/srv/docs:Z"

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)