We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 45c71bd + 9ebd1dd commit eacaf86Copy full SHA for eacaf86
.github/workflows/ci-cd.yml
@@ -6,8 +6,13 @@ on:
6
pull_request:
7
branches: [ main, develop ]
8
9
+permissions:
10
+ contents: read
11
+ security-events: write
12
+ actions: read
13
+
14
env:
- NODE_VERSION: '18'
15
+ NODE_VERSION: '20'
16
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
17
18
jobs:
@@ -135,12 +140,12 @@ jobs:
135
140
136
141
# CodeQL Analysis
137
142
- name: Initialize CodeQL
138
- uses: github/codeql-action/init@v2
143
+ uses: github/codeql-action/init@v3
139
144
with:
145
languages: javascript
146
147
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v2
148
+ uses: github/codeql-action/analyze@v3
149
150
# Custom Security Tests
151
- name: Run security tests
0 commit comments