This is an automated email from the ASF dual-hosted git repository.
hefengen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu.git
The following commit(s) were added to refs/heads/master by this push:
new 627bef3d83 [ci] upgrade codeql version for ci error (#5994)
627bef3d83 is described below
commit 627bef3d83d12ab9661afc0996164f76358b2ff9
Author: aias00 <[email protected]>
AuthorDate: Mon Apr 7 14:12:52 2025 +0800
[ci] upgrade codeql version for ci error (#5994)
* [ci] upgrade codeql version for ci error
* [ci] upgrade dorny/paths-filter version
* [ci] fix dorny/paths-filter error
* Revert "[ci] fix dorny/paths-filter error"
This reverts commit 9dd7245b6f611bdcf64a8a9ed015d147797f3eba.
* Revert "[ci] upgrade dorny/paths-filter version"
This reverts commit e23aad032ebaccfa8ffad2b4de26313756b10528.
* [ci] fix dorny/paths-filter error
* [ci] fix dorny/paths-filter error
---
.github/workflows/ci.yml | 10 ++++----
.github/workflows/codeql-analysis.yml | 6 ++---
.github/workflows/e2e-k8s.yml | 30 +++++++++++------------
.github/workflows/integrated-test-k8s-ingress.yml | 10 ++++----
.github/workflows/integrated-test.yml | 10 ++++----
.github/workflows/k8s-examples-http.yml | 12 ++++-----
6 files changed, 39 insertions(+), 39 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d4a32f9286..5893fd4b39 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -47,11 +47,11 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
- - uses: dorny/paths-filter@v2
- id: filter
- with:
- filters: '.github/filters.yml'
- list-files: json
+# - uses: dorny/paths-filter@v2
+# id: filter
+# with:
+# filters: '.github/filters.yml'
+# list-files: json
- name: Restore ShenYu Maven Repos
if: steps.filter.outputs.changed == 'true'
id: restore-maven-cache
diff --git a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
index c8bb4ffc60..2e835dcbbe 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -57,12 +57,12 @@ jobs:
${{ runner.os }}-maven-
- name: Initialize CodeQL
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Autobuild
- uses: github/codeql-action/autobuild@v2
+ uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
diff --git a/.github/workflows/e2e-k8s.yml b/.github/workflows/e2e-k8s.yml
index 62739cb4b3..ee615a9c0b 100644
--- a/.github/workflows/e2e-k8s.yml
+++ b/.github/workflows/e2e-k8s.yml
@@ -39,11 +39,11 @@ jobs:
done
rm --recursive --force "$AGENT_TOOLSDIRECTORY"
df --human-readable
- - uses: dorny/paths-filter@v2
- id: filter
- with:
- filters: '.github/filters.yml'
- list-files: json
+# - uses: dorny/paths-filter@v2
+# id: filter
+# with:
+# filters: '.github/filters.yml'
+# list-files: json
build-docker-images:
needs: changes
@@ -136,11 +136,11 @@ jobs:
rm -rf /tmp/shenyu
mkdir -p /tmp/shenyu
- - uses: dorny/paths-filter@v2
- id: filter
- with:
- filters: '.github/filters.yml'
- list-files: json
+# - uses: dorny/paths-filter@v2
+# id: filter
+# with:
+# filters: '.github/filters.yml'
+# list-files: json
# - name: Install k8s
# if: steps.filter.outputs.changed == 'true'
@@ -240,11 +240,11 @@ jobs:
rm -rf /tmp/shenyu
mkdir -p /tmp/shenyu
- - uses: dorny/paths-filter@v2
- id: filter
- with:
- filters: '.github/filters.yml'
- list-files: json
+# - uses: dorny/paths-filter@v2
+# id: filter
+# with:
+# filters: '.github/filters.yml'
+# list-files: json
# - name: Install k8s
# if: steps.filter.outputs.changed == 'true'
diff --git a/.github/workflows/integrated-test-k8s-ingress.yml
b/.github/workflows/integrated-test-k8s-ingress.yml
index d97d242ce0..0779a80bcd 100644
--- a/.github/workflows/integrated-test-k8s-ingress.yml
+++ b/.github/workflows/integrated-test-k8s-ingress.yml
@@ -39,11 +39,11 @@ jobs:
with:
submodules: true
- - uses: dorny/paths-filter@v2
- id: filter
- with:
- filters: '.github/filters.yml'
- list-files: json
+# - uses: dorny/paths-filter@v2
+# id: filter
+# with:
+# filters: '.github/filters.yml'
+# list-files: json
- name: Clean Space
if: steps.filter.outputs.changed == 'true'
diff --git a/.github/workflows/integrated-test.yml
b/.github/workflows/integrated-test.yml
index 2adcb8c718..aca67ca5a9 100644
--- a/.github/workflows/integrated-test.yml
+++ b/.github/workflows/integrated-test.yml
@@ -55,11 +55,11 @@ jobs:
done
rm --recursive --force "$AGENT_TOOLSDIRECTORY"
df --human-readable
- - uses: dorny/paths-filter@v2
- id: filter
- with:
- filters: '.github/filters.yml'
- list-files: json
+# - uses: dorny/paths-filter@v2
+# id: filter
+# with:
+# filters: '.github/filters.yml'
+# list-files: json
- name: Restore ShenYu Maven Repos
if: steps.filter.outputs.changed == 'true'
uses: actions/cache/restore@v3
diff --git a/.github/workflows/k8s-examples-http.yml
b/.github/workflows/k8s-examples-http.yml
index 7abe80126d..9c1e67374a 100644
--- a/.github/workflows/k8s-examples-http.yml
+++ b/.github/workflows/k8s-examples-http.yml
@@ -39,12 +39,12 @@ jobs:
done
rm --recursive --force "$AGENT_TOOLSDIRECTORY"
df --human-readable
- -
- uses: dorny/paths-filter@v2
- id: filter
- with:
- filters: '.github/filters.yml'
- list-files: json
+# -
+# uses: dorny/paths-filter@v2
+# id: filter
+# with:
+# filters: '.github/filters.yml'
+# list-files: json
-
name: Install k8s
if: steps.filter.outputs.changed == 'true'