Skip to content

Commit 97ef956

Browse files
chore(deps): bump the actions group with 3 updates
Bumps the actions group with 3 updates: [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog), [hyperpolymath/a2ml-validate-action](https://github.com/hyperpolymath/a2ml-validate-action) and [hyperpolymath/k9-validate-action](https://github.com/hyperpolymath/k9-validate-action). Updates `trufflesecurity/trufflehog` from 3.95.8 to 3.95.9 - [Release notes](https://github.com/trufflesecurity/trufflehog/releases) - [Commits](trufflesecurity/trufflehog@00155c9...27b0417) Updates `hyperpolymath/a2ml-validate-action` from 6bff6ec134fc977e86d25166a5c522ddea5c1e78 to 55e8c28bab4e7f2399fdbd57a6da1051369f3847 - [Release notes](https://github.com/hyperpolymath/a2ml-validate-action/releases) - [Changelog](https://github.com/hyperpolymath/a2ml-validate-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/hyperpolymath/a2ml-validate-action/compare/6bff6ec134fc977e86d25166a5c522ddea5c1e78...55e8c28bab4e7f2399fdbd57a6da1051369f3847) Updates `hyperpolymath/k9-validate-action` from 2d96f43c538964b097d159ed3a56ba5b5ceca227 to 7c3c0e9fa5165626e74ecce78109b3295b798b92 - [Release notes](https://github.com/hyperpolymath/k9-validate-action/releases) - [Changelog](https://github.com/hyperpolymath/k9-validate-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/hyperpolymath/k9-validate-action/compare/2d96f43c538964b097d159ed3a56ba5b5ceca227...7c3c0e9fa5165626e74ecce78109b3295b798b92) --- updated-dependencies: - dependency-name: trufflesecurity/trufflehog dependency-version: 3.95.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: hyperpolymath/a2ml-validate-action dependency-version: 55e8c28bab4e7f2399fdbd57a6da1051369f3847 dependency-type: direct:production dependency-group: actions - dependency-name: hyperpolymath/k9-validate-action dependency-version: 7c3c0e9fa5165626e74ecce78109b3295b798b92 dependency-type: direct:production dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4f33d43 commit 97ef956

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/comprehensive-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
steps:
4141
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
4242
- name: Secret scanning
43-
uses: trufflesecurity/trufflehog@00155c9dc586f34d189adc83d3ac2698c2ec551f # v3.88.3
43+
uses: trufflesecurity/trufflehog@27b0417c16317ca9a472a9a8092acce143b49c55 # v3.88.3
4444
continue-on-error: true
4545
- name: Dependency vulnerabilities
4646
run: |

.github/workflows/dogfood-gate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fi
3434
- name: Validate A2ML manifests
3535
if: steps.detect.outputs.count > 0
36-
uses: hyperpolymath/a2ml-validate-action@6bff6ec134fc977e86d25166a5c522ddea5c1e78 # main
36+
uses: hyperpolymath/a2ml-validate-action@55e8c28bab4e7f2399fdbd57a6da1051369f3847 # main
3737
with:
3838
path: '.'
3939
strict: 'false'
@@ -77,7 +77,7 @@ jobs:
7777
fi
7878
- name: Validate K9 contracts
7979
if: steps.detect.outputs.k9_count > 0
80-
uses: hyperpolymath/k9-validate-action@2d96f43c538964b097d159ed3a56ba5b5ceca227 # main
80+
uses: hyperpolymath/k9-validate-action@7c3c0e9fa5165626e74ecce78109b3295b798b92 # main
8181
with:
8282
path: '.'
8383
strict: 'false'

.github/workflows/secret-scanner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
fetch-depth: 0 # Full history for scanning
2626
- name: TruffleHog Secret Scan
27-
uses: trufflesecurity/trufflehog@00155c9dc586f34d189adc83d3ac2698c2ec551f # v3
27+
uses: trufflesecurity/trufflehog@27b0417c16317ca9a472a9a8092acce143b49c55 # v3
2828
with:
2929
# The v3 action injects --fail automatically on pull_request events.
3030
# Passing --fail here triggers "flag 'fail' cannot be repeated".

0 commit comments

Comments
 (0)