Skip to content

Commit 4058217

Browse files
ci(deps): bump the all-actions group with 2 updates (#1005)
Bumps the all-actions group with 2 updates: [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) and [crate-ci/typos](https://github.com/crate-ci/typos). Updates `trufflesecurity/trufflehog` from 3.95.9 to 3.97.1 - [Release notes](https://github.com/trufflesecurity/trufflehog/releases) - [Commits](trufflesecurity/trufflehog@27b0417...20652fb) Updates `crate-ci/typos` from 1.48.0 to 1.50.0 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](crate-ci/typos@bee27e3...4d9c206) --- updated-dependencies: - dependency-name: trufflesecurity/trufflehog dependency-version: 3.97.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions - dependency-name: crate-ci/typos dependency-version: 1.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 56384c8 commit 4058217

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎.github/workflows/security-scan.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: (pnpm audit --production --json > audit-results.json) || echo '{}' > audit-results.json
5252

5353
- name: Check for secrets
54-
uses: trufflesecurity/trufflehog@27b0417c16317ca9a472a9a8092acce143b49c55 # v3.95.9
54+
uses: trufflesecurity/trufflehog@20652fbbdefffcdaa493a5bf57ab2ac6b1db715b # v3.97.1
5555
with:
5656
extra_args: --only-verified
5757

‎.github/workflows/typos.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
3333

3434
- name: Check spelling
35-
uses: crate-ci/typos@bee27e3a4fd1ea2111cf90ab89cd076c870fce14 # v1.48.0
35+
uses: crate-ci/typos@4d9c206a77c041268485162b8e2579ad7a5cb9a3 # v1.50.0

0 commit comments

Comments
 (0)