diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc044c6..aedd029 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,6 +42,8 @@ jobs: steps: - name: "Checkout repository" uses: "actions/checkout@v4" + with: + persist-credentials: false - name: "Install JDK" uses: "actions/setup-java@v4" with: @@ -89,6 +91,8 @@ jobs: steps: - name: "Checkout repository" uses: "actions/checkout@v4" + with: + persist-credentials: false - name: "Cache Maven repository" uses: "actions/cache@v4" with: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0708df3..3b084b8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -39,6 +39,8 @@ jobs: steps: - name: "Checkout repository" uses: "actions/checkout@v4" + with: + persist-credentials: false - name: "Download artifact" uses: "actions/download-artifact@v4" with: