chore(deps): update ci dependencies

This commit is contained in:
renovate[bot] 2023-12-26 10:04:16 +00:00 committed by GitHub
parent 6d0a9c8fe2
commit ec46d82d04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -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 }}

View File

@ -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