chore: fix dependabot alerts (#3707)

Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>
This commit is contained in:
Ramkumar Chinchani
2026-01-15 10:42:39 -08:00
committed by GitHub
parent d33c1e3b22
commit 0cac8a7ee8
6 changed files with 73 additions and 73 deletions
+3 -3
View File
@@ -54,7 +54,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v4.31.9
uses: github/codeql-action/init@v4.31.10
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -65,7 +65,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v4.31.9
uses: github/codeql-action/autobuild@v4.31.10
# ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
@@ -78,4 +78,4 @@ jobs:
# make release
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4.31.9
uses: github/codeql-action/analyze@v4.31.10