merge revision(s) 63932ec33e:

Bump github/codeql-action from 1 to 2

	Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2.
	- [Release notes](https://github.com/github/codeql-action/releases)
	- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
	- [Commits](https://github.com/github/codeql-action/compare/v1...v2)

	---
	updated-dependencies:
	- dependency-name: github/codeql-action
	  dependency-type: direct:production
	  update-type: version-update:semver-major
	...

	Signed-off-by: dependabot[bot] <support@github.com>
	---
	 .github/workflows/codeql-analysis.yml | 6 +++---
	 1 file changed, 3 insertions(+), 3 deletions(-)
This commit is contained in:
nagachika 2022-05-03 10:42:37 +09:00
parent 7202f862ab
commit 7bf1932d7f
2 changed files with 5 additions and 5 deletions

View file

@ -47,7 +47,7 @@ jobs:
run: sudo rm /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
config-file: ./.github/codeql/codeql-config.yml
@ -55,7 +55,7 @@ jobs:
run: echo "GNUMAKEFLAGS=-j$((1 + $(nproc --all)))" >> $GITHUB_ENV
- name: Autobuild
uses: github/codeql-action/autobuild@v1
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2

View file

@ -11,11 +11,11 @@
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
#define RUBY_VERSION_TEENY 3
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
#define RUBY_PATCHLEVEL 25
#define RUBY_PATCHLEVEL 26
#define RUBY_RELEASE_YEAR 2022
#define RUBY_RELEASE_MONTH 5
#define RUBY_RELEASE_DAY 1
#define RUBY_RELEASE_DAY 3
#include "ruby/version.h"