alpha
Login
or
Join now
danielroe.dev
/
firstcommit.is
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/danielroe/firstcommit.is. Find your first open-source commit on GitHub
firstcommit.is
api
commit
github
nuxt
oauth
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
ci: migrate agentscan-action to v2
author
Daniel Roe
date
1 week ago
(Jul 13, 2026, 10:01 PM +0100)
commit
68dab825
68dab82586b7031b4c24398ad453bf5f32ac4806
parent
25ca33dc
25ca33dc27c923c4da1fcfa27955d198fc59d010
+2
-3
1 changed file
Expand all
Collapse all
Unified
Split
.github
workflows
agent-scan.yml
+2
-3
.github/workflows/agent-scan.yml
View file
Reviewed
···
21
21
steps:
22
22
- name: AgentScan
23
23
id: agentscan
24
24
-
uses: MatteoGabriele/agentscan-action@d8da234c758c9a195222a68c3ecfe02a603185b6 # v1.15.1
24
24
+
uses: MatteoGabriele/agentscan-action@c7d61446e7aece6bdd3edcee4558bbfc0392615e # v2.0.1
25
25
with:
26
26
github-token: ${{ secrets.GITHUB_TOKEN }}
27
27
-
skip-members: "dependabot[bot],renovate[bot]"
28
28
-
agent-scan-comment: false
27
27
+
mode: silent
29
28
- name: Handle flagged PR
30
29
if: contains(fromJSON('["automation","mixed"]'), steps.agentscan.outputs.classification) || steps.agentscan.outputs.community-flagged == 'true'
31
30
env: