File tree Expand file tree Collapse file tree 4 files changed +15
-15
lines changed
Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ jobs:
2626 runs-on : ubuntu-latest
2727
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3030 - name : Set up JDK 17
31- uses : actions/setup-java@v4
31+ uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
3232 with :
3333 java-version : ' 17'
3434 distribution : ' temurin'
3535
3636 - name : Cache Maven packages
37- uses : actions/cache@v4
37+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
3838 with :
3939 path : ~/.m2
4040 key : ${{ runner.os }}-master-m2-${{ hashFiles('**/pom.xml') }}
5353 cat src/license/NOTICE.template target/DEPENDENCY-LICENSES > NOTICE
5454
5555 - name : Create Pull Request after License Regeneration
56- uses : peter-evans/create-pull-request@v7
56+ uses : peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
5757 with :
5858 base : main
5959 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ jobs:
3939 experimental : true
4040
4141 steps :
42- - uses : actions/checkout@v4
42+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4343 with :
4444 persist-credentials : false
45- - uses : actions/cache@v4
45+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
4646 with :
4747 path : ~/.m2/repository
4848 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change @@ -30,18 +30,18 @@ jobs:
3030 runs-on : ubuntu-latest
3131 steps :
3232 - name : Checkout
33- uses : actions/checkout@v4
33+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3434 with :
3535 persist-credentials : false
3636 - name : Cache Maven Repository
37- uses : actions/cache@v4
37+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
3838 with :
3939 path : ~/.m2/repository
4040 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
4141 restore-keys : |
4242 ${{ runner.os }}-maven-
4343 - name : Setup Java
44- uses : actions/setup-java@v4
44+ uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
4545 with :
4646 distribution : adopt
4747 java-version : 17
Original file line number Diff line number Diff line change 2828
2929 steps :
3030 - name : Checkout code
31- uses : actions/checkout@v4
31+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3232
3333 # Note: bats-core/bats-action@3.0.0 is not allowed to be used (needs an INFRA issue)
3434 - name : Install Bats (Testing Framework)
3737 sudo apt-get install -y bats
3838
3939 - name : Set up JDK 17
40- uses : actions/setup-java@v4
40+ uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
4141 with :
4242 distribution : temurin
4343 java-version : 17
@@ -84,15 +84,15 @@ jobs:
8484
8585 steps :
8686 - name : Checkout code
87- uses : actions/checkout@v4
87+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8888
8989 - name : Install Bats (Testing Framework)
9090 run : |
9191 brew update
9292 brew install bats-core
9393
9494 - name : Set up JDK 17
95- uses : actions/setup-java@v4
95+ uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
9696 with :
9797 distribution : temurin
9898 java-version : 17
@@ -130,7 +130,7 @@ jobs:
130130
131131 steps :
132132 - name : Checkout code
133- uses : actions/checkout@v4
133+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
134134
135135 - name : Install Pester
136136 run : |
@@ -139,7 +139,7 @@ jobs:
139139 shell : pwsh
140140
141141 - name : Set up JDK 17
142- uses : actions/setup-java@v4
142+ uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
143143 with :
144144 distribution : temurin
145145 java-version : 17
You can’t perform that action at this time.
0 commit comments