diff options
author | Joas Schilling <coding@schilljs.com> | 2025-05-26 09:21:59 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2025-05-26 12:18:20 +0200 |
commit | ef6919cf985d07178fe38b77625416b7d16674cd (patch) | |
tree | 3afe19d37c8c584f551d09dfce5e8cd893fef9eb | |
parent | ab6d536f73b2ee4736154a995d8c06f9c232dc06 (diff) | |
download | nextcloud-server-ci/noid/more-action-hardening-31.tar.gz nextcloud-server-ci/noid/more-action-hardening-31.zip |
ci: Remove credentials on checkoutci/noid/more-action-hardening-31
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r-- | .github/workflows/files-external-s3.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/files-external-s3.yml b/.github/workflows/files-external-s3.yml index 3849ee7bf63..6c2d85ce689 100644 --- a/.github/workflows/files-external-s3.yml +++ b/.github/workflows/files-external-s3.yml @@ -141,6 +141,7 @@ jobs: - name: Checkout server uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: + persist-credentials: false submodules: true - name: Set up php ${{ matrix.php-versions }} |