Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion variant-analysis-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: ${{ github.event.inputs.workflow_name }}
name: CodeQL Variant Analysis
# `run-name` can contain expressions, and will override the `name` once the workflow starts running
run-name: ${{ github.event.inputs.workflow_name }}
Comment thread
robertbrignull marked this conversation as resolved.
Comment thread
robertbrignull marked this conversation as resolved.

env:
CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT: true
Expand Down