Ismo Vuorinen ee3606e3cb fix(ci): consolidate CodeQL workflows with proper permissions (#473)
* fix(ci): consolidate CodeQL workflows with proper permissions

Merge codeql.yml and codeql-analysis.yml into a single workflow.
Add top-level permissions block to fix Checkov CKV2_GHA_1.

Changes:
- Add top-level permissions (actions: read, contents: read)
- Add merge_group trigger
- Enable security-and-quality query suite
- Use javascript-typescript language with build-mode: none
- Remove redundant codeql-analysis.yml

* fix(ci): include all required permissions at job level

Job-level permissions override top-level permissions in GitHub Actions
rather than extending them. Add actions: read and contents: read to
the job-level block so the analyze job retains all required permissions.
2026-02-26 22:20:14 +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
2025-11-27 16:24:59 +02:00
2026-01-30 14:47:05 +00:00
2023-05-04 15:52:34 +03: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 6.6 MiB
Languages
JavaScript 100%