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:
ZeliardM
2026-02-21 16:09:57 -05:00
committed by GitHub
parent ade64c64af
commit 494db73fa8
5 changed files with 84 additions and 61 deletions

View File

@@ -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