Skip to content

Commit 0332a30

Browse files
authored
Merge branch 'main' into display-git-push-actions
2 parents 6f9a16d + 50f88d7 commit 0332a30

10 files changed

Lines changed: 17 additions & 25 deletions

.github/ISSUE_TEMPLATE/meeting_minutes.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ YYYYMMDD - time
1616

1717
- [Register for future meetings](https://zoom-lfx.platform.linuxfoundation.org/meeting/95849833904?password=99413314-d03a-4b1c-b682-1ede2c399595&invite=true)
1818

19-
## Untracked attendees
20-
21-
- Full Name, Affiliation, (optional) GitHub username
22-
- ...
23-
2419
## Meeting notices
2520

2621
- FINOS **Project leads** are responsible for observing the FINOS guidelines for [running project meetings](https://community.finos.org/docs/governance/meeting-procedures/). Project maintainers can find additional resources in the [FINOS Maintainers Cheatsheet](https://community.finos.org/docs/finos-maintainers-cheatsheet).
@@ -34,19 +29,16 @@ YYYYMMDD - time
3429
## Agenda
3530

3631
- [ ] Convene & roll call (5mins)
37-
- [ ] Display [FINOS Antitrust Policy summary slide](https://community.finos.org/Compliance-Slides/Antitrust-Compliance-Slide.pdf)
38-
- [ ] Review Meeting Notices (see above)
32+
- [ ] Display [FINOS Antitrust Policy summary slide](https://community.finos.org/Compliance-Slides/Antitrust-Compliance-Slide.pdf) and review Meeting Notices (see above)
3933
- [ ] Approve past meeting minutes
4034
- [ ] Agenda item 1
4135
- [ ] Agenda item 2
4236
- [ ] ...
4337
- [ ] AOB, Q&A & Adjourn (5mins)
4438

45-
## Decisions Made
39+
## Meeting Minutes
4640

47-
- [ ] Decision 1
48-
- [ ] Decision 2
49-
- [ ] ...
41+
...
5042

5143
## Action Items
5244

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ jobs:
3434
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3535

3636
- name: Initialize CodeQL
37-
uses: github/codeql-action/init@05b1a5d28f8763fd11e77388fe57846f1ba8e766 # ratchet:github/codeql-action/init@v4
37+
uses: github/codeql-action/init@72c0b0efb7def5141326c5e13760acdda431379d # ratchet:github/codeql-action/init@v4
3838
with:
3939
languages: ${{ matrix.language }}
4040

4141
- name: Autobuild
42-
uses: github/codeql-action/autobuild@05b1a5d28f8763fd11e77388fe57846f1ba8e766 # ratchet:github/codeql-action/autobuild@v4
42+
uses: github/codeql-action/autobuild@72c0b0efb7def5141326c5e13760acdda431379d # ratchet:github/codeql-action/autobuild@v4
4343

4444
- name: Perform CodeQL Analysis
45-
uses: github/codeql-action/analyze@05b1a5d28f8763fd11e77388fe57846f1ba8e766 # ratchet:github/codeql-action/analyze@v4
45+
uses: github/codeql-action/analyze@72c0b0efb7def5141326c5e13760acdda431379d # ratchet:github/codeql-action/analyze@v4
4646
with:
4747
category: '/language:${{matrix.language}}'

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Set up Docker Buildx
16-
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
16+
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
1717

1818
- name: Checkout Repository
1919
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
@@ -36,7 +36,7 @@ jobs:
3636
3737
- name: Build and Publish Docker Image
3838
if: github.repository == 'finos/git-proxy'
39-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
39+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
4040
with:
4141
context: .
4242
file: Dockerfile

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Node.js
2929
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
3030
with:
31-
node-version: '22'
31+
node-version: '24'
3232
cache: 'npm'
3333

3434
- name: Install dependencies
@@ -66,7 +66,7 @@ jobs:
6666
run: docker compose logs git-proxy --tail=100
6767

6868
- name: Upload Cypress screenshots on failure
69-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
69+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
7070
if: failure()
7171
with:
7272
name: cypress-screenshots

.github/workflows/experimental-inventory-cli-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Setup .npmrc file to publish to npm
2424
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
2525
with:
26-
node-version: '22.x'
26+
node-version: '24.x'
2727
registry-url: 'https://registry.npmjs.org'
2828

2929
- name: check version matches input

.github/workflows/experimental-inventory-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Setup .npmrc file to publish to npm
2424
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
2525
with:
26-
node-version: '22.x'
26+
node-version: '24.x'
2727
registry-url: 'https://registry.npmjs.org'
2828

2929
- name: check version matches input

.github/workflows/pr-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ jobs:
4444
revert
4545
test
4646
break
47-
- uses: release-drafter/release-drafter@6a93d829887aa2e0748befe2e808c66c0ec6e4c7 # v6
47+
- uses: release-drafter/release-drafter@139054aeaa9adc52ab36ddf67437541f039b88e2 # v7
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/sample-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# Setup .npmrc file to publish to npm
2121
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
2222
with:
23-
node-version: '22.x'
23+
node-version: '24.x'
2424
registry-url: 'https://registry.npmjs.org'
2525

2626
- name: Install dependencies

.github/workflows/unused-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: 'Setup Node.js'
1919
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
2020
with:
21-
node-version: '22.x'
21+
node-version: '24.x'
2222
- name: 'Run depcheck'
2323
run: |
2424
npx depcheck --skip-missing --ignores="tsx,@babel/*,@commitlint/*,eslint,eslint-*,husky,ts-node,concurrently,nyc,prettier,typescript,tsconfig-paths,vite-tsconfig-paths,quicktype,history,@types/domutils,@vitest/coverage-v8,cross-env"

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22@sha256:b501c082306a4f528bc4038cbf2fbb58095d583d0419a259b2114b5ac53d12e9 AS builder
1+
FROM node:24@sha256:5a593d74b632d1c6f816457477b6819760e13624455d587eef0fa418c8d0777b AS builder
22

33
USER root
44

@@ -17,7 +17,7 @@ RUN npm run build-ui \
1717
&& cp config.schema.json dist/ \
1818
&& npm prune --omit=dev
1919

20-
FROM node:22@sha256:b501c082306a4f528bc4038cbf2fbb58095d583d0419a259b2114b5ac53d12e9 AS production
20+
FROM node:24@sha256:5a593d74b632d1c6f816457477b6819760e13624455d587eef0fa418c8d0777b AS production
2121

2222
COPY --from=builder /out/package*.json ./
2323
COPY --from=builder /out/node_modules/ /app/node_modules/

0 commit comments

Comments
 (0)