-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Specify exact version of GitHub Actions to use
- Loading branch information
1 parent
277afdd
commit 3a28da4
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v4 | ||
uses: actions/checkout@v4.1.1 | ||
|
||
- name: Set up JDK | ||
uses: actions/[email protected] | ||
|
@@ -22,7 +22,7 @@ jobs: | |
check-latest: true | ||
|
||
- name: Set up cache for ~./m2/repository | ||
uses: actions/cache@v3 | ||
uses: actions/cache@v3.3.3 | ||
with: | ||
path: ~/.m2/repository | ||
key: pit-stryker-dashboard-reporter-${{ hashFiles('**/pom.xml') }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters