Skip to content

Commit 7067113

Browse files
authored
Update codeql.yml
1 parent 6e96a7e commit 7067113

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ on:
1919
schedule:
2020
- cron: '19 1 * * 1'
2121

22+
env:
23+
SL_BETA: ""
24+
SL_BETA_PASSWORD: ""
25+
SL_REFERENCES: ../References
26+
27+
2228
jobs:
2329
analyze:
2430
name: Analyze (${{ matrix.language }})
@@ -114,10 +120,6 @@ jobs:
114120
- name: Run SecretLabDependenciesBuilder
115121
run: |
116122
builder-out/SecretLabDependenciesBuilder.exe
117-
118-
- name: Set dynamic variable
119-
run: echo "SL_REFERENCES=$(realpath References)" >> $GITHUB_ENV
120-
121123
122124
# Add any setup steps before running the `github/codeql-action/init` action.
123125
# This includes steps like installing compilers or runtimes (`actions/setup-node`

0 commit comments

Comments
 (0)