Skip to content

Commit af44b73

Browse files
committed
fixup! refactor: move security jobs to security.yaml
1 parent abe55f0 commit af44b73

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/security.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
name: "Security Scanning"
32

43
on:
@@ -18,7 +17,7 @@ concurrency:
1817
group: ${{ github.workflow }}-${{ github.ref }}
1918
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
2019

21-
jobs:
20+
jobs:
2221
audit-ci:
2322
name: Run audit-ci
2423
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)