File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ jobs:
2323 run :
2424 shell : bash
2525 steps :
26- - uses : actions/checkout@v4
27- - uses : actions/setup-java@v4
26+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27+ - uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
2828 with :
2929 distribution : ' temurin'
3030 java-version : ' 11'
3131 - name : Prepare HOME/openjdk11
3232 run : ln -sfn "${JAVA_HOME_11_X64}" "${HOME}/openjdk11"
33- - uses : actions/cache@v4
33+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
3434 with :
3535 path : |
3636 ~/.m2/repository
4242 restore-keys : |
4343 v4-${{ runner.os }}-
4444 - name : Set up Ruby 3.3
45- uses : ruby/setup-ruby@v1
45+ uses : ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1.254.0
4646 with :
4747 ruby-version : 3.3
4848 - name : Install dependencies (bundler)
Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ jobs:
1818 runs-on : ubuntu-latest
1919 continue-on-error : false
2020 steps :
21- - uses : actions/checkout@v4
22- - uses : actions/setup-java@v4
21+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22+ - uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
2323 with :
2424 distribution : ' temurin'
2525 java-version : ' 11'
2626 - name : Prepare HOME/openjdk11
2727 run : ln -sfn "${JAVA_HOME_11_X64}" "${HOME}/openjdk11"
28- - uses : actions/cache@v4
28+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
2929 with :
3030 path : |
3131 ~/.m2/repository
3737 restore-keys : |
3838 v4-${{ runner.os }}-
3939 - name : Set up Ruby 3.3
40- uses : ruby/setup-ruby@v1
40+ uses : ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1.254.0
4141 with :
4242 ruby-version : 3.3
4343 - name : Install dependencies (bundler)
Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ jobs:
3030 outputs :
3131 VERSION : ${{ steps.version.outputs.VERSION }}
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3434 with :
3535 ref : ${{ github.event.workflow_run.head_branch }}
3636 - name : Set up Ruby 3.3
37- uses : ruby/setup-ruby@v1
37+ uses : ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1.254.0
3838 with :
3939 ruby-version : 3.3
4040 - name : Install dependencies (bundler)
9292 shell : bash
9393 steps :
9494 - name : Set up Ruby 3.3
95- uses : ruby/setup-ruby@v1
95+ uses : ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1.254.0
9696 with :
9797 ruby-version : 3.3
9898 - name : Install dependencies (bundler)
You can’t perform that action at this time.
0 commit comments