Ismo Vuorinen 66ddc6a9db ci: migrate CodeQL to ivuorinen/actions/codeql-analysis (#486)
* ci: migrate codeql to composable workflow

* fix: correct codeql workflow permissions, cron, and action ref

- Set root-level permissions to {}
- Add job-level permissions (actions, contents, packages, security-events)
- Pin action ref to commit hash with version comment
- Fix mangled cron schedule
- Clean up workflow structure

* fix: correct codeql workflow language, queries, permissions, and action ref

- Use 'javascript' instead of 'javascript-typescript' for CodeQL language
- Add queries: security-and-quality parameter
- Set root-level permissions to {}
- Add job-level permissions (actions, contents, packages, security-events)
- Pin action ref to commit hash with version comment
- Fix mangled cron schedule
2026-03-07 17:49:19 +02:00
2025-11-27 16:24:59 +02:00
2024-08-21 17:23:59 +03:00
2023-05-04 15:52:34 +03:00
2025-11-27 16:24:59 +02:00
2026-03-06 02:39:37 +00:00
2023-05-04 15:52:34 +03:00
2026-03-06 02:39:37 +00:00

@ivuorinen/base-configs

npm package license MIT ivuorinen's Code Style

This is a meta package for all my base configs.

The main reason for this package is to make it easier to use these configs in other projects, and to update them all at once. No more pull requests to update all the configs one at a time!

license MIT ivuorinen's Code Style

A collection of base configs for code quality and linting tools. Heavily based on @demartini/base-configs

Table of Contents

Usage

# npm
npm install @ivuorinen/base-configs --save-dev

# yarn
yarn add @ivuorinen/base-configs --dev

Available Configurations

Tool Package Version
Browserslist @ivuorinen/browserslist-config @ivuorinen/browserslist-config
CommitLint @ivuorinen/commitlint-config @ivuorinen/commitlint-config
ESLint @ivuorinen/eslint-config @ivuorinen/eslint-config
MarkdownLint @ivuorinen/markdownlint-config @ivuorinen/markdownlint-config
Prettier @ivuorinen/prettier-config @ivuorinen/prettier-config
semantic-release @ivuorinen/semantic-release-config @ivuorinen/semantic-release-config
stylelint @ivuorinen/stylelint-config @ivuorinen/stylelint-config

Badge

Show the world that you are using ivuorinen's code style in your project by including the badge in your readme.

ivuorinen's Code Style

[![ivuorinen's Code Style](https://img.shields.io/badge/code_style-ivuorinen%E2%80%99s-663399.svg?labelColor=292a44&style=flat-square)](https://github.com/ivuorinen/base-configs)

Contributing

If you are interested in helping contribute, please take a look at our contribution guidelines and open an issue or pull request.

Changelog

See CHANGELOG for a human-readable history of changes.

License

Distributed under the MIT License. See LICENSE for more information.

Description
No description provided
Readme MIT 7.4 MiB
Languages
JavaScript 100%