Below you will find pages that utilize the taxonomy term “Lfventura”
July 15, 2026
Repository Languages and CodeQL Support Map
Version updated for https://github.com/lfventura/list-repository-languages to version v4.0.0.
This action is used across all versions by 7 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action, list-repository-languages, automates the detection of repository languages and maps them to the CodeQL matrix. It supports two detection methods: linguist-js (default) and using the GitHub API. The action helps in accurately identifying the programming languages in a repository by either analyzing the local checkout or querying GitHub’s API, depending on user preference. This is particularly useful for integrating language-based analysis into CI/CD pipelines with CodeQL.
July 3, 2026
Repository Languages and CodeQL Support Map
Version updated for https://github.com/lfventura/list-repository-languages to version v3.3.0.
This action is used across all versions by 7 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed What’s Changed feat: force_languages input by @lfventura in https://github.com/lfventura/list-repository-languages/pull/8 Full Changelog: https://github.com/lfventura/list-repository-languages/compare/v3.2.1...v3.3.0