1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Update github/codeql-action action to v3.28.0

This commit is contained in:
renovate[bot] 2025-01-02 14:58:32 +00:00 committed by GitHub
parent ece8de3420
commit 2f7bfbd7b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,15 +26,15 @@ jobs:
show-progress: false show-progress: false
- name: Initialize CodeQL 🛠️ - name: Initialize CodeQL 🛠️
uses: github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9 uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
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@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9 uses: github/codeql-action/autobuild@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
- name: Perform CodeQL Analysis 🧪 - name: Perform CodeQL Analysis 🧪
uses: github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9 uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
with: with:
category: '/language:${{matrix.language}}' category: '/language:${{matrix.language}}'