chore(deps): update ci (#2469)
Some checks are pending
Push & Release 🌍 / Automation 🎛️ (push) Waiting to run
Push & Release 🌍 / ${{ github.event_name == 'push' && 'Unstable 🚀⚠️' || 'Stable 🏷️✅' }} (push) Waiting to run
Push & Release 🌍 / GitHub CodeQL 🔬 (push) Waiting to run
Push & Release 🌍 / Deploy 🚀 (push) Blocked by required conditions

This commit is contained in:
renovate[bot] 2024-10-22 08:24:31 +02:00 committed by GitHub
parent f9ce95c42e
commit 648705e137
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -25,15 +25,15 @@ jobs:
show-progress: false
- name: Initialize CodeQL 🛠️
uses: github/codeql-action/init@v3.26.12
uses: github/codeql-action/init@v3.26.13
with:
queries: security-and-quality
languages: ${{ matrix.language }}
- name: Autobuild 📦
uses: github/codeql-action/autobuild@v3.26.12
uses: github/codeql-action/autobuild@v3.26.13
- name: Perform CodeQL Analysis 🧪
uses: github/codeql-action/analyze@v3.26.12
uses: github/codeql-action/analyze@v3.26.13
with:
category: '/language:${{matrix.language}}'

View File

@ -20,7 +20,7 @@ jobs:
show-progress: false
- name: Scan
uses: actions/dependency-review-action@v4.3.4
uses: actions/dependency-review-action@v4.3.5
with:
## Workaround from https://github.com/actions/dependency-review-action/issues/456
## TODO: Remove when necessary