We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65591f3 commit d93810bCopy full SHA for d93810b
.github/workflows/secret-scan.yml
@@ -29,8 +29,8 @@ jobs:
29
# echo "latest_tag_name=$LATEST_TAG_NAME" >> "$GITHUB_OUTPUT"
30
# echo "latest_release=$LATEST_RELEASE" >> "$GITHUB_OUTPUT"
31
run: |
32
- echo "latest_tag_name=v3.79.0" >> "$GITHUB_OUTPUT"
33
- echo "latest_release=3.79.0" >> "$GITHUB_OUTPUT"
+ echo "latest_tag_name=v3.80.3" >> "$GITHUB_OUTPUT"
+ echo "latest_release=3.80.3" >> "$GITHUB_OUTPUT"
34
35
- name: Download and verify TruffleHog release
36
0 commit comments