Merge pull request #4947 from jellyfin/renovate/pin-dependencies

This commit is contained in:
Bill Thornton 2023-11-08 21:56:37 -05:00 committed by GitHub
commit 5b1f9f509c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -34,7 +34,7 @@ jobs:
run: npm run build:production
- name: Upload artifact
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
with:
name: jellyfin-web__prod
path: |
@ -57,7 +57,7 @@ jobs:
echo $PR_SHA > PR_sha
- name: Upload PR number as artifact
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
with:
name: PR_context
path: |

View File

@ -20,7 +20,7 @@ jobs:
steps:
- name: Download workflow artifact
uses: dawidd6/action-download-artifact@v2.27.0
uses: dawidd6/action-download-artifact@246dbf436b23d7c49e21a7ab8204ca9ecd1fe615 # v2.27.0
with:
run_id: ${{ github.event.workflow_run.id }}
name: jellyfin-web__prod
@ -28,7 +28,7 @@ jobs:
- name: Publish
id: cf
uses: cloudflare/pages-action@1
uses: cloudflare/pages-action@f0a1cd58cd66095dee69bfa18fa5efd1dde93bca # 1
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
@ -47,7 +47,7 @@ jobs:
steps:
- name: Get PR context
uses: dawidd6/action-download-artifact@v2.27.0
uses: dawidd6/action-download-artifact@246dbf436b23d7c49e21a7ab8204ca9ecd1fe615 # v2.27.0
id: pr_context
with:
run_id: ${{ github.event.workflow_run.id }}
@ -88,7 +88,7 @@ jobs:
steps:
- name: Update job summary in PR comment
uses: thollander/actions-comment-pull-request@v2.4.2
uses: thollander/actions-comment-pull-request@d61db783da9abefc3437960d0cce08552c7c004f # v2.4.2
with:
GITHUB_TOKEN: ${{ secrets.JF_BOT_TOKEN }}
message: ${{ needs.compose-comment.outputs.msg }}