Skip to content

Commit

Permalink
chore(deps): update ci dependencies (#2436)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 31, 2024
1 parent ee9df9e commit 2378de3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/__codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jobs:
show-progress: false

- name: Initialize CodeQL 🛠️
uses: github/codeql-action/[email protected].4
uses: github/codeql-action/[email protected].6
with:
queries: security-and-quality
languages: ${{ matrix.language }}

- name: Autobuild 📦
uses: github/codeql-action/[email protected].4
uses: github/codeql-action/[email protected].6

- name: Perform CodeQL Analysis 🧪
uses: github/codeql-action/[email protected].4
uses: github/codeql-action/[email protected].6
with:
category: '/language:${{matrix.language}}'
8 changes: 4 additions & 4 deletions .github/workflows/__package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
subject-path: ${{ env.ARTIFACTS_PATH }}

- name: Upload built application artifact ⬆️🐧🍎🪟
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
compression-level: 0
name: jellyfin-vue_${{ matrix.platform }}
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
${{ needs.docker_inputs.outputs.tags }}
- name: Upload Docker image as artifact ⬆️📦
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
compression-level: 0
name: docker_image-linux_${{ matrix.platform }}
Expand All @@ -205,7 +205,7 @@ jobs:
subject-path: docker_image.tar

- name: Upload cache artifact ⬆️⚙️
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
if: ${{ inputs.push }}
with:
compression-level: 0
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:
subject-path: dist

- name: Upload client artifact ⬆️💻
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
compression-level: 0
name: frontend
Expand Down

0 comments on commit 2378de3

Please sign in to comment.