We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e197c5 commit 5c947d1Copy full SHA for 5c947d1
.github/workflows/sonar.yaml
@@ -52,7 +52,7 @@ jobs:
52
echo "BRANCH '${HEAD_BRANCH}' contains potentially malicious characters as it matches BRANCH_REGEX '${BRANCH_REGEX}'"
53
exit 1
54
else
55
- echo "SANITIZED_HEAD_REF=${sanitized_head}" >> $GITHUB_ENV
+ echo "SANITIZED_HEAD_REF=${HEAD_BRANCH}" >> $GITHUB_ENV
56
fi
57
shell: bash
58
- uses: actions/checkout@v6
0 commit comments