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 fcc3ce1 commit d345d73Copy full SHA for d345d73
.github/workflows/security.yml
@@ -0,0 +1,26 @@
1
+name: Security Analysis
2
+
3
+on:
4
+ workflow_dispatch:
5
+ pull_request:
6
+ types: [opened, synchronize]
7
+ paths:
8
+ - ".github/workflows/**"
9
+ push:
10
+ branches:
11
+ - main
12
13
14
15
+permissions: {}
16
17
+concurrency:
18
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
19
+ cancel-in-progress: ${{ github.ref_name != 'main' }}
20
21
+jobs:
22
+ security:
23
+ name: Security Analysis
24
+ runs-on: ubuntu-latest
25
+ steps:
26
+ - uses: oxc-project/security-action@fbbd523b1e765ceb174cb819b92c453bb1da265e # v1.0.0
.github/workflows/zizmor.yml
0 commit comments