Skip to content

Commit 54293b7

Browse files
authored
Merge branch 'main' into fix-dashboard-navigation
2 parents 186c984 + 25277e3 commit 54293b7

File tree

7 files changed

+46
-36
lines changed

7 files changed

+46
-36
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
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

.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@b895512248b1b5b0089ac3c33ecf123c2cd6f373 # 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@b895512248b1b5b0089ac3c33ecf123c2cd6f373 # 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@b895512248b1b5b0089ac3c33ecf123c2cd6f373 # ratchet:github/codeql-action/analyze@v4
4646
with:
4747
category: '/language:${{matrix.language}}'

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: docker/setup-buildx-action@7c525be6cc8a882d5163ce04293cac18617c709f
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
2929
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ jobs:
7272

7373
# Upload the results to GitHub's code scanning dashboard.
7474
- name: 'Upload to code-scanning'
75-
uses: github/codeql-action/upload-sarif@45580472a5bb82c4681c4ac726cfdb60060c2ee1 # v3.32.4
75+
uses: github/codeql-action/upload-sarif@ae9ef3a1d2e3413523c3741725c30064970cc0d4 # v3.32.5
7676
with:
7777
sarif_file: results.sarif

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"@commitlint/config-conventional": "^19.8.1",
137137
"@eslint/compat": "^2.0.2",
138138
"@eslint/js": "^9.39.2",
139-
"@eslint/json": "^0.14.0",
139+
"@eslint/json": "^1.0.1",
140140
"@types/activedirectory2": "^1.2.6",
141141
"@types/cors": "^2.8.19",
142142
"@types/domutils": "^2.1.0",

packages/git-proxy-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"git-proxy-cli": "./dist/index.js"
77
},
88
"dependencies": {
9-
"axios": "^1.13.4",
9+
"axios": "^1.13.6",
1010
"yargs": "^17.7.2",
1111
"@finos/git-proxy": "2.0.0-rc.4"
1212
},

0 commit comments

Comments
 (0)