From e63c66fc2e48d8cac7cc8077516f783494c690a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 20:04:15 +0800 Subject: [PATCH] chore(deps): bump MatteoGabriele/agentscan-action from 2.0.1 to 2.2.0 (#22760) Bumps [MatteoGabriele/agentscan-action](https://github.com/matteogabriele/agentscan-action) from 2.0.1 to 2.2.0. - [Release notes](https://github.com/matteogabriele/agentscan-action/releases) - [Commits](https://github.com/matteogabriele/agentscan-action/compare/c7d61446e7aece6bdd3edcee4558bbfc0392615e...e02ef270c024bfad3541b2a71619c3c9f20b3312) --- updated-dependencies: - dependency-name: MatteoGabriele/agentscan-action dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9f315d2c1..f07e0e606 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -107,7 +107,7 @@ jobs: restore-keys: agentscan-cache- - name: AgentScan - uses: MatteoGabriele/agentscan-action@c7d61446e7aece6bdd3edcee4558bbfc0392615e # v2.0.1 + uses: MatteoGabriele/agentscan-action@e02ef270c024bfad3541b2a71619c3c9f20b3312 # v2.2.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} trusted-author-associations: 'collaborator,member,owner'