Skip to content

Commit ab59a3d

Browse files
dependabot[bot]psiinon
authored andcommitted
Bump gradle/actions from 5.0.0 to 5.0.1 in the gha group
Bumps the gha group with 1 update: [gradle/actions](https://github.com/gradle/actions). Updates `gradle/actions` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/gradle/actions/releases) - [Commits](gradle/actions@4d9f0ba...f29f5a9) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gha ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 547a60d commit ab59a3d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
with:
2020
distribution: 'temurin'
2121
java-version: ${{ matrix.java }}
22-
- uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0
22+
- uses: gradle/actions/setup-gradle@f29f5a9d7b09a7c6b29859002d29d24e1674c884 # v5.0.1
2323
- run: ./gradlew assemble
2424
- run: ./gradlew check

active/OpenModelContextProtocolServer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ helpLink: https://www.zaproxy.org/docs/desktop/addons/community-scripts/
3535
}
3636

3737
/**
38-
* Scans a node for exposed MCP servers
38+
* Scans a host for exposed MCP servers
3939
* @param as - ActiveScan object
4040
* @param msg - HttpMessage object
4141
*/
42-
function scanNode(as, msg) {
42+
function scanHost(as, msg) {
4343
print(
4444
"MCP Server Detector: Scanning " +
4545
msg.getRequestHeader().getURI().toString()

0 commit comments

Comments
 (0)