File tree 3 files changed +8
-8
lines changed 3 files changed +8
-8
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@8711a86ab6f9aa72890da4123b2ef7283b6b22b6 # v1.217 .0
13
+ uses : ruby/setup-ruby@277ba2a127aba66d45bad0fa2dc56f80dbfedffa # v1.222 .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@8711a86ab6f9aa72890da4123b2ef7283b6b22b6 # v1.217 .0
37
+ uses : ruby/setup-ruby@277ba2a127aba66d45bad0fa2dc56f80dbfedffa # v1.222 .0
38
38
with :
39
39
ruby-version : ${{ matrix.ruby-version }}
40
40
64
64
65
65
- name : Cache Node modules
66
66
id : cache-node-modules
67
- uses : actions/cache@f4b3439a656ba812b8cb417d2d49f9c810103092 # v3.4.0
67
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
68
68
with :
69
69
path : " **/node_modules"
70
70
key : ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ jobs:
10
10
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
11
11
12
12
- name : Set up Node 14.15
13
- uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
13
+ uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
14
14
with :
15
15
node-version : 14.15
16
16
17
17
- name : Cache Node modules
18
18
id : cache-node-modules
19
- uses : actions/cache@f4b3439a656ba812b8cb417d2d49f9c810103092 # v3.4.0
19
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
20
20
with :
21
21
path : " **/node_modules"
22
22
key : ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
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@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2 .28.1
32
+ uses : github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3 .28.10
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@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2 .28.1
43
+ uses : github/codeql-action/autobuild@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3 .28.10
44
44
45
45
- name : Perform CodeQL Analysis
46
- uses : github/codeql-action/analyze@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2 .28.1
46
+ uses : github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3 .28.10
You can’t perform that action at this time.
0 commit comments