This is an automated email from the ASF dual-hosted git repository. wu-sheng pushed a commit to branch fix/ci-paths-filter-approved-pin in repository https://gitbox.apache.org/repos/asf/skywalking-python.git
commit 4946f0ae2c9fc00ea97271a7234a43c7834a0520 Author: Wu Sheng <[email protected]> AuthorDate: Thu Jun 25 15:34:21 2026 +0800 fix(ci): repin dorny/paths-filter to ASF-approved SHA (v4.0.1) PR #386 switched the change-detection step to dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 (v3.0.2), which is not on the ASF GitHub Actions allow-list. Every CI run was rejected with an "action is not allowed" gateway error. Repin to fbd0ab8f3e69293af611ebaee6363fc25e6d187d (v4.0.1) — the only approved dorny/paths-filter SHA in apache/infrastructure-actions, and the same pin already used by apache/skywalking. The action's API (filters / id / list-files / outputs) is unchanged between v3 and v4; v4.0.1 only bumps the Node runtime. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]> --- .github/workflows/CI.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 9106edd..1364acc 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -88,7 +88,7 @@ jobs: with: persist-credentials: false - name: Check for file changes - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 + uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1 id: filter with: # The following filters indicate a category along with
