mirror of
https://github.com/python-kasa/python-kasa.git
synced 2026-03-07 17:19:55 +00:00
Update GitHub Workflows and Actions (#1622)
This PR is to update the GitHub Workflows and Actions to resolve residual warnings and errors and using the latest versions available.
This commit is contained in:
16
.github/workflows/codeql-analysis.yml
vendored
16
.github/workflows/codeql-analysis.yml
vendored
@@ -1,4 +1,5 @@
|
||||
name: "CodeQL checks"
|
||||
---
|
||||
name: CodeQL Checks
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -31,16 +32,19 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
language: [ 'python' ]
|
||||
language: [python]
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
- name: Checkout Source Files
|
||||
id: checkout
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v2
|
||||
id: init-codeql
|
||||
uses: github/codeql-action/init@v4
|
||||
with:
|
||||
languages: ${{ matrix.language }}
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v2
|
||||
id: perform-codeql-analysis
|
||||
uses: github/codeql-action/analyze@v4
|
||||
|
||||
Reference in New Issue
Block a user