diff --git a/.github/workflows/preview-build-winonly.yaml b/.github/workflows/preview-build-winonly.yaml index 5575ef7..025b4b6 100644 --- a/.github/workflows/preview-build-winonly.yaml +++ b/.github/workflows/preview-build-winonly.yaml @@ -49,7 +49,7 @@ jobs: sudo apt-get install --yes python3-git python3-yaml - name: "Checkout repository" - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: "Prepare repository" run: |- @@ -114,7 +114,7 @@ jobs: echo "JELLYFIN_VERSION=$cleanVersion" | Out-File -FilePath $env:GITHUB_ENV -Append - name: "Checkout repository" - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: "Install dependencies" run: |- diff --git a/.github/workflows/preview-build.yaml b/.github/workflows/preview-build.yaml index 01f63af..2b30c0e 100644 --- a/.github/workflows/preview-build.yaml +++ b/.github/workflows/preview-build.yaml @@ -37,7 +37,7 @@ jobs: sudo apt-get install --yes python3-git python3-yaml - name: "Checkout repository" - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: "Prepare repository" run: |- @@ -79,7 +79,7 @@ jobs: sudo apt-get install --yes python3-git python3-yaml debsigs devscripts - name: "Checkout repository" - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: "Prepare repository" run: |- @@ -157,7 +157,7 @@ jobs: sudo apt-get install --yes python3-git python3-yaml debsigs devscripts - name: "Checkout repository" - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: "Prepare repository" run: |- @@ -232,7 +232,7 @@ jobs: sudo apt-get install --yes python3-git python3-yaml - name: "Checkout repository" - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: "Prepare repository" run: |- @@ -296,7 +296,7 @@ jobs: sudo apt-get install --yes python3-git python3-yaml - name: "Checkout repository" - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: "Prepare repository" run: |- @@ -361,7 +361,7 @@ jobs: echo "JELLYFIN_VERSION=$cleanVersion" | Out-File -FilePath $env:GITHUB_ENV -Append - name: "Checkout repository" - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: "Install dependencies" run: |- @@ -494,7 +494,7 @@ jobs: sudo apt-get install --yes python3-git python3-yaml - name: "Checkout repository" - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: "Prepare repository" run: |- @@ -546,7 +546,7 @@ jobs: sudo apt-get install --yes python3-git python3-yaml - name: "Checkout repository" - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: "Prepare repository" run: |- @@ -597,12 +597,12 @@ jobs: sudo apt-get install --yes python3-git python3-yaml - name: "Setup .NET" - uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0 + uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0 with: dotnet-version: ${{ env.SDK_VERSION }} - name: "Checkout repository" - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: "Prepare repository" run: |- diff --git a/.github/workflows/release-build.yaml b/.github/workflows/release-build.yaml index 25b291f..b285b5f 100644 --- a/.github/workflows/release-build.yaml +++ b/.github/workflows/release-build.yaml @@ -32,7 +32,7 @@ jobs: sudo apt-get install --yes python3-git python3-yaml - name: "Checkout repository" - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: "Prepare repository" run: |- @@ -73,7 +73,7 @@ jobs: sudo apt-get install --yes python3-git python3-yaml debsigs devscripts - name: "Checkout repository" - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: "Prepare repository" run: |- @@ -186,7 +186,7 @@ jobs: sudo apt-get install --yes python3-git python3-yaml debsigs devscripts - name: "Checkout repository" - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: "Prepare repository" run: |- @@ -296,7 +296,7 @@ jobs: sudo apt-get install --yes python3-git python3-yaml - name: "Checkout repository" - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: "Prepare repository" run: |- @@ -360,7 +360,7 @@ jobs: sudo apt-get install --yes python3-git python3-yaml - name: "Checkout repository" - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: "Prepare repository" run: |- @@ -427,7 +427,7 @@ jobs: echo "JELLYFIN_VERSION=$cleanVersion" | Out-File -FilePath $env:GITHUB_ENV -Append - name: "Checkout repository" - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: "Install dependencies" run: |- @@ -559,7 +559,7 @@ jobs: sudo apt-get install --yes python3-git python3-yaml - name: "Checkout repository" - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: "Prepare repository" run: |- @@ -612,7 +612,7 @@ jobs: sudo apt-get install --yes python3-git python3-yaml - name: "Checkout repository" - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: "Prepare repository" run: |- @@ -664,12 +664,12 @@ jobs: sudo apt-get install --yes python3-git python3-yaml - name: "Setup .NET" - uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0 + uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0 with: dotnet-version: ${{ env.SDK_VERSION }} - name: "Checkout repository" - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: "Prepare repository" run: |- diff --git a/.github/workflows/unstable-build.yaml b/.github/workflows/unstable-build.yaml index e3c93cf..82088e2 100644 --- a/.github/workflows/unstable-build.yaml +++ b/.github/workflows/unstable-build.yaml @@ -31,7 +31,7 @@ jobs: sudo apt-get install --yes python3-git python3-yaml - name: "Checkout repository" - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: "Prepare repository" run: |- @@ -73,7 +73,7 @@ jobs: sudo apt-get install --yes python3-git python3-yaml debsigs devscripts - name: "Checkout repository" - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: "Prepare repository" run: |- @@ -187,7 +187,7 @@ jobs: sudo apt-get install --yes python3-git python3-yaml debsigs devscripts - name: "Checkout repository" - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: "Prepare repository" run: |- @@ -302,7 +302,7 @@ jobs: sudo apt-get install --yes python3-git python3-yaml - name: "Checkout repository" - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: "Prepare repository" run: |- @@ -365,7 +365,7 @@ jobs: sudo apt-get install --yes python3-git python3-yaml - name: "Checkout repository" - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: "Prepare repository" run: |- @@ -430,7 +430,7 @@ jobs: echo "JELLYFIN_VERSION=$cleanVersion" | Out-File -FilePath $env:GITHUB_ENV -Append - name: "Checkout repository" - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: "Install dependencies" run: |- @@ -563,7 +563,7 @@ jobs: sudo apt-get install --yes python3-git python3-yaml - name: "Checkout repository" - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: "Prepare repository" run: |- @@ -615,7 +615,7 @@ jobs: sudo apt-get install --yes python3-git python3-yaml - name: "Checkout repository" - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: "Prepare repository" run: |- @@ -666,12 +666,12 @@ jobs: sudo apt-get install --yes python3-git python3-yaml - name: "Setup .NET" - uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0 + uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0 with: dotnet-version: ${{ env.SDK_VERSION }} - name: "Checkout repository" - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: "Prepare repository" run: |-