Skip to content

Commit f324027

Browse files
authored
Merge pull request #1432 from PyThaiNLP/dependabot/github_actions/github/codeql-action-4.36.2
Bump github/codeql-action from 4.36.0 to 4.36.2
2 parents 1a6e0af + 3fd2c4d commit f324027

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.36.0
69+
uses: github/codeql-action/init@v4.36.2
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.36.0
80+
uses: github/codeql-action/autobuild@v4.36.2
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.36.0
94+
uses: github/codeql-action/analyze@v4.36.2

0 commit comments

Comments
 (0)