diff --git a/.github/workflows/skywalking.yaml b/.github/workflows/skywalking.yaml index 967b418f2c..f773a07b6a 100644 --- a/.github/workflows/skywalking.yaml +++ b/.github/workflows/skywalking.yaml @@ -117,8 +117,8 @@ jobs: submodules: true - name: Filter OAP id: filter-oap - # The GHA version is pinned by infra - uses: tj-actions/changed-files@v35.9.2 + # The GHA version is pinned by infra (2024-03-17) + uses: tj-actions/changed-files@v43.0.0 with: files_ignore: | **/*.{md,txt} @@ -139,13 +139,13 @@ jobs: component-libraries.yml - name: Filter POM id: filter-pom - uses: tj-actions/changed-files@v35.9.2 + uses: tj-actions/changed-files@v43.0.0 with: files: | **/pom.xml - name: Filter UI id: filter-ui - uses: tj-actions/changed-files@v35.9.2 + uses: tj-actions/changed-files@v43.0.0 with: files: | skywalking-ui