Skip to content

Commit e87f5a1

Browse files
committed
update ci
1 parent aa5c17e commit e87f5a1

File tree

3 files changed

+5
-12
lines changed

3 files changed

+5
-12
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,12 @@ jobs:
2929

3030
# Initializes the CodeQL tools for scanning.
3131
- name: Initialize CodeQL
32-
uses: github/codeql-action/init@v1
32+
uses: github/codeql-action/init@v2
3333
with:
3434
languages: ${{ matrix.language }}
3535

36-
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
37-
# If this step fails, then you should remove it and run the build manually (see below)
3836
- name: Autobuild
39-
uses: github/codeql-action/autobuild@v1
40-
#- run: |
41-
# make bootstrap
42-
# make release
37+
uses: github/codeql-action/autobuild@v2
4338

4439
- name: Perform CodeQL Analysis
45-
uses: github/codeql-action/analyze@v1
40+
uses: github/codeql-action/analyze@v2

.github/workflows/lint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
- name: Check out code
1818
uses: actions/checkout@v2
1919

20-
# https://github.com/ruby/setup-ruby/releases/tag/v1.87.0
21-
- uses: ruby/setup-ruby@cf1a6dd2d8563b59c7007e381836fd252ab2ac5b
20+
- uses: ruby/[email protected]
2221
with:
2322
ruby-version: 2.7.5
2423
bundler-cache: true

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
- name: Check out code
1818
uses: actions/checkout@v2
1919

20-
# https://github.com/ruby/setup-ruby/releases/tag/v1.87.0
21-
- uses: ruby/setup-ruby@cf1a6dd2d8563b59c7007e381836fd252ab2ac5b
20+
- uses: ruby/[email protected]
2221
with:
2322
ruby-version: 2.7.5
2423
bundler-cache: true

0 commit comments

Comments
 (0)