From 2b4b37699b46dc0e5465c77794b922a36ace0c04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 08:03:17 +0000 Subject: [PATCH] chore(deps): bump MatteoGabriele/agentscan-action from 2.2.0 to 2.3.0 Bumps [MatteoGabriele/agentscan-action](https://github.com/matteogabriele/agentscan-action) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/matteogabriele/agentscan-action/releases) - [Commits](https://github.com/matteogabriele/agentscan-action/compare/e02ef270c024bfad3541b2a71619c3c9f20b3312...cf7615ba9f4fa86beab3323bc84b803ab430f8dc) --- updated-dependencies: - dependency-name: MatteoGabriele/agentscan-action dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 bd58896ef5d6..c530f078a058 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -116,7 +116,7 @@ jobs: restore-keys: agentscan-cache- - name: AgentScan - uses: MatteoGabriele/agentscan-action@e02ef270c024bfad3541b2a71619c3c9f20b3312 # v2.2.0 + uses: MatteoGabriele/agentscan-action@cf7615ba9f4fa86beab3323bc84b803ab430f8dc # v2.3.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} trusted-author-associations: 'collaborator,member,owner'