We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 187bd5c commit 43d8fcaCopy full SHA for 43d8fca
1 file changed
.github/workflows/security.yml
@@ -4,8 +4,6 @@ on:
4
workflow_dispatch:
5
pull_request:
6
types: [opened, synchronize]
7
- paths:
8
- - ".github/workflows/**"
9
push:
10
branches:
11
- main
@@ -21,6 +19,6 @@ concurrency:
21
19
jobs:
22
20
security:
23
name: Security Analysis
24
- runs-on: ubuntu-latest
+ runs-on: ubuntu-slim
25
steps:
26
- uses: oxc-project/security-action@fbbd523b1e765ceb174cb819b92c453bb1da265e # v1.0.0
0 commit comments