This repository was archived by the owner on May 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 99 tag_create :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
12+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1313 - uses : actions-ecosystem/action-get-latest-tag@v1
1414 id : get-latest-tag
1515 - uses : actions-ecosystem/action-bump-semver@v1
3535 - name : Print MIX_DRINKS_CORE_VERSION
3636 run : echo ${{ needs.tag_create.outputs.output_write_mix_drinks_code_version }}
3737 - name : " checkout"
38- uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
38+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
3939 - uses : actions/setup-java@v3
4040 with :
4141 distribution : temurin
Original file line number Diff line number Diff line change 55 runs-on : ubuntu-22.04
66 steps :
77 - name : " checkout"
8- uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
8+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
99 - uses : actions-ecosystem/action-get-latest-tag@v1
1010 id : get-latest-tag
1111 - uses : actions-ecosystem/action-bump-semver@v1
2727 - name : Print MIX_DRINKS_CORE_VERSION
2828 run : echo ${{ needs.prepare_deploy.outputs.output_write_mix_drinks_code_version }}
2929 - name : " checkout"
30- uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
30+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
3131 - uses : actions/setup-java@v3
3232 with :
3333 distribution : temurin
Original file line number Diff line number Diff line change 55 runs-on : ubuntu-22.04
66 steps :
77 - name : " checkout"
8- uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
8+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
99 - name : " detekt"
1010
Original file line number Diff line number Diff line change 77 os : [ ubuntu-22.04, macos-12, windows-2022 ]
88 runs-on : ${{ matrix.os }}
99 steps :
10- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
10+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1111 - uses : actions/setup-java@v3
1212 with :
1313 distribution : temurin
You can’t perform that action at this time.
0 commit comments