Skip to content

Commit c01d4ac

Browse files
authored
ci: make security analysis required-check friendly (#89)
1 parent 08c48cc commit c01d4ac

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/security.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
workflow_dispatch:
55
pull_request:
66
types: [opened, synchronize]
7-
paths:
8-
- ".github/workflows/**"
97
push:
108
branches:
119
- main
@@ -21,6 +19,6 @@ concurrency:
2119
jobs:
2220
security:
2321
name: Security Analysis
24-
runs-on: ubuntu-latest
22+
runs-on: ubuntu-slim
2523
steps:
2624
- uses: oxc-project/security-action@fbbd523b1e765ceb174cb819b92c453bb1da265e # v1.0.0

0 commit comments

Comments
 (0)