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.27.0

This commit is contained in:
renovate[bot] 2024-10-22 18:33:26 +00:00 committed by GitHub
parent b40f68db12
commit 33fde51677
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@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13 uses: github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3.27.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@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13 uses: github/codeql-action/autobuild@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
- name: Perform CodeQL Analysis 🧪 - name: Perform CodeQL Analysis 🧪
uses: github/codeql-action/analyze@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13 uses: github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
with: with:
category: '/language:${{matrix.language}}' category: '/language:${{matrix.language}}'