Skip to content

Commit

Permalink
CI config: Run checkout with 'persist-credentials' explicitly disabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjon3377 committed Oct 30, 2024
1 parent b7788a0 commit 300d33c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- name: Set up Java
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 300d33c

Please sign in to comment.