Skip to content

Commit

Permalink
tweak taghunt
Browse files Browse the repository at this point in the history
  • Loading branch information
jfredett committed Nov 8, 2024
1 parent a0e60cc commit 9958838
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/taghunt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
uses: mshick/[email protected]

Check warning on line 29 in .github/workflows/taghunt.yml

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

.github/workflows/taghunt.yml#L29

An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release.
with:
message: |
"${{ steps.taghunt.outputs.stdout }}"
${{ steps.taghunt.outputs.stdout }}
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ _taghunt *TAGS:
#!/usr/bin/env bash
for tag in {{TAGS}}; do
echo -n "$tag=$(rg $tag --glob \!Justfile | wc -l);"
echo "$tag=$(rg $tag --glob \!Justfile | wc -l)<br/>"
done
echo

0 comments on commit 9958838

Please sign in to comment.