From 199bc9d4121883887a9e965fa1da776f3c04fb96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 16:58:02 +0000 Subject: [PATCH] ci(deps): bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [actions/ai-inference](https://github.com/actions/ai-inference) and [crate-ci/typos](https://github.com/crate-ci/typos). Updates `actions/ai-inference` from 2.0.4 to 2.0.5 - [Release notes](https://github.com/actions/ai-inference/releases) - [Commits](https://github.com/actions/ai-inference/compare/334892bb203895caaed82ec52d23c1ed9385151e...a6101c89c6feaecc585efdd8d461f18bb7896f20) Updates `crate-ci/typos` from 1.42.0 to 1.42.1 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](https://github.com/crate-ci/typos/compare/bb4666ad77b539a6b4ce4eda7ebb6de553704021...65120634e79d8374d1aa2f27e54baa0c364fff5a) --- updated-dependencies: - dependency-name: actions/ai-inference dependency-version: 2.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: crate-ci/typos dependency-version: 1.42.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/issue-validation.yml | 4 ++-- .github/workflows/release-notes-generator.yml | 2 +- .github/workflows/spellcheck.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/issue-validation.yml b/.github/workflows/issue-validation.yml index 2b9bc1a..de0bcfa 100644 --- a/.github/workflows/issue-validation.yml +++ b/.github/workflows/issue-validation.yml @@ -57,7 +57,7 @@ jobs: - name: Validate issue with AI id: validate - uses: actions/ai-inference@334892bb203895caaed82ec52d23c1ed9385151e # v2.0.4 + uses: actions/ai-inference@a6101c89c6feaecc585efdd8d461f18bb7896f20 # v2.0.5 with: prompt-file: issue_analysis.txt system-prompt: | @@ -260,7 +260,7 @@ jobs: - name: Analyze PR with AI id: analyze - uses: actions/ai-inference@334892bb203895caaed82ec52d23c1ed9385151e # v2.0.4 + uses: actions/ai-inference@a6101c89c6feaecc585efdd8d461f18bb7896f20 # v2.0.5 with: prompt-file: pr_analysis.txt system-prompt: | diff --git a/.github/workflows/release-notes-generator.yml b/.github/workflows/release-notes-generator.yml index 7d7baf2..913942e 100644 --- a/.github/workflows/release-notes-generator.yml +++ b/.github/workflows/release-notes-generator.yml @@ -82,7 +82,7 @@ jobs: - name: Generate release notes with AI id: generate-notes if: steps.get-release.outputs.is-prerelease == 'false' - uses: actions/ai-inference@334892bb203895caaed82ec52d23c1ed9385151e # v2.0.4 + uses: actions/ai-inference@a6101c89c6feaecc585efdd8d461f18bb7896f20 # v2.0.5 with: prompt-file: commits.txt system-prompt: | diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index cddcbff..5ecc772 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -23,4 +23,4 @@ jobs: - name: Checkout Actions Repository uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1 - name: Spell Check Repo - uses: crate-ci/typos@bb4666ad77b539a6b4ce4eda7ebb6de553704021 #v1.42.0 + uses: crate-ci/typos@06d010dfe4c84fdab1a25ea02b57b3585018ba80 #v1.42.3