Skip to content

Commit 87c2c0c

Browse files
committed
fix: Fix githubactions:S6506
Fixes sonarcloud complaint about githubactions:S6506 in curl invocation. Signed-off-by: Keith Wall <[email protected]>
1 parent a104fa8 commit 87c2c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: "Set actor from Kroxylicious secret"
4141
if: env.KROXYLICIOUS_GITHUB_READWRITE_TOKEN_SET == 'true'
4242
run: |
43-
WHOAMI=$(curl --fail --silent -L \
43+
WHOAMI=$(curl --fail --silent --proto "=https" --location \
4444
-H "Accept: application/vnd.github+json" \
4545
-H "Authorization: Bearer ${EFFECTIVE_TOKEN}" \
4646
-H "X-GitHub-Api-Version: 2022-11-28" \

0 commit comments

Comments
 (0)