File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7878
7979 - name : " 📜 Upload binary compatibility check results"
8080 if : matrix.java == '17'
81- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
81+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
8282 with :
8383 name : binary-compatibility-reports
8484 path : " **/build/reports/binary-compatibility-*.html"
Original file line number Diff line number Diff line change @@ -66,13 +66,13 @@ jobs:
6666 # Store the hash in a file, which is uploaded as a workflow artifact.
6767 sha256sum $ARTIFACTS | base64 -w0 > artifacts-sha256
6868 - name : Upload build artifacts
69- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
69+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
7070 with :
7171 name : gradle-build-outputs
7272 path : build/repo/${{ steps.publish.outputs.group }}/*/${{ steps.publish.outputs.version }}/*
7373 retention-days : 5
7474 - name : Upload artifacts-sha256
75- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
75+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
7676 with :
7777 name : artifacts-sha256
7878 path : artifacts-sha256
@@ -146,7 +146,7 @@ jobs:
146146 if : startsWith(github.ref, 'refs/tags/')
147147 steps :
148148 - name : Checkout repository
149- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
149+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
150150 - name : Download artifacts
151151 uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
152152 with :
You can’t perform that action at this time.
0 commit comments