File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 gradle :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
19+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2020 - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
2121 with :
2222 path : ~/.fhir
Original file line number Diff line number Diff line change 1717 os : [ubuntu-latest, windows-latest]
1818 runs-on : ${{ matrix.os }}
1919 steps :
20- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
20+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2121 with :
2222 fetch-depth : 0 # shallow clone for better sonarqube analysis
2323 - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
Original file line number Diff line number Diff line change 1818 contents : read
1919 steps :
2020 - name : Checkout repository
21- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
21+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2222
2323 - name : Setup Java
2424 uses : actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4
Original file line number Diff line number Diff line change 1414 compile-against-cdr-cr :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
17+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1818 name : Checkout
1919 - name : Install poetry
2020 run : pipx install poetry
Original file line number Diff line number Diff line change 1010 permissions :
1111 pull-requests : write
1212 steps :
13- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
13+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1414 - uses : actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4
1515 with :
1616 distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments