Skip to content

Commit 2ee4f68

Browse files
committed
chore: merge upstream main
2 parents 363e3e1 + 90df884 commit 2ee4f68

322 files changed

Lines changed: 7143 additions & 227 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fetch-depth: 0
3535

3636
- name: Use Node.js ${{ matrix.node-version }}
37-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
37+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
3838
with:
3939
node-version: ${{ matrix.node-version }}
4040

@@ -77,20 +77,20 @@ jobs:
7777
run: npm run build-ui
7878

7979
- name: Save build folder
80-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
80+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
8181
with:
8282
name: build-ubuntu-node-${{ matrix.node-version }}-mongo-${{ matrix.mongodb-version }}
8383
if-no-files-found: error
8484
path: build
8585

8686
- name: Download the build folders
87-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
87+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8
8888
with:
8989
name: build-ubuntu-node-${{ matrix.node-version }}-mongo-${{ matrix.mongodb-version }}
9090
path: build
9191

9292
- name: Run cypress test
93-
uses: cypress-io/github-action@f790eee7a50d9505912f50c2095510be7de06aa7 # v6.10.9
93+
uses: cypress-io/github-action@bc22e01685c56e89e7813fd8e26f33dc47f87e15 # v7.1.5
9494
with:
9595
start: npm start &
9696
wait-on: 'http://localhost:3000'
@@ -112,7 +112,7 @@ jobs:
112112
fetch-depth: 0
113113

114114
- name: Use Node.js 24.x
115-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
115+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
116116
with:
117117
node-version: 24.x
118118

.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@c0fc915677567258ee3c194d03ffe7ae3dc8d741 # ratchet:github/codeql-action/init@v4
37+
uses: github/codeql-action/init@a6594f96a3c88bcd1537795a61816854dc8ccf20 # ratchet:github/codeql-action/init@v4
3838
with:
3939
languages: ${{ matrix.language }}
4040

4141
- name: Autobuild
42-
uses: github/codeql-action/autobuild@c0fc915677567258ee3c194d03ffe7ae3dc8d741 # ratchet:github/codeql-action/autobuild@v4
42+
uses: github/codeql-action/autobuild@a6594f96a3c88bcd1537795a61816854dc8ccf20 # ratchet:github/codeql-action/autobuild@v4
4343

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

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
egress-policy: audit
1616

1717
- name: 'Checkout Repository'
18-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
18+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1919
- name: Dependency Review
2020
uses: actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4
2121
with:

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Log in to Docker Hub
2222
if: github.repository == 'finos/git-proxy'
23-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
23+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
2424
with:
2525
username: finos
2626
password: ${{ secrets.DOCKER_PASSWORD }}

.github/workflows/e2e.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ jobs:
1717

1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
20+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2121

2222
- name: Set up Docker Buildx
23-
uses: docker/setup-buildx-action@7c525be6cc8a882d5163ce04293cac18617c709f
23+
uses: docker/setup-buildx-action@9cd4410b76a77e8054419e70095df406556617a8
2424

2525
- name: Set up Docker Compose
26-
uses: docker/setup-compose-action@e79596b1b4769557c41cc0bb1e796ebe62acd639
26+
uses: docker/setup-compose-action@112d3e30db3bf437d207fea57f22510569d1ab97
2727

2828
- name: Set up Node.js
29-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
29+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
3030
with:
3131
node-version: '20'
3232
cache: 'npm'

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
with:
2929
egress-policy: audit
3030

31-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
31+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3232
with:
3333
fetch-depth: 0
3434

3535
- name: Use Node.js ${{ matrix.node-version }}
36-
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
36+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
3737
with:
3838
node-version: ${{ matrix.node-version }}
3939

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
with:
1919
egress-policy: audit
2020

21-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
21+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2222

2323
# Setup .npmrc file to publish to npm
24-
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
24+
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
2525
with:
2626
node-version: '22.x'
2727
registry-url: 'https://registry.npmjs.org'

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
with:
1919
egress-policy: audit
2020

21-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
21+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2222

2323
# Setup .npmrc file to publish to npm
24-
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
24+
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
2525
with:
2626
node-version: '22.x'
2727
registry-url: 'https://registry.npmjs.org'

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
egress-policy: audit
2020

2121
- name: Install NodeJS
22-
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
22+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
2323
with:
2424
node-version: ${{ env.NODE_VERSION }}
2525

2626
- name: Code Checkout
27-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
27+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2828
with:
2929
fetch-depth: 0
3030

.github/workflows/npm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
with:
1616
egress-policy: audit
1717

18-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
18+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1919
# Setup .npmrc file to publish to npm
20-
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
20+
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
2121
with:
2222
node-version: '24'
2323
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)