Skip to content

Commit f41efb0

Browse files
committed
test
1 parent 249421d commit f41efb0

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: "Security Scan"
2+
3+
on:
4+
push:
5+
branches: [ "fix/package" ]
6+
pull_request:
7+
branches: [ "fix/package" ]
8+
9+
jobs:
10+
analyze:
11+
name: Analyze
12+
runs-on: ubuntu-latest
13+
permissions:
14+
actions: read
15+
contents: read
16+
security-events: write
17+
18+
steps:
19+
- name: Checkout repository
20+
uses: actions/checkout@v4
21+
22+
- name: Initialize CodeQL
23+
uses: github/codeql-action/init@v3
24+
with:
25+
languages: 'javascript' # چون پروژه شما React است
26+
27+
- name: Perform CodeQL Analysis
28+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)