Pin dependencies

This commit is contained in:
renovate[bot] 2023-11-09 02:50:19 +00:00 committed by GitHub
parent 34212614bc
commit 21e7910ada
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 run: npm run build:production
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v3.1.3 uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
with: with:
name: jellyfin-web__prod name: jellyfin-web__prod
path: | path: |
@ -57,7 +57,7 @@ jobs:
echo $PR_SHA > PR_sha echo $PR_SHA > PR_sha
- name: Upload PR number as artifact - name: Upload PR number as artifact
uses: actions/upload-artifact@v3.1.3 uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
with: with:
name: PR_context name: PR_context
path: | path: |

View file

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