Skip to content

Commit

Permalink
OPENNLP-1689 - Update GH actions with ASF #builds security recommenda…
Browse files Browse the repository at this point in the history
…tions
  • Loading branch information
rzo1 committed Jan 6, 2025
1 parent 784018f commit 75e1df6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/cache@v4
with:
path: ~/.m2/repository
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Cache Maven Repository
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 75e1df6

Please sign in to comment.