Skip to content

Commit

Permalink
Merge pull request #2012 from actions/codeql-add-swift
Browse files Browse the repository at this point in the history
Add Swift to the list of CodeQL-supported languages
  • Loading branch information
issyl0 authored Jun 2, 2023
2 parents 6ad4c76 + 5eb502a commit 7b8ec19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code-scanning/properties/codeql.properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "CodeQL Analysis",
"creator": "GitHub",
"enterprise": true,
"description": "Security analysis from GitHub for C, C++, C#, Go, Java, JavaScript, TypeScript, Python, Ruby and Kotlin developers.",
"description": "Security analysis from GitHub for C, C++, C#, Go, Java, JavaScript, TypeScript, Python, Ruby, Kotlin and Swift developers.",
"iconName": "octicon mark-github",
"categories": ["Code Scanning", "C", "C++", "C#", "Go", "Java", "JavaScript", "TypeScript", "Python", "Ruby", "Kotlin"]
"categories": ["Code Scanning", "C", "C++", "C#", "Go", "Java", "JavaScript", "TypeScript", "Python", "Ruby", "Kotlin", "Swift"]
}

1 comment on commit 7b8ec19

@965022-oss
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merge #2012 into
Branch: main
965022-oss-patch3
SHA: f4dbb8424c

Please sign in to comment.