aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/release-build.yaml42
1 files changed, 21 insertions, 21 deletions
diff --git a/.github/workflows/release-build.yaml b/.github/workflows/release-build.yaml
index 0e6d60c..3772b08 100644
--- a/.github/workflows/release-build.yaml
+++ b/.github/workflows/release-build.yaml
@@ -36,7 +36,7 @@ jobs:
sudo apt-get install --yes python3-git python3-yaml
- name: "Checkout repository"
- uses: actions/checkout@v3
+ uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: "Prepare repository"
run: |-
@@ -80,7 +80,7 @@ jobs:
sudo apt-get install --yes python3-git python3-yaml
- name: "Checkout repository"
- uses: actions/checkout@v3
+ uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: "Prepare repository"
run: |-
@@ -91,7 +91,7 @@ jobs:
sudo ./build.py ${{ env.JELLYFIN_VERSION }} debian ${{ matrix.arch }} ${{ matrix.release }}
- name: "Upload artifacts to repository server"
- uses: appleboy/scp-action@v0.1.7
+ uses: appleboy/scp-action@917f8b81dfc1ccd331fef9e2d61bdc6c8be94634 # v0.1.7
with:
host: "${{ secrets.REPO_HOST }}"
username: "${{ secrets.REPO_USER }}"
@@ -101,7 +101,7 @@ jobs:
target: "/srv/incoming/${{ env.JELLYFIN_VERSION }}/debian/${{ matrix.arch }}/${{ matrix.release }}"
- name: "Import artifacts into reprepro -V"
- uses: appleboy/ssh-action@v1.0.3
+ uses: appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # v1.0.3
with:
host: "${{ secrets.REPO_HOST }}"
username: "${{ secrets.REPO_USER }}"
@@ -125,7 +125,7 @@ jobs:
fi
- name: "Move artifacts into repository"
- uses: appleboy/ssh-action@v1.0.3
+ uses: appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # v1.0.3
with:
host: "${{ secrets.REPO_HOST }}"
username: "${{ secrets.REPO_USER }}"
@@ -173,7 +173,7 @@ jobs:
sudo apt-get install --yes python3-git python3-yaml
- name: "Checkout repository"
- uses: actions/checkout@v3
+ uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: "Prepare repository"
run: |-
@@ -184,7 +184,7 @@ jobs:
sudo ./build.py ${{ env.JELLYFIN_VERSION }} ubuntu ${{ matrix.arch }} ${{ matrix.release }}
- name: "Upload artifacts to repository server"
- uses: appleboy/scp-action@v0.1.7
+ uses: appleboy/scp-action@917f8b81dfc1ccd331fef9e2d61bdc6c8be94634 # v0.1.7
with:
host: "${{ secrets.REPO_HOST }}"
username: "${{ secrets.REPO_USER }}"
@@ -194,7 +194,7 @@ jobs:
target: "/srv/incoming/${{ env.JELLYFIN_VERSION }}/ubuntu/${{ matrix.arch }}/${{ matrix.release }}"
- name: "Import artifacts into reprepro -V"
- uses: appleboy/ssh-action@v1.0.3
+ uses: appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # v1.0.3
with:
host: "${{ secrets.REPO_HOST }}"
username: "${{ secrets.REPO_USER }}"
@@ -218,7 +218,7 @@ jobs:
fi
- name: "Move artifacts into repository"
- uses: appleboy/ssh-action@v1.0.3
+ uses: appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # v1.0.3
with:
host: "${{ secrets.REPO_HOST }}"
username: "${{ secrets.REPO_USER }}"
@@ -264,7 +264,7 @@ jobs:
sudo apt-get install --yes python3-git python3-yaml
- name: "Checkout repository"
- uses: actions/checkout@v3
+ uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: "Prepare repository"
run: |-
@@ -275,7 +275,7 @@ jobs:
sudo ./build.py ${{ env.JELLYFIN_VERSION }} linux ${{ matrix.arch }}
- name: "Upload artifacts to repository server"
- uses: appleboy/scp-action@v0.1.7
+ uses: appleboy/scp-action@917f8b81dfc1ccd331fef9e2d61bdc6c8be94634 # v0.1.7
with:
host: "${{ secrets.REPO_HOST }}"
username: "${{ secrets.REPO_USER }}"
@@ -285,7 +285,7 @@ jobs:
target: "/srv/incoming/${{ env.JELLYFIN_VERSION }}/linux/${{ matrix.arch }}"
- name: "Move artifacts into repository"
- uses: appleboy/ssh-action@v1.0.3
+ uses: appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # v1.0.3
with:
host: "${{ secrets.REPO_HOST }}"
username: "${{ secrets.REPO_USER }}"
@@ -328,7 +328,7 @@ jobs:
sudo apt-get install --yes python3-git python3-yaml
- name: "Checkout repository"
- uses: actions/checkout@v3
+ uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: "Prepare repository"
run: |-
@@ -339,7 +339,7 @@ jobs:
sudo ./build.py ${{ env.JELLYFIN_VERSION }} windows ${{ matrix.arch }}
- name: "Upload artifacts to repository server"
- uses: appleboy/scp-action@v0.1.7
+ uses: appleboy/scp-action@917f8b81dfc1ccd331fef9e2d61bdc6c8be94634 # v0.1.7
with:
host: "${{ secrets.REPO_HOST }}"
username: "${{ secrets.REPO_USER }}"
@@ -349,7 +349,7 @@ jobs:
target: "/srv/incoming/${{ env.JELLYFIN_VERSION }}/windows/${{ matrix.arch }}"
- name: "Move artifacts into repository"
- uses: appleboy/ssh-action@v1.0.3
+ uses: appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # v1.0.3
with:
host: "${{ secrets.REPO_HOST }}"
username: "${{ secrets.REPO_USER }}"
@@ -392,7 +392,7 @@ jobs:
sudo apt-get install --yes python3-git python3-yaml
- name: "Checkout repository"
- uses: actions/checkout@v3
+ uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: "Prepare repository"
run: |-
@@ -403,7 +403,7 @@ jobs:
sudo ./build.py ${{ env.JELLYFIN_VERSION }} macos ${{ matrix.arch }}
- name: "Upload artifacts to repository server"
- uses: appleboy/scp-action@v0.1.7
+ uses: appleboy/scp-action@917f8b81dfc1ccd331fef9e2d61bdc6c8be94634 # v0.1.7
with:
host: "${{ secrets.REPO_HOST }}"
username: "${{ secrets.REPO_USER }}"
@@ -413,7 +413,7 @@ jobs:
target: "/srv/incoming/${{ env.JELLYFIN_VERSION }}/macos/${{ matrix.arch }}"
- name: "Move artifacts into repository"
- uses: appleboy/ssh-action@v1.0.3
+ uses: appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # v1.0.3
with:
host: "${{ secrets.REPO_HOST }}"
username: "${{ secrets.REPO_USER }}"
@@ -451,7 +451,7 @@ jobs:
sudo apt-get install --yes python3-git python3-yaml
- name: "Checkout repository"
- uses: actions/checkout@v3
+ uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: "Prepare repository"
run: |-
@@ -462,7 +462,7 @@ jobs:
sudo ./build.py ${{ env.JELLYFIN_VERSION }} portable
- name: "Upload artifacts to repository server"
- uses: appleboy/scp-action@v0.1.7
+ uses: appleboy/scp-action@917f8b81dfc1ccd331fef9e2d61bdc6c8be94634 # v0.1.7
with:
host: "${{ secrets.REPO_HOST }}"
username: "${{ secrets.REPO_USER }}"
@@ -472,7 +472,7 @@ jobs:
target: "/srv/incoming/${{ env.JELLYFIN_VERSION }}/portable"
- name: "Move artifacts into repository"
- uses: appleboy/ssh-action@v1.0.3
+ uses: appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # v1.0.3
with:
host: "${{ secrets.REPO_HOST }}"
username: "${{ secrets.REPO_USER }}"
bgstack15