Skip to content

Commit 08ce17d

Browse files
chore(deps): bump the actions group with 2 updates (#43)
Bumps the actions group with 2 updates: [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) and [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog). Updates `dawidd6/action-send-mail` from 994f270325d4f7257aff241a35488ef54ba364a4 to c50dc4cc848ade21f848990889906d804fae78c5 - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](dawidd6/action-send-mail@994f270...c50dc4c) Updates `trufflesecurity/trufflehog` from 3.95.6 to 3.95.8 - [Release notes](https://github.com/trufflesecurity/trufflehog/releases) - [Commits](trufflesecurity/trufflehog@30d5bb9...00155c9) --- updated-dependencies: - dependency-name: dawidd6/action-send-mail dependency-version: c50dc4cc848ade21f848990889906d804fae78c5 dependency-type: direct:production dependency-group: actions - dependency-name: trufflesecurity/trufflehog dependency-version: 3.95.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2084786 commit 08ce17d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push-email-notify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Send push notification email
18-
uses: dawidd6/action-send-mail@994f270325d4f7257aff241a35488ef54ba364a4 # pinned
18+
uses: dawidd6/action-send-mail@c50dc4cc848ade21f848990889906d804fae78c5 # pinned
1919
with:
2020
server_address: ${{ secrets.SMTP_HOST }}
2121
server_port: ${{ secrets.SMTP_PORT }}

.github/workflows/quality.yml

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

0 commit comments

Comments
 (0)