Skip to content

Commit

Permalink
Slight GHCI security pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan971 committed Jan 11, 2025
1 parent 430f295 commit 2215d83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2215d83

Please sign in to comment.