Skip to content

Commit 4ba73c9

Browse files
committed
Set persist-credentials to false
1 parent c981c45 commit 4ba73c9

10 files changed

Lines changed: 17 additions & 1 deletion

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
runs-on: ubuntu-24.04
3030
steps:
3131
- uses: actions/checkout@v6
32+
with:
33+
persist-credentials: false
3234

3335
- name: Setup Environment
3436
uses: ./.github/actions/setup-env

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- uses: actions/checkout@v6
3333
with:
3434
fetch-depth: 0
35+
persist-credentials: false
3536
- name: Setup Environment
3637
uses: ./.github/actions/setup-env
3738
with:
@@ -253,6 +254,7 @@ jobs:
253254
- uses: actions/checkout@v6
254255
with:
255256
fetch-depth: 0
257+
persist-credentials: false
256258
- name: Setup Environment
257259
uses: ./.github/actions/setup-env
258260
with:

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
steps:
3737
- name: Checkout repository
3838
uses: actions/checkout@v6
39+
with:
40+
persist-credentials: false
3941
- name: Initialize CodeQL
4042
uses: github/codeql-action/init@v4
4143
with:

.github/workflows/daily-repo-status.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/docker-cloudstack-simulator.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
run: echo "DOCKER_REPOSITORY=apache" >> $GITHUB_ENV
4949

5050
- uses: actions/checkout@v6
51+
with:
52+
persist-credentials: false
5153

5254
- name: Set ACS version
5355
run: echo "ACS_VERSION=$(grep '<version>' pom.xml | head -2 | tail -1 | cut -d'>' -f2 |cut -d'<' -f1)" >> $GITHUB_ENV

.github/workflows/main-sonar-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- uses: actions/checkout@v6
3535
with:
3636
fetch-depth: 0
37+
persist-credentials: false
3738
- name: Setup Environment
3839
uses: ./.github/actions/setup-env
3940
with:

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
steps:
3434
- name: Check Out
3535
uses: actions/checkout@v6
36+
with:
37+
persist-credentials: false
3638
- name: Set up Python
3739
uses: actions/setup-python@v6
3840
with:

.github/workflows/rat.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
runs-on: ubuntu-24.04
3030
steps:
3131
- uses: actions/checkout@v6
32+
with:
33+
persist-credentials: false
3234
- name: Setup Environment
3335
uses: ./.github/actions/setup-env
3436
- name: Install Non-OSS

.github/workflows/sonar-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- uses: actions/checkout@v6
3333
with:
3434
fetch-depth: 0
35+
persist-credentials: false
3536
- name: Setup Environment
3637
uses: ./.github/actions/setup-env
3738
with:

.github/workflows/ui.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232

3333
steps:
3434
- uses: actions/checkout@v6
35+
with:
36+
persist-credentials: false
3537

3638
- name: Set up Node
3739
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)