File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
11
11
12
12
- name : Set up Ruby 3.2
13
- uses : ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245 .0
13
+ uses : ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1.254 .0
14
14
with :
15
15
ruby-version : 3.2
16
16
34
34
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
35
35
36
36
- name : Set up Ruby ${{ matrix.ruby-version }}
37
- uses : ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245 .0
37
+ uses : ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1.254 .0
38
38
with :
39
39
ruby-version : ${{ matrix.ruby-version }}
40
40
Original file line number Diff line number Diff line change 29
29
30
30
# Initializes the CodeQL tools for scanning.
31
31
- name : Initialize CodeQL
32
- uses : github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
32
+ uses : github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
33
33
with :
34
34
languages : ${{ matrix.language }}
35
35
# If you wish to specify custom queries, you can do so here or in a config file.
40
40
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
41
41
# If this step fails, then you should remove it and run the build manually (see below)
42
42
- name : Autobuild
43
- uses : github/codeql-action/autobuild@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
43
+ uses : github/codeql-action/autobuild@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
44
44
45
45
- name : Perform CodeQL Analysis
46
- uses : github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
46
+ uses : github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
You can’t perform that action at this time.
0 commit comments