mirror of
https://github.com/jellyfin/jellyfin-meta-plugins.git
synced 2024-11-23 14:20:07 +00:00
chore(deps): update ci dependencies
This commit is contained in:
parent
6d0a9c8fe2
commit
ec46d82d04
4
.github/workflows/publish.yaml
vendored
4
.github/workflows/publish.yaml
vendored
@ -78,7 +78,7 @@ jobs:
|
||||
asset_path: ./*
|
||||
|
||||
- name: Ensure Destination Path Exists
|
||||
uses: appleboy/ssh-action@55dabf81b49d4120609345970c91507e2d734799 # v1.0.0
|
||||
uses: appleboy/ssh-action@8f949198563a347a01c65ffc60399aef2b59d4ab # v1.0.1
|
||||
if: ${{ contains(github.repository, 'jellyfin/') }}
|
||||
with:
|
||||
host: ${{ secrets.deploy-host }}
|
||||
@ -109,7 +109,7 @@ jobs:
|
||||
JELLYFIN_REPO_URL: "https://repo.jellyfin.org/releases/plugin/"
|
||||
steps:
|
||||
- name: Update Plugin Manifest
|
||||
uses: appleboy/ssh-action@55dabf81b49d4120609345970c91507e2d734799 # v1.0.0
|
||||
uses: appleboy/ssh-action@8f949198563a347a01c65ffc60399aef2b59d4ab # v1.0.1
|
||||
with:
|
||||
host: ${{ secrets.deploy-host }}
|
||||
username: ${{ secrets.deploy-user }}
|
||||
|
6
.github/workflows/scan-codeql.yaml
vendored
6
.github/workflows/scan-codeql.yaml
vendored
@ -31,13 +31,13 @@ jobs:
|
||||
dotnet-version: "${{ inputs.dotnet-version }}"
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@b374143c1149a9115d881581d29b8390bbcbb59c # v3.22.11
|
||||
uses: github/codeql-action/init@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
|
||||
with:
|
||||
languages: ${{ matrix.language }}
|
||||
queries: +security-and-quality
|
||||
|
||||
- name: Autobuild
|
||||
uses: github/codeql-action/autobuild@b374143c1149a9115d881581d29b8390bbcbb59c # v3.22.11
|
||||
uses: github/codeql-action/autobuild@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@b374143c1149a9115d881581d29b8390bbcbb59c # v3.22.11
|
||||
uses: github/codeql-action/analyze@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
|
||||
|
Loading…
Reference in New Issue
Block a user