chore(deps): update ci (#2490)
Some checks failed
Push & Release 🌍 / Automation 🎛️ (push) Has been cancelled
Push & Release 🌍 / ${{ github.event_name == 'push' && 'Unstable 🚀⚠️' || 'Stable 🏷️✅' }} (push) Has been cancelled
Push & Release 🌍 / GitHub CodeQL 🔬 (push) Has been cancelled
Push & Release 🌍 / Deploy 🚀 (push) Has been cancelled
Scheduled tasks 🕒 / GitHub CodeQL 🔬 (push) Has been cancelled

This commit is contained in:
renovate[bot] 2024-11-08 20:26:00 +01:00 committed by GitHub
parent 03b004c3c7
commit 32fb1c7f5f
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.27.0
uses: github/codeql-action/init@v3.27.1
with:
queries: security-and-quality
languages: ${{ matrix.language }}
- name: Autobuild 📦
uses: github/codeql-action/autobuild@v3.27.0
uses: github/codeql-action/autobuild@v3.27.1
- name: Perform CodeQL Analysis 🧪
uses: github/codeql-action/analyze@v3.27.0
uses: github/codeql-action/analyze@v3.27.1
with:
category: '/language:${{matrix.language}}'

View File

@ -39,7 +39,7 @@ jobs:
path: dist
- name: Publish to Cloudflare Pages 📃
uses: cloudflare/wrangler-action@v3.12.0
uses: cloudflare/wrangler-action@v3.12.1
id: cf
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}