Merge pull request #6341 from jellyfin/renovate/ci-deps
Some checks are pending
Push & Release 🌍 / Automation 🎛️ (push) Waiting to run
Push & Release 🌍 / Unstable release 🚀⚠️ (push) Waiting to run
Push & Release 🌍 / Quality checks 👌🧪 (push) Waiting to run
Push & Release 🌍 / GitHub CodeQL 🔬 (push) Waiting to run
Push & Release 🌍 / Deploy 🚀 (push) Blocked by required conditions

This commit is contained in:
Bill Thornton 2024-11-24 03:15:33 -05:00 committed by GitHub
commit 3e7de3c580
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6 additions and 6 deletions

View File

@ -26,15 +26,15 @@ jobs:
show-progress: false show-progress: false
- name: Initialize CodeQL 🛠️ - name: Initialize CodeQL 🛠️
uses: github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0 uses: github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
with: with:
queries: security-and-quality queries: security-and-quality
languages: ${{ matrix.language }} languages: ${{ matrix.language }}
- name: Autobuild 📦 - name: Autobuild 📦
uses: github/codeql-action/autobuild@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0 uses: github/codeql-action/autobuild@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
- name: Perform CodeQL Analysis 🧪 - name: Perform CodeQL Analysis 🧪
uses: github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0 uses: github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
with: with:
category: '/language:${{matrix.language}}' category: '/language:${{matrix.language}}'

View File

@ -35,7 +35,7 @@ jobs:
path: dist path: dist
- name: Publish to Cloudflare Pages 📃 - name: Publish to Cloudflare Pages 📃
uses: cloudflare/wrangler-action@b2a0191ce60d21388e1a8dcc968b4e9966f938e1 # v3.11.0 uses: cloudflare/wrangler-action@05f17c4a695b4d94b57b59997562c6a4624c64e4 # v3.12.1
id: cf id: cf
with: with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}

View File

@ -57,7 +57,7 @@ jobs:
echo "EOF" >> $GITHUB_ENV echo "EOF" >> $GITHUB_ENV
- name: Push comment to Pull Request 🔼 - name: Push comment to Pull Request 🔼
uses: thollander/actions-comment-pull-request@e2c37e53a7d2227b61585343765f73a9ca57eda9 # v3.0.0 uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3.0.1
if: ${{ inputs.comment && steps.compose.conclusion == 'success' }} if: ${{ inputs.comment && steps.compose.conclusion == 'success' }}
with: with:
github-token: ${{ secrets.JF_BOT_TOKEN }} github-token: ${{ secrets.JF_BOT_TOKEN }}

View File

@ -20,7 +20,7 @@ jobs:
show-progress: false show-progress: false
- name: Scan - name: Scan
uses: actions/dependency-review-action@a6993e2c61fd5dc440b409aa1d6904921c5e1894 # v4.3.5 uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
with: with:
## Workaround from https://github.com/actions/dependency-review-action/issues/456 ## Workaround from https://github.com/actions/dependency-review-action/issues/456
## TODO: Remove when necessary ## TODO: Remove when necessary