Skip to content

refactor(ci): lock action version#69

Open
feici02 wants to merge 1 commit into
mainfrom
refactor/wangxu/lock-action
Open

refactor(ci): lock action version#69
feici02 wants to merge 1 commit into
mainfrom
refactor/wangxu/lock-action

Conversation

@feici02

@feici02 feici02 commented May 9, 2026

Copy link
Copy Markdown
Member

Description

Lock action version in Github Action Workflow, to avoid workflow blocking issue caused by network.

Issue(s)

Checklist

Please check the items in the checklist if applicable.

  • Is the user manual updated?
  • Are the test cases passed and automated?
  • Is there no significant decrease in test coverage?

Signed-off-by: WANG Xu <xwang@taosdata.com>
Copilot AI review requested due to automatic review settings May 9, 2026 02:54
@gemini-code-assist

Copy link
Copy Markdown

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Locks GitHub Actions dependencies in CI workflows by pinning uses: steps to specific commit SHAs, improving supply-chain security and reproducibility of builds/releases.

Changes:

  • Pin Release workflow actions (release-drafter, download-artifact, action-gh-release) to commit SHAs.
  • Pin Build workflow actions (install-jq-action, checkout, setup-conan, cache, codecov-action, upload-artifact) to commit SHAs.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/release.yml Pins release-related actions to specific SHAs for deterministic release runs.
.github/workflows/build.yml Pins build/test/upload actions to specific SHAs for deterministic CI runs.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/release.yml
@feici02 feici02 requested a review from YamingPei May 9, 2026 02:57
@codecov-commenter

codecov-commenter commented May 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.59%. Comparing base (ff5f109) to head (c1ae962).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #69      +/-   ##
==========================================
+ Coverage   84.56%   84.59%   +0.02%     
==========================================
  Files         198      198              
  Lines       10543    10544       +1     
  Branches     4458     4546      +88     
==========================================
+ Hits         8916     8920       +4     
+ Misses       1627     1623       -4     
- Partials        0        1       +1     
Flag Coverage Δ
Linux-arm64 82.78% <ø> (ø)
Linux-x64 82.50% <ø> (-0.08%) ⬇️
macOS-arm64 84.40% <ø> (?)
macOS-x64 84.30% <ø> (-0.04%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants