From 1b9dd306c4a215ec8c6904740e84ae0bee9fdd35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 11:42:54 +0000 Subject: [PATCH] ci: bump crate-ci/typos in the github-actions group Bumps the github-actions group with 1 update: [crate-ci/typos](https://github.com/crate-ci/typos). Updates `crate-ci/typos` from 1.46.3 to 1.47.0 - [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/v1.46.3...v1.47.0) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-version: 1.47.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/oss-security-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/oss-security-scan.yml b/.github/workflows/oss-security-scan.yml index e4dd963..7e04c7d 100644 --- a/.github/workflows/oss-security-scan.yml +++ b/.github/workflows/oss-security-scan.yml @@ -70,7 +70,7 @@ jobs: token: ${{ github.token }} persist-credentials: false - name: Run typos - uses: crate-ci/typos@v1.46.3 + uses: crate-ci/typos@v1.47.0 gitleaks: if: ${{ inputs.run-gitleaks }}