[READ-ONLY] Mirror of https://github.com/danielroe/postcss-capsize. PostCSS plugin to inject Capsize font metrics
0

Configure Feed

Select the types of activity you want to include in your feed.

ci: migrate agentscan-action to v2

Daniel Roe (Jul 13, 2026, 9:59 PM +0100) d0c6087c 14ac60ed

+2 -3
+2 -3
.github/workflows/agent-scan.yml
··· 21 21 steps: 22 22 - name: AgentScan 23 23 id: agentscan 24 - uses: MatteoGabriele/agentscan-action@ccb50da057e2ac7fcdb123db3110f00af97f0fef # v1.14.0 24 + uses: MatteoGabriele/agentscan-action@c7d61446e7aece6bdd3edcee4558bbfc0392615e # v2.0.1 25 25 with: 26 26 github-token: ${{ secrets.GITHUB_TOKEN }} 27 - skip-members: 'dependabot[bot],renovate[bot]' 28 - agent-scan-comment: false 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: