From fd436c717c7975014de649ce66ead7d50a508d1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 11:50:31 +0000 Subject: [PATCH] build(deps): bump JulienKode/pull-request-name-linter-action Bumps [JulienKode/pull-request-name-linter-action](https://github.com/julienkode/pull-request-name-linter-action) from 20.1.0 to 20.5.0. - [Release notes](https://github.com/julienkode/pull-request-name-linter-action/releases) - [Commits](https://github.com/julienkode/pull-request-name-linter-action/compare/4fb4c2773193ad7ae5fe105c98ab30778abb1536...8dab22a5f84b07c565ba473f505b0bc5406924dc) --- updated-dependencies: - dependency-name: JulienKode/pull-request-name-linter-action dependency-version: 20.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/semantic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic.yml b/.github/workflows/semantic.yml index 350aa22c9..fe8e310a9 100644 --- a/.github/workflows/semantic.yml +++ b/.github/workflows/semantic.yml @@ -26,6 +26,6 @@ jobs: configFile: .github/commitlint.config.cjs - name: Install Dependencies (pinned by hash, no lockfiles) run: npm install --no-save https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.5.0.tgz#sha512-XGmU4u3Z7bCn0H0nTEG9LUn6hMDUIPP4P6dun7PKFhtnt/wwiKAqmPj+QRmFiqWjkOWcmrh7w7xRiDL32cWS5g== - - uses: JulienKode/pull-request-name-linter-action@4fb4c2773193ad7ae5fe105c98ab30778abb1536 # v20.1.0 + - uses: JulienKode/pull-request-name-linter-action@8dab22a5f84b07c565ba473f505b0bc5406924dc # v20.5.0 with: configuration-path: ./.github/commitlint.config.cjs