Skip to content

Commit fc0e253

Browse files
committed
ci: configure persist-credentials
1 parent af537a2 commit fc0e253

File tree

4 files changed

+11
-0
lines changed

4 files changed

+11
-0
lines changed

.github/workflows/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
17+
with:
18+
persist-credentials: false
1719

1820
- name: Assert test
1921
uses: crytic/echidna-action@f7e374e42bf7131f7307a92f5549ed6b2fd17c9d # v2

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ jobs:
129129

130130
- name: Checkout
131131
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
132+
with:
133+
persist-credentials: false
132134

133135
- name: Cache Local
134136
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
@@ -234,6 +236,7 @@ jobs:
234236
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
235237
with:
236238
submodules: recursive
239+
persist-credentials: false
237240

238241
- name: Setup Python
239242
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6

.github/workflows/hlint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
17+
with:
18+
persist-credentials: false
1719

1820
- name: Install Nix
1921
uses: cachix/install-nix-action@51f3067b56fe8ae331890c77d4e454f6d60615ff # v31

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
steps:
4343
- name: Checkout
4444
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
45+
with:
46+
persist-credentials: false
4547

4648
- name: Install Nix
4749
uses: DeterminateSystems/nix-installer-action@c5a866b6ab867e88becbed4467b93592bce69f8a # v21
@@ -94,6 +96,8 @@ jobs:
9496
steps:
9597
- name: Checkout
9698
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
99+
with:
100+
persist-credentials: false
97101

98102
- name: Download binaries
99103
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8

0 commit comments

Comments
 (0)