3939 uses : actions/checkout@v4
4040 with :
4141 submodules : true
42+ persist-credentials : false
4243 - name : Check License
4344 uses : apache/skywalking-eyes/header@501a28d2fb4a9b962661987e50cf0219631b32ff
4445 - name : Set up Python
6162 uses : actions/checkout@v4
6263 with :
6364 submodules : true
65+ persist-credentials : false
6466 - name : Set up Python
6567 uses : actions/setup-python@v5
6668 with :
8284 agent : ${{ steps.filter.outputs.agent }}
8385 steps :
8486 - uses : actions/checkout@v4 # required for push event
87+ with :
88+ persist-credentials : false
8589 - name : Check for file changes
86908791 id : filter
@@ -116,6 +120,8 @@ jobs:
116120 runs-on : ubuntu-latest
117121 steps :
118122 - uses : actions/checkout@v4
123+ with :
124+ persist-credentials : false
119125 - id : set-matrix
120126 run : |
121127 sudo apt-get install jq
@@ -142,6 +148,7 @@ jobs:
142148 uses : actions/checkout@v4
143149 with :
144150 submodules : true
151+ persist-credentials : false
145152 - name : Build SkyWalking Python agent base plugin image
146153 run : |
147154 docker build --build-arg BASE_PYTHON_IMAGE -t apache/skywalking-python-agent:latest-plugin --no-cache . -f tests/plugin/Dockerfile.plugin
@@ -175,6 +182,7 @@ jobs:
175182 uses : actions/checkout@v4
176183 with :
177184 submodules : true
185+ persist-credentials : false
178186 - name : Install docker-compose
179187 shell : bash
180188 if : runner.os != 'Windows'
@@ -221,6 +229,7 @@ jobs:
221229 uses : actions/checkout@v4
222230 with :
223231 submodules : true
232+ persist-credentials : false
224233 - name : Build SkyWalking Python agent base e2e image
225234 run : |
226235 docker build --build-arg BASE_PYTHON_IMAGE -t apache/skywalking-python-agent:latest-e2e --no-cache . -f tests/e2e/base/Dockerfile.e2e
@@ -273,6 +282,7 @@ jobs:
273282 uses : actions/checkout@v4
274283 with :
275284 submodules : true
285+ persist-credentials : false
276286 - name : Pull SkyWalking Python agent base image
277287 uses : actions/download-artifact@v4
278288 with :
0 commit comments