Skip to content

Commit add752e

Browse files
authored
Merge pull request #1459 from PyThaiNLP/dependabot/github_actions/github/codeql-action-4.37.1
Bump github/codeql-action from 4.37.0 to 4.37.1
2 parents a230186 + 690c5fb commit add752e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
# Initializes the CodeQL tools for scanning.
6868
- name: Initialize CodeQL
69-
uses: github/codeql-action/init@v4.37.0
69+
uses: github/codeql-action/init@v4.37.1
7070
with:
7171
languages: ${{ matrix.language }}
7272
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -77,7 +77,7 @@ jobs:
7777
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
7878
# If this step fails, then you should remove it and run the build manually (see below)
7979
- name: Autobuild
80-
uses: github/codeql-action/autobuild@v4.37.0
80+
uses: github/codeql-action/autobuild@v4.37.1
8181

8282
# ℹ️ Command-line programs to run using the OS shell.
8383
# 📚 https://git.io/JvXDl
@@ -91,4 +91,4 @@ jobs:
9191
# make release
9292

9393
- name: Perform CodeQL Analysis
94-
uses: github/codeql-action/analyze@v4.37.0
94+
uses: github/codeql-action/analyze@v4.37.1

0 commit comments

Comments
 (0)