Skip to content

Commit 5f6e31c

Browse files
committed
fix: fix codeql
Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
1 parent f4523d8 commit 5f6e31c

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -20,26 +20,11 @@ jobs:
2020
actions: read
2121

2222
steps:
23-
- uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
24-
with:
25-
disable-sudo: true
26-
egress-policy: block
27-
allowed-endpoints: >
28-
api.github.com:443
29-
github.com:443
30-
objects.githubusercontent.com:443
31-
32-
- name: Checkout repository
33-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
34-
with:
35-
persist-credentials: false
36-
23+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3724
- name: Initialize CodeQL
3825
uses: github/codeql-action/init@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
3926
with:
40-
languages: javascript-typescript
41-
config-file: .github/codeql/codeql-config.yml
42-
27+
languages: 'javascript'
28+
config-file: ./.github/codeql/codeql-config.yml
4329
- name: Perform CodeQL Analysis
4430
uses: github/codeql-action/analyze@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
45-

0 commit comments

Comments
 (0)