Skip to content

Commit c53698d

Browse files
committed
Remove caching from release actions
In general, we should avoid using previously cached CI state within workflows intended to publish build artifacts. See: https://docs.zizmor.sh/audits/#cache-poisoning
1 parent 862f7f7 commit c53698d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/release-mvn.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
with:
1616
distribution: 'temurin'
1717
java-version: '21'
18-
cache: 'maven'
1918
- uses: cucumber/action-publish-mvn@0f70b286568bfba3172f851d8247e7efb7da1c18 # v3.0.0
2019
with:
2120
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}

0 commit comments

Comments
 (0)