Skip to content

Commit

Permalink
Merge pull request #261 from jellyfin/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
Pin dependencies
  • Loading branch information
Shadowghost authored Jul 27, 2023
2 parents fca2c97 + 8dcdabc commit 66e0b92
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/_meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
arch: ${{fromJson(inputs.architectures)}}

steps:
- uses: actions/[email protected]
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0

- name: Install make and mmv
run: sudo apt-get install make mmv
Expand All @@ -47,7 +47,7 @@ jobs:
run: ./build ${{ matrix.release }} ${{ matrix.arch }} dist

- name: Upload Artifacts
uses: actions/[email protected]
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
with:
name: ${{ inputs.distro }}-${{ matrix.release }}-${{ matrix.arch }}
path: dist
Expand All @@ -66,7 +66,7 @@ jobs:

steps:
- name: Set Versions
uses: actions/[email protected]
uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 # v6.3.3
id: set_version
with:
script: |
Expand All @@ -79,7 +79,7 @@ jobs:
core.setOutput('no-dash', no_dash)
- name: Download Artifacts
uses: actions/[email protected]
uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7 # v3.0.1
with:
name: ${{ inputs.distro }}-${{ matrix.release }}-${{ matrix.arch }}
path: artifact
Expand All @@ -93,7 +93,7 @@ jobs:
popd
- name: Upload GH Release Assets
uses: shogo82148/[email protected]
uses: shogo82148/actions-upload-release-asset@e94a7386c3c266a207386460471b1efb5c7431eb # v1.6.3
with:
upload_url: ${{ github.event.release.upload_url }}
overwrite: true
Expand All @@ -103,7 +103,7 @@ jobs:
./artifact/**/*.sha256sum
- name: Make Sure Release Directory Exists
uses: appleboy/[email protected]
uses: appleboy/ssh-action@f9010ff7f1bbd7db1a0b4bab661437550cea20c0 # v0.1.5
with:
host: ${{ secrets.deploy-host }}
username: ${{ secrets.deploy-user }}
Expand All @@ -113,7 +113,7 @@ jobs:
mkdir -p /srv/repository/releases/server/${{ inputs.distro }}/versions/jellyfin-ffmpeg/${{ steps.set_version.outputs.no-v }}/
- name: Upload Release Assets
uses: burnett01/[email protected]
uses: burnett01/rsync-deployments@2651e3eecb4ea772cbe952695d04952e92027b4f # 5.2.1
with:
switches: -vrptz
path: ./artifact/*
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/_meta_portable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
arch: ${{fromJson(inputs.architectures)}}

steps:
- uses: actions/[email protected]
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0

- name: Build Portable
run: ./build-${{ inputs.os }}-${{ matrix.arch }} ./dist

- name: Upload Artifacts
uses: actions/[email protected]
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
with:
name: ${{ inputs.os }}-${{ matrix.arch }}-portable
path: dist
Expand All @@ -56,7 +56,7 @@ jobs:

steps:
- name: Set Versions
uses: actions/[email protected]
uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 # v6.3.3
id: set_version
with:
script: |
Expand All @@ -69,7 +69,7 @@ jobs:
core.setOutput('no-dash', no_dash)
- name: Download Artifacts
uses: actions/[email protected]
uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7 # v3.0.1
with:
name: ${{ inputs.os }}-${{ matrix.arch }}-portable
path: artifact
Expand All @@ -83,7 +83,7 @@ jobs:
popd
- name: Upload GH Release Assets
uses: shogo82148/[email protected]
uses: shogo82148/actions-upload-release-asset@e94a7386c3c266a207386460471b1efb5c7431eb # v1.6.3
with:
upload_url: ${{ github.event.release.upload_url }}
overwrite: true
Expand All @@ -93,7 +93,7 @@ jobs:
./artifact/**/*.sha256sum
- name: Make Sure FFmpeg Directory Exists
uses: appleboy/[email protected]
uses: appleboy/ssh-action@f9010ff7f1bbd7db1a0b4bab661437550cea20c0 # v0.1.5
with:
host: ${{ secrets.deploy-host }}
username: ${{ secrets.deploy-user }}
Expand All @@ -103,7 +103,7 @@ jobs:
mkdir -p /srv/repository/releases/ffmpeg/${{ steps.set_version.outputs.no-v }}/
- name: Upload Release Assets
uses: burnett01/[email protected]
uses: burnett01/rsync-deployments@2651e3eecb4ea772cbe952695d04952e92027b4f # 5.2.1
with:
switches: -vrptz
path: ./artifact/*
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
]
steps:
- name: Sync mirrors and update symlinks
uses: appleboy/[email protected]
uses: appleboy/ssh-action@1d1b21ca96111b1eb4c03c21c14ebb971d2200f6 # v0.1.4
with:
host: ${{ secrets.DEPLOY_HOST }}
username: ${{ secrets.DEPLOY_USER }}
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
]
steps:
- name: Update symlinks
uses: appleboy/[email protected]
uses: appleboy/ssh-action@1d1b21ca96111b1eb4c03c21c14ebb971d2200f6 # v0.1.4
with:
host: ${{ secrets.DEPLOY_HOST }}
username: ${{ secrets.DEPLOY_USER }}
Expand Down

0 comments on commit 66e0b92

Please sign in to comment.