mirror of
https://github.com/alibaba/higress.git
synced 2026-04-20 11:37:27 +08:00
fix CVE-2023-44487 (#784)
This commit is contained in:
6
.github/workflows/build-and-test-plugin.yaml
vendored
6
.github/workflows/build-and-test-plugin.yaml
vendored
@@ -52,11 +52,9 @@ jobs:
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: |-
|
||||
envoy
|
||||
istio
|
||||
.git/modules
|
||||
key: ${{ runner.os }}-submodules-new-${{ github.run_id }}
|
||||
restore-keys: ${{ runner.os }}-submodules-new
|
||||
key: ${{ runner.os }}-submodules-cache-${{ github.run_id }}
|
||||
restore-keys: ${{ runner.os }}-submodules-cache
|
||||
|
||||
- run: git stash # restore patch
|
||||
|
||||
|
||||
Reference in New Issue
Block a user