1 Commits

Author SHA1 Message Date
renovate[bot]
76609ec4dd chore(deps): update ivuorinen/actions action (v2026.01.21 → v2026.02.03)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-04 09:51:11 +00:00
10 changed files with 984 additions and 815 deletions

View File

@@ -32,15 +32,15 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Initialize CodeQL
uses: github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
uses: github/codeql-action/init@6bc82e05fd0ea64601dd4b465378bbcf57de0314 # v4.32.1
with:
languages: ${{ matrix.language }}
queries: security-and-quality
- name: Autobuild
uses: github/codeql-action/autobuild@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
uses: github/codeql-action/autobuild@6bc82e05fd0ea64601dd4b465378bbcf57de0314 # v4.32.1
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
uses: github/codeql-action/analyze@6bc82e05fd0ea64601dd4b465378bbcf57de0314 # v4.32.1
with:
category: "/language:${{matrix.language}}"

View File

@@ -27,4 +27,4 @@ jobs:
steps:
- name: Run PR Lint
# https://github.com/ivuorinen/actions
uses: ivuorinen/actions/pr-lint@d919327c7eb6279247eb1ecf92fb4ce0d915679b # v2026.02.28
uses: ivuorinen/actions/pr-lint@f371da218e9152e7d29ee39358454e41010c36dc # v2026.02.03

View File

@@ -26,7 +26,7 @@ jobs:
steps:
- name: Run PR Lint
# https://github.com/ivuorinen/actions
uses: ivuorinen/actions/pr-lint@d919327c7eb6279247eb1ecf92fb4ce0d915679b # v2026.02.28
uses: ivuorinen/actions/pr-lint@f371da218e9152e7d29ee39358454e41010c36dc # v2026.02.03
publish:
name: Publish

View File

@@ -23,4 +23,4 @@ jobs:
issues: write
pull-requests: write
steps:
- uses: ivuorinen/actions/stale@d919327c7eb6279247eb1ecf92fb4ce0d915679b # v2026.02.28
- uses: ivuorinen/actions/stale@f371da218e9152e7d29ee39358454e41010c36dc # v2026.02.03

View File

@@ -38,4 +38,4 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: ⤵️ Sync Latest Labels Definitions
uses: ivuorinen/actions/sync-labels@d919327c7eb6279247eb1ecf92fb4ce0d915679b # v2026.02.28
uses: ivuorinen/actions/sync-labels@f371da218e9152e7d29ee39358454e41010c36dc # v2026.02.03

View File

@@ -17,7 +17,7 @@ repos:
args: [--autofix, --no-sort-keys]
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.48.0
rev: v0.47.0
hooks:
- id: markdownlint
args: [-c, .markdownlint.json, --fix]
@@ -29,7 +29,7 @@ repos:
- id: yamllint
- repo: https://github.com/rhysd/actionlint
rev: v1.7.11
rev: v1.7.10
hooks:
- id: actionlint
args: ["-shellcheck="]

View File

@@ -3,18 +3,6 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.1.6](https://github.com/ivuorinen/base-configs-semantic-release/compare/v1.1.5...v1.1.6) (2026-03-05)
## [1.1.5](https://github.com/ivuorinen/base-configs-semantic-release/compare/v1.1.4...v1.1.5) (2026-03-04)
## [1.1.4](https://github.com/ivuorinen/base-configs-semantic-release/compare/v1.1.3...v1.1.4) (2026-03-02)
## [1.1.3](https://github.com/ivuorinen/base-configs-semantic-release/compare/v1.1.2...v1.1.3) (2026-02-26)
## [1.1.2](https://github.com/ivuorinen/base-configs-semantic-release/compare/v1.1.1...v1.1.2) (2026-02-26)
## [1.1.1](https://github.com/ivuorinen/base-configs-semantic-release/compare/v1.1.0...v1.1.1) (2026-02-25)
# [1.1.0](https://github.com/ivuorinen/base-configs-semantic-release/compare/v1.0.0...v1.1.0) (2026-01-27)

View File

@@ -3,14 +3,7 @@
module.exports = {
branches: ["main"],
plugins: [
[
"@semantic-release/commit-analyzer",
{
releaseRules: [
{ type: "chore", scope: "deps", release: "patch" },
],
},
],
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/semantic-release-config",
"version": "1.1.6",
"version": "1.1.0",
"description": "ivuorinen's shareable configuration for semantic-release.",
"author": {
"name": "Ismo Vuorinen",

1758
yarn.lock

File diff suppressed because it is too large Load Diff