alpha
Login
or
Join now
danielroe.dev
/
errx
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/errx. Zero dependency library to capture and parse stack traces in Node, Bun, Deno and more.
error
stack-trace
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:00 PM +0100)
commit
4e217465
4e217465e5ced32d9f39ba2d2b8b291a4d87a0a8
parent
7a2cafd9
7a2cafd939f78efab04b02dae8100b1ef2a3654a
+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: