Skip to content

Commit 93aa400

Browse files
committed
fix: update expected commit SHA for Detekt v1.23.8
1 parent 81ec779 commit 93aa400

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/detekt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
' 1> gh_response.json
7272
7373
DETEKT_RELEASE_SHA=$(jq --raw-output '.data.repository.release.tagCommit.oid' gh_response.json)
74-
if [ "$DETEKT_RELEASE_SHA" != "37f0a1d006977512f1f216506cd695039607c3e5" ]; then
74+
if [ "$DETEKT_RELEASE_SHA" != "046263730eb5368cb344489ac36543294e8e87bd" ]; then
7575
echo "Release tag doesn't match expected commit SHA"
7676
exit 1
7777
fi

0 commit comments

Comments
 (0)