bito-code-review[bot] commented on PR #40724:
URL: https://github.com/apache/superset/pull/40724#issuecomment-4614796851
<!-- Bito Reply -->
The action `actions/checkout` in `.github/workflows/codeql-analysis.yml` is
pinned to a commit hash (`de0fac2e4500dabe0009e67214ff5f5447ce83dd`), but it
lacks a comment specifying the corresponding version tag (e.g., `v4.2.2`). To
improve maintainability and security, it is recommended to add a comment
indicating the version associated with that commit hash.
**.github/workflows/codeql-analysis.yml**
```
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.2.2
with:
persist-credentials: false
```
--
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]