Skip to content

Commit

Permalink
GHA: pin actions/upload-artifact to hash [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Dec 15, 2024
1 parent 0d1a4b4 commit bea0e6a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: 'list dependencies'
run: cat urls.txt *-version-*.txt || true
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
with:
name: 'curl-linux-glibc-debian-testing-llvm'
retention-days: ${{ github.ref_name == 'main' && 90 || 5 }}
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
- name: 'list dependencies'
run: cat urls.txt *-version-*.txt || true
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
with:
name: 'curl-linux-glibc-debian-testing-gcc'
retention-days: ${{ github.ref_name == 'main' && 90 || 5 }}
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
- name: 'list dependencies'
run: cat urls.txt *-version-*.txt || true
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
with:
name: 'curl-linux-glibc-debian-bookworm-llvm'
retention-days: ${{ github.ref_name == 'main' && 90 || 5 }}
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
- name: 'list dependencies'
run: cat urls.txt *-version-*.txt || true
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
with:
name: 'curl-linux-glibc-debian-bookworm-gcc'
retention-days: ${{ github.ref_name == 'main' && 90 || 5 }}
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
- name: 'list dependencies'
run: cat urls.txt *-version-*.txt || true
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
with:
name: 'curl-linux-musl-debian-testing-llvm'
retention-days: ${{ github.ref_name == 'main' && 90 || 5 }}
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
- name: 'list dependencies'
run: cat urls.txt *-version-*.txt || true
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
with:
name: 'curl-linux-musl-debian-testing-gcc'
retention-days: ${{ github.ref_name == 'main' && 90 || 5 }}
Expand Down Expand Up @@ -289,7 +289,7 @@ jobs:
- name: 'list dependencies'
run: cat urls.txt *-version-*.txt || true
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
with:
name: 'curl-linux-musl-debian-bookworm-llvm'
retention-days: ${{ github.ref_name == 'main' && 90 || 5 }}
Expand Down Expand Up @@ -324,7 +324,7 @@ jobs:
- name: 'list dependencies'
run: cat urls.txt *-version-*.txt || true
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
with:
name: 'curl-linux-musl-debian-bookworm-gcc'
retention-days: ${{ github.ref_name == 'main' && 90 || 5 }}
Expand Down Expand Up @@ -357,7 +357,7 @@ jobs:
- name: 'list dependencies'
run: cat urls.txt *-version-*.txt || true
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
with:
name: 'curl-linux-musl-alpine-llvm-x86_64'
retention-days: ${{ github.ref_name == 'main' && 90 || 5 }}
Expand Down Expand Up @@ -390,7 +390,7 @@ jobs:
- name: 'list dependencies'
run: cat urls.txt *-version-*.txt || true
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
with:
name: 'curl-linux-musl-alpine-gcc-x86_64'
retention-days: ${{ github.ref_name == 'main' && 90 || 5 }}
Expand All @@ -416,7 +416,7 @@ jobs:
- name: 'list dependencies'
run: cat urls.txt *-version-*.txt || true
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
with:
name: 'curl-linux-musl-from-mac'
retention-days: ${{ github.ref_name == 'main' && 90 || 5 }}
Expand Down Expand Up @@ -444,7 +444,7 @@ jobs:
- name: 'list dependencies'
run: cat urls.txt *-version-*.txt || true
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
with:
name: 'curl-macos-universal-clang'
retention-days: ${{ github.ref_name == 'main' && 90 || 5 }}
Expand Down Expand Up @@ -472,7 +472,7 @@ jobs:
- name: 'list dependencies'
run: cat urls.txt *-version-*.txt || true
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
with:
name: 'curl-macos-universal-llvm'
retention-days: ${{ github.ref_name == 'main' && 90 || 5 }}
Expand Down Expand Up @@ -501,7 +501,7 @@ jobs:
- name: 'list dependencies'
run: cat urls.txt *-version-*.txt || true
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
with:
name: 'curl-macos-gcc-arm64'
retention-days: ${{ github.ref_name == 'main' && 90 || 5 }}
Expand Down Expand Up @@ -531,7 +531,7 @@ jobs:
- name: 'list dependencies'
run: cat urls.txt *-version-*.txt || true
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
with:
name: 'curl-windows-llvm-from-mac'
retention-days: ${{ github.ref_name == 'main' && 90 || 5 }}
Expand Down Expand Up @@ -566,7 +566,7 @@ jobs:
- name: 'list dependencies'
run: cat urls.txt *-version-*.txt || true
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
with:
name: 'curl-windows-llvm'
retention-days: ${{ github.ref_name == 'main' && 90 || 5 }}
Expand Down Expand Up @@ -601,7 +601,7 @@ jobs:
- name: 'list dependencies'
run: cat urls.txt *-version-*.txt || true
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
with:
name: 'curl-windows-gcc-noarm64'
retention-days: ${{ github.ref_name == 'main' && 90 || 5 }}
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ jobs:
- name: 'list dependencies'
run: cat urls.txt *-version-*.txt || true
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
with:
name: 'curl-linux-glibc-daily-tool'
retention-days: 42
path: curl-*-*-*/curl*
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
with:
name: 'curl-linux-glibc-daily'
retention-days: 42
Expand Down Expand Up @@ -88,12 +88,12 @@ jobs:
- name: 'list dependencies'
run: cat urls.txt *-version-*.txt || true
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
with:
name: 'curl-linux-musl-daily-tool'
retention-days: 42
path: curl-*-*-*/curl*
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
with:
name: 'curl-linux-musl-daily'
retention-days: 42
Expand Down Expand Up @@ -122,12 +122,12 @@ jobs:
- name: 'list dependencies'
run: cat urls.txt *-version-*.txt || true
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
with:
name: 'curl-macos-universal-daily-tool'
retention-days: 42
path: curl-*-universal-*/curl*
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
with:
name: 'curl-macos-universal-daily'
retention-days: 42
Expand Down Expand Up @@ -165,12 +165,12 @@ jobs:
- name: 'list dependencies'
run: cat urls.txt *-version-*.txt || true
# https://github.com/actions/upload-artifact
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
with:
name: 'curl-windows-daily-tool'
retention-days: 42
path: curl-*-*-*/curl*
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
with:
name: 'curl-windows-daily'
retention-days: 42
Expand Down

0 comments on commit bea0e6a

Please sign in to comment.