From 86c739151b4d8a6d3813a8175f625d91855d6190 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 02:36:29 -0700 Subject: [PATCH] chore(deps): bump the dev-dependencies group across 1 directory with 2 updates (#5667) Bumps the dev-dependencies group with 2 updates in the / directory: [renovatebot/github-action](https://github.com/renovatebot/github-action) and [stoplightio/spectral-action](https://github.com/stoplightio/spectral-action). Updates `renovatebot/github-action` from 43.0.3 to 43.0.4 - [Release notes](https://github.com/renovatebot/github-action/releases) - [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/renovatebot/github-action/compare/v43.0.3...v43.0.4) Updates `stoplightio/spectral-action` from 0.8.12 to 0.8.13 - [Release notes](https://github.com/stoplightio/spectral-action/releases) - [Commits](https://github.com/stoplightio/spectral-action/compare/577bade2d6e0eeb50528c94182a5588bf961ae8f...6416fd018ae38e60136775066eb3e98172143141) --- updated-dependencies: - dependency-name: renovatebot/github-action dependency-version: 43.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: stoplightio/spectral-action dependency-version: 0.8.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/dependency-update.yaml | 2 +- .github/workflows/lint.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependency-update.yaml b/.github/workflows/dependency-update.yaml index 6ab818a8c..53c128fab 100644 --- a/.github/workflows/dependency-update.yaml +++ b/.github/workflows/dependency-update.yaml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4.2.2 # https://github.com/renovatebot/github-action - name: self-hosted renovate - uses: renovatebot/github-action@v43.0.3 + uses: renovatebot/github-action@v43.0.4 with: # https://docs.github.com/en/actions/security-for-github-actions/security-guides/automatic-token-authentication token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index c04b5e890..c89e3db88 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -52,7 +52,7 @@ jobs: # Run Spectral - name: Lint OpenAPI spec - uses: stoplightio/spectral-action@577bade2d6e0eeb50528c94182a5588bf961ae8f # v0.8.12 + uses: stoplightio/spectral-action@6416fd018ae38e60136775066eb3e98172143141 # v0.8.13 with: file_glob: 'api/*.yaml'