Skip to content

Commit

Permalink
Added persist-credentials: false
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredHatfield committed Dec 10, 2024
1 parent 26f7668 commit cf6fa08
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:
timeout-minutes: 30

steps:
- uses: actions/checkout@v4
- name: Checkout repository
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
persist-credentials: false

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
persist-credentials: false

- name: Set up Java for publishing to Maven Central Repository
uses: actions/setup-java@v4
Expand Down

0 comments on commit cf6fa08

Please sign in to comment.