Skip to content

Commit cee5af2

Browse files
chore(deps): pin dependencies (#1922)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 60bbaf1 commit cee5af2

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/ci-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
run: |
8181
./gradlew --no-daemon jacocoTestReport
8282
- name: Upload Test Report
83-
uses: actions/upload-artifact@v4
83+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
8484
if: always() # always run even if the previous step fails
8585
with:
8686
name: junit-test-results-${{ matrix.os }}
@@ -103,13 +103,13 @@ jobs:
103103
powershell
104104
choco pack build/choco/jbang.nuspec
105105
- name: Archive build results
106-
uses: actions/upload-artifact@v4 # v3
106+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
107107
if: always()
108108
with:
109109
name: ${{ runner.os }}-build-${{ github.sha }}
110110
path: build
111111
- name: Upload jbang.zip
112-
uses: actions/upload-artifact@v4 # v3
112+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
113113
if: always() && runner.os != 'Windows'
114114
with:
115115
name: jbang-${{ github.sha }}
@@ -135,7 +135,7 @@ jobs:
135135
with:
136136
distribution: 'temurin'
137137
java-version: ${{ matrix.java }}
138-
- uses: actions/download-artifact@v4
138+
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
139139
with:
140140
name: ${{ runner.os }}-build-${{ github.sha }}
141141
path: build

.github/workflows/publish-packages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
setup-java: false
5252
- name: JReleaser publish output
5353
if: always()
54-
uses: actions/upload-artifact@v4
54+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
5555
with:
5656
name: jreleaser-publish
5757
path: |
@@ -74,14 +74,14 @@ jobs:
7474
setup-java: false
7575
- name: JReleaser announce output
7676
if: always()
77-
uses: actions/upload-artifact@v4 # v3
77+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
7878
with:
7979
name: jreleaser-announce
8080
path: |
8181
out/jreleaser/trace.log
8282
out/jreleaser/output.properties
8383
- name: upload-choco
84-
uses: actions/upload-artifact@v4 # v3
84+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
8585
with:
8686
name: build-choco
8787
path: build/choco

.github/workflows/report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
echo "The PR number is: ${{ env.pr_number }}"
3939
4040
- name: Download Test Report
41-
uses: actions/download-artifact@v4 # v2
41+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
4242
with:
4343
name: junit-test-results-*
4444
#path: test-${{ matrix.os }}

.github/workflows/tag-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
setup-java: false
5959
- name: JReleaser output
6060
if: always()
61-
uses: actions/upload-artifact@v4
61+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
6262
with:
6363
name: jreleaser-release
6464
path: |

0 commit comments

Comments
 (0)