@@ -47,14 +47,14 @@ jobs:
4747 unzip -q awscliv2.zip
4848 sudo ./aws/install --update
4949 aws --version
50- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
50+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
5151 with :
5252 sparse-checkout : |
5353 .github
5454 eclipse-distribution
5555 eclipse-extensions
5656 - name : Set up JDK ${{ inputs.java_version }}
57- uses : actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2
57+ uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # 5.2.0
5858 with :
5959 java-version : ${{ inputs.java_version }}
6060 distribution : ' temurin'
@@ -179,7 +179,7 @@ jobs:
179179 unzip -q awscliv2.zip
180180 sudo ./aws/install --update
181181 aws --version
182- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
182+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
183183 with :
184184 sparse-checkout : |
185185 .github
@@ -236,7 +236,7 @@ jobs:
236236 curl -s "https://awscli.amazonaws.com/AWSCLIV2-2.22.35.pkg" -o "awscliv2.pkg"
237237 sudo installer -pkg ./awscliv2.pkg -target /
238238 aws --version
239- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
239+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
240240 with :
241241 sparse-checkout : |
242242 .github
@@ -329,7 +329,7 @@ jobs:
329329 if : ${{ always() && inputs.build_type != 'snapshot' && contains(join(needs.*.result, ','), 'success')}}
330330 runs-on : ubuntu-latest
331331 steps :
332- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
332+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
333333 with :
334334 sparse-checkout : |
335335 .github
@@ -433,10 +433,3 @@ jobs:
433433 run : |
434434 aws s3 rm s3://$AWS_S3_BUCKET/sts-distro-ci-temp --recursive --exclude "*" --include "${{ needs.eclipse-distro-build.outputs.id }}/*"
435435
436- notify-failure :
437- needs : [ eclipse-distro-build, sign-win-distros, sign-osx-distros, cleanup, purge_cache ]
438- if : ${{ always() && contains(needs.*.result, 'failure') }}
439- uses : ./.github/workflows/notify-failed.yml
440- with :
441- md_message : " *Failed Eclipse '${{ inputs.eclipse_profile }}' Distribution ${{ inputs.build_type }} Build:* <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|${{ github.run_id }}>"
442- secrets : inherit
0 commit comments