3 Commits

Author SHA1 Message Date
af702735ad ci: migrate codeql to composable workflow 2026-03-07 14:10:46 +02:00
semantic-release-bot
8319c6810d chore(release): 1.0.11 [skip ci]
## [1.0.11](https://github.com/ivuorinen/base-configs-stylelint/compare/v1.0.10...v1.0.11) (2026-03-07)
2026-03-07 06:06:34 +00:00
renovate[bot]
2a2260880f chore(deps): update github/codeql-action action (v4.32.5 → v4.32.6) (#120)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-07 06:03:53 +00:00
3 changed files with 14 additions and 27 deletions

View File

@@ -1,46 +1,31 @@
---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: 'CodeQL'
name: "CodeQL"
on:
push:
branches: ['main']
branches: ["main"]
pull_request:
branches: ['main']
branches: ["main"]
schedule:
- cron: '30 1 * * 0' # Run at 1:30 AM UTC every Sunday
- cron: " - cron: '30 1 * * 0' # Run at 1:30 AM UTC every Sunday"
merge_group:
permissions: {}
permissions:
actions: read
contents: read
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ['javascript'] # Add languages used in your actions
language: ["actions", "javascript-typescript"]
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Initialize CodeQL
uses: github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
- name: CodeQL Analysis
uses: ivuorinen/actions/codeql-analysis@main
with:
languages: ${{ matrix.language }}
queries: security-and-quality
- name: Autobuild
uses: github/codeql-action/autobuild@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
with:
category: '/language:${{matrix.language}}'
language: ${{ matrix.language }}

View File

@@ -3,6 +3,8 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.0.11](https://github.com/ivuorinen/base-configs-stylelint/compare/v1.0.10...v1.0.11) (2026-03-07)
## [1.0.10](https://github.com/ivuorinen/base-configs-stylelint/compare/v1.0.9...v1.0.10) (2026-03-05)
## [1.0.9](https://github.com/ivuorinen/base-configs-stylelint/compare/v1.0.8...v1.0.9) (2026-03-05)

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/stylelint-config",
"version": "1.0.10",
"version": "1.0.11",
"type": "module",
"description": "ivuorinen's shareable configuration for stylelint.",
"author": {