Skip to content

Commit 095db4a

Browse files
authored
Update security.yml
test
1 parent f37e768 commit 095db4a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/security.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,13 @@ jobs:
5757
steps:
5858
- name: Checkout repository
5959
uses: actions/checkout@v4
60-
60+
6161
- name: Initialize CodeQL
6262
uses: github/codeql-action/init@v3
6363
with:
6464
languages: rust
65+
env:
66+
CODEQL_ENABLE_EXPERIMENTAL_FEATURES: true
6567

6668
- name: Build
6769
run: cargo build

0 commit comments

Comments
 (0)