Skip to content

Commit db9b817

Browse files
authored
ci: Fix static analysis errors (#25)
1 parent d35a2f5 commit db9b817

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/pr_actions-smoke-test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23+
with:
24+
persist-credentials: false
25+
2326
- id: shard
2427
uses: ./shard
2528
with:
@@ -43,6 +46,8 @@ jobs:
4346
steps:
4447
- name: Checkout Repository
4548
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
49+
with:
50+
persist-credentials: false
4651

4752
- name: Free Disk Space
4853
uses: ./free-disk-space
@@ -79,6 +84,8 @@ jobs:
7984
steps:
8085
- name: Checkout Repository
8186
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
87+
with:
88+
persist-credentials: false
8289

8390
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
8491
uses: ./publish-index-manifest

.github/workflows/pr_pre-commit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1313
with:
14-
fetch-depth: 0
14+
persist-credentials: false
1515
submodules: recursive
16+
fetch-depth: 0
1617
- uses: ./run-pre-commit

0 commit comments

Comments
 (0)