This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-scxml.git
The following commit(s) were added to refs/heads/master by this push: new 43d598a Don't persist credentials unnecessarily 43d598a is described below commit 43d598a804f079122cb157d3c1adac1316b2d730 Author: Sebb <s...@apache.org> AuthorDate: Sat Oct 8 15:27:33 2022 +0100 Don't persist credentials unnecessarily --- .github/workflows/codeql-analysis.yml | 2 ++ .github/workflows/coverage.yml | 2 ++ .github/workflows/maven.yml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 785174a..650026f 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -46,6 +46,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3.0.2 + with: + persist-credentials: false # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 86c3334..68f6f69 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -30,6 +30,8 @@ jobs: steps: - uses: actions/checkout@v3.0.2 + with: + persist-credentials: false - uses: actions/cache@v3.0.8 with: path: ~/.m2/repository diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index fe1b8b7..795fda6 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -35,6 +35,8 @@ jobs: steps: - uses: actions/checkout@v3.0.2 + with: + persist-credentials: false - uses: actions/cache@v3.0.8 with: path: ~/.m2/repository