Skip to content

Commit d6dc5b1

Browse files
chore(deps): Bump the actions group with 4 updates
Bumps the actions group with 4 updates: [hyperpolymath/a2ml-validate-action](https://github.com/hyperpolymath/a2ml-validate-action), [hyperpolymath/k9-validate-action](https://github.com/hyperpolymath/k9-validate-action), [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `hyperpolymath/a2ml-validate-action` from cb3c1e298169dc5ac2b42e257068b0fb5920cd5e 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/cb3c1e298169dc5ac2b42e257068b0fb5920cd5e...55e8c28bab4e7f2399fdbd57a6da1051369f3847) Updates `hyperpolymath/k9-validate-action` from 236f0035cc159051c8dd5dc7cd8af1e8cf961462 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/236f0035cc159051c8dd5dc7cd8af1e8cf961462...7c3c0e9fa5165626e74ecce78109b3295b798b92) 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 `softprops/action-gh-release` from 3.0.1 to 3.0.2 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@718ea10...3d0d988) --- updated-dependencies: - 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 - dependency-name: trufflesecurity/trufflehog dependency-version: 3.95.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: softprops/action-gh-release dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7b5897e commit d6dc5b1

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/dogfood-gate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Validate A2ML manifests
4444
if: steps.detect.outputs.count > 0
45-
uses: hyperpolymath/a2ml-validate-action@cb3c1e298169dc5ac2b42e257068b0fb5920cd5e # main
45+
uses: hyperpolymath/a2ml-validate-action@55e8c28bab4e7f2399fdbd57a6da1051369f3847 # main
4646
with:
4747
path: '.'
4848
strict: 'false'
@@ -91,7 +91,7 @@ jobs:
9191
9292
- name: Validate K9 contracts
9393
if: steps.detect.outputs.k9_count > 0
94-
uses: hyperpolymath/k9-validate-action@236f0035cc159051c8dd5dc7cd8af1e8cf961462 # main
94+
uses: hyperpolymath/k9-validate-action@7c3c0e9fa5165626e74ecce78109b3295b798b92 # main
9595
with:
9696
path: '.'
9797
strict: 'false'

.github/workflows/quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
find . -type f -perm /111 -name "*.sh" | head -10 || true
2828
- name: Check for secrets
29-
uses: trufflesecurity/trufflehog@00155c9dc586f34d189adc83d3ac2698c2ec551f # v3.93.3
29+
uses: trufflesecurity/trufflehog@27b0417c16317ca9a472a9a8092acce143b49c55 # v3.93.3
3030
with:
3131
path: ./
3232
base: ${{ github.event.pull_request.base.sha || github.event.before }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
# name: release-artifacts
131131
# path: artifacts/
132132
- name: Create GitHub Release
133-
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v2
133+
uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v2
134134
with:
135135
body: ${{ needs.changelog.outputs.changelog }}
136136
draft: false

.github/workflows/secret-scanner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
with:
2727
fetch-depth: 0
2828
- name: TruffleHog Secret Scan
29-
uses: trufflesecurity/trufflehog@00155c9dc586f34d189adc83d3ac2698c2ec551f # v3.95.8
29+
uses: trufflesecurity/trufflehog@27b0417c16317ca9a472a9a8092acce143b49c55 # v3.95.9
3030
with:
3131
extra_args: --only-verified --fail

0 commit comments

Comments
 (0)