Commit Graph

5 Commits

Author SHA1 Message Date
Kobi Hikri
85182d9164 ci: pin third-party actions to full commit SHAs (#13259)
Pin the third-party actions referenced by mutable @master/@main tags to their
current commit SHA (tag kept in a trailing comment). Several run in jobs holding
secrets:

- SonarSource/sonarcloud-github-action@master (sonarcloud-scan.yml) — SONAR_TOKEN
- Yikun/hub-mirror-action@master (sync2gitee.yml) — GITEE_PRIVATE_KEY, GITEE_TOKEN
- fit2cloud/LLM-CodeReview-Action@main (llm-code-review.yml) — tokens + LLM API key
- crate-ci/typos@master (tyops-check.yml)

A moved tag would run unreviewed code with those secrets. Behaviour unchanged;
per GitHub's guidance to pin actions to a full-length commit SHA.

Signed-off-by: Kobi Hikri <kobi.hikri@gmail.com>
2026-07-14 09:58:52 +08:00
王贺
858322e1fa Merge from dev to dev-v2 (#8069) 2025-03-05 17:47:19 +08:00
liqiang-fit2cloud
df3f105cf0 Update llm-code-review.yml 2024-11-22 10:11:48 +08:00
liqiang-fit2cloud
b721050c4d Update llm-code-review.yml 2024-11-05 14:57:48 +08:00
liqiang-fit2cloud
eab475a631 build: add code review action. 2024-11-04 18:35:08 +08:00