Skip to content

Commit 5e50e38

Browse files
authored
Merge pull request #1676 from maxmind/dependabot/github_actions/github/codeql-action-4.35.1
build(deps): bump github/codeql-action from 4.32.6 to 4.35.1
2 parents 1f93638 + a96532f commit 5e50e38

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
@@ -27,15 +27,15 @@ jobs:
2727

2828
# Initializes the CodeQL tools for scanning.
2929
- name: Initialize CodeQL
30-
uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
30+
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
3131
# Override language selection by uncommenting this and choosing your languages
3232
# with:
3333
# languages: go, javascript, csharp, python, cpp, java
3434

3535
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
3636
# If this step fails, then you should remove it and run the build manually (see below)
3737
- name: Autobuild
38-
uses: github/codeql-action/autobuild@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
38+
uses: github/codeql-action/autobuild@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
3939

4040
# ℹ️ Command-line programs to run using the OS shell.
4141
# 📚 https://git.io/JvXDl
@@ -49,4 +49,4 @@ jobs:
4949
# make release
5050

5151
- name: Perform CodeQL Analysis
52-
uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
52+
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1

0 commit comments

Comments
 (0)