Skip to content

Commit d93810b

Browse files
authored
ci(trufflehog): bump to 3.80.3 (#139)
1 parent 65591f3 commit d93810b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/secret-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
# echo "latest_tag_name=$LATEST_TAG_NAME" >> "$GITHUB_OUTPUT"
3030
# echo "latest_release=$LATEST_RELEASE" >> "$GITHUB_OUTPUT"
3131
run: |
32-
echo "latest_tag_name=v3.79.0" >> "$GITHUB_OUTPUT"
33-
echo "latest_release=3.79.0" >> "$GITHUB_OUTPUT"
32+
echo "latest_tag_name=v3.80.3" >> "$GITHUB_OUTPUT"
33+
echo "latest_release=3.80.3" >> "$GITHUB_OUTPUT"
3434
3535
- name: Download and verify TruffleHog release
3636
run: |

0 commit comments

Comments
 (0)