github-advanced-security[bot] commented on code in PR #21831:
URL: https://github.com/apache/datafusion/pull/21831#discussion_r3142279231
##########
.github/workflows/dev.yml:
##########
@@ -51,6 +51,22 @@
# if you encounter error, see instructions inside the script
run: ci/scripts/doc_prettier_check.sh
+ markdown-link-check:
+ name: Check Markdown Links
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ - name: Load tool versions
+ run: |
+ source ci/scripts/utils/tool_versions.sh
+ echo "LYCHEE_VERSION=${LYCHEE_VERSION}" >> "$GITHUB_ENV"
+ - name: Install lychee
+ uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486
# v2.75.18
+ with:
+ tool: lychee@${{ env.LYCHEE_VERSION }}
Review Comment:
## CodeQL / Workflow does not contain permissions
Actions job or workflow does not limit the permissions of the GITHUB_TOKEN.
Consider setting an explicit permissions block, using the following as a
minimal starting point: {{contents: read}}
[Show more
details](https://github.com/apache/datafusion/security/code-scanning/44)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]