Skip to content

Commit abd6af4

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/npm_and_yarn-b31f471cb3
2 parents a4f011f + 20c7f06 commit abd6af4

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

.github/workflows/__rubocop-multi-language.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th
44

55
## [UNRELEASED]
66

7+
No user facing changes.
8+
9+
## 3.29.5 - 29 Jul 2025
10+
711
- Update default CodeQL bundle version to 2.22.2. [#2986](https://github.com/github/codeql-action/pull/2986)
812

913
## 3.29.4 - 23 Jul 2025

node_modules/.package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codeql",
3-
"version": "3.29.5",
3+
"version": "3.29.6",
44
"private": true,
55
"description": "CodeQL action",
66
"scripts": {

pr-checks/checks/rubocop-multi-language.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ operatingSystems: ["ubuntu"]
55
versions: ["default"]
66
steps:
77
- name: Set up Ruby
8-
uses: ruby/setup-ruby@472790540115ce5bd69d399a020189a8c87d641f # v1.247.0
8+
uses: ruby/setup-ruby@bb6434c747fa7022e12fa1cae2a0951fcffcff26 # v1.253.0
99
with:
1010
ruby-version: 2.6
1111
- name: Install Code Scanning integration

0 commit comments

Comments
 (0)