From cc7c0ff9d62d2ad16342edd0c7cdf3807b95a219 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 10:13:38 +0000 Subject: [PATCH] Bump amannn/action-semantic-pull-request Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from e49f57ce06c1747542fce2243c7a98682384bc0e to 069817c298f23fab00a8f29a2e556a5eac0f6390. - [Release notes](https://github.com/amannn/action-semantic-pull-request/releases) - [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md) - [Commits](https://github.com/amannn/action-semantic-pull-request/compare/e49f57ce06c1747542fce2243c7a98682384bc0e...069817c298f23fab00a8f29a2e556a5eac0f6390) --- updated-dependencies: - dependency-name: amannn/action-semantic-pull-request dependency-version: '069817c298f23fab00a8f29a2e556a5eac0f6390' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/lint_pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint_pr.yml b/.github/workflows/lint_pr.yml index f9e29fe..28953f5 100644 --- a/.github/workflows/lint_pr.yml +++ b/.github/workflows/lint_pr.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.actor != 'dependabot[bot]' }} steps: - - uses: amannn/action-semantic-pull-request@e49f57ce06c1747542fce2243c7a98682384bc0e # v6.1.1 + - uses: amannn/action-semantic-pull-request@069817c298f23fab00a8f29a2e556a5eac0f6390 # v6.1.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}