File tree 8 files changed +14
-14
lines changed
8 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 36
36
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
37
37
with :
38
38
persist-credentials : false
39
- - uses : ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1.229 .0
39
+ - uses : ruby/setup-ruby@e5ac7b085f6e63d49c8973eb0c6e04d876b881f1 # v1.230 .0
40
40
with :
41
41
ruby-version : ' 3.2'
42
42
bundler-cache : true # runs 'bundle install' and caches installed gems automatically
87
87
- name : List gem
88
88
run : |
89
89
find pkg
90
- - uses : ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1.229 .0
90
+ - uses : ruby/setup-ruby@e5ac7b085f6e63d49c8973eb0c6e04d876b881f1 # v1.230 .0
91
91
with :
92
92
ruby-version : ' 3.2'
93
93
- name : Install gem
Original file line number Diff line number Diff line change 34
34
35
35
# Initializes the CodeQL tools for scanning.
36
36
- name : Initialize CodeQL
37
- uses : github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
37
+ uses : github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
38
38
with :
39
39
languages : ${{ matrix.language }}
40
40
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -45,10 +45,10 @@ jobs:
45
45
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
46
46
# If this step fails, then you should remove it and run the build manually
47
47
- name : Autobuild
48
- uses : github/codeql-action/autobuild@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
48
+ uses : github/codeql-action/autobuild@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
49
49
50
50
- name : Perform CodeQL Analysis
51
- uses : github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
51
+ uses : github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
52
52
53
53
complete :
54
54
name : CodeQL (complete)
Original file line number Diff line number Diff line change 19
19
persist-credentials : false
20
20
21
21
- name : Set up Ruby
22
- uses : ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1.229 .0
22
+ uses : ruby/setup-ruby@e5ac7b085f6e63d49c8973eb0c6e04d876b881f1 # v1.230 .0
23
23
with :
24
24
ruby-version : " 3.3"
25
25
Original file line number Diff line number Diff line change 51
51
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
52
52
with :
53
53
persist-credentials : false
54
- - uses : DeterminateSystems/nix-installer-action@0d28deea2bab0f135fcdbb0bd8e4c6ba469c7b32 # main
54
+ - uses : DeterminateSystems/nix-installer-action@17a3ce76e01f3e740f8011a70e0d79f9720fc942 # main
55
55
- name : Print ruby version
56
56
run : |
57
57
nix develop --command which ruby
Original file line number Diff line number Diff line change 20
20
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21
21
with :
22
22
persist-credentials : false
23
- - uses : ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1.229 .0
23
+ - uses : ruby/setup-ruby@e5ac7b085f6e63d49c8973eb0c6e04d876b881f1 # v1.230 .0
24
24
with :
25
25
ruby-version : ' 3.3.7'
26
26
@@ -117,7 +117,7 @@ jobs:
117
117
with :
118
118
persist-credentials : false # `rubygems/release-gem` action handles credentials itself
119
119
- name : Set up Ruby
120
- uses : ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1.229 .0
120
+ uses : ruby/setup-ruby@e5ac7b085f6e63d49c8973eb0c6e04d876b881f1 # v1.230 .0
121
121
with :
122
122
ruby-version : ' 3.3.7'
123
123
- run : bundle install
@@ -161,7 +161,7 @@ jobs:
161
161
persist-credentials : false
162
162
fetch-depth : 0
163
163
- name : Set up Ruby
164
- uses : ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1.229 .0
164
+ uses : ruby/setup-ruby@e5ac7b085f6e63d49c8973eb0c6e04d876b881f1 # v1.230 .0
165
165
with :
166
166
ruby-version : ' 3.3.7'
167
167
- run : bundle install
Original file line number Diff line number Diff line change 43
43
# head rubies
44
44
- if : ${{ matrix.ruby == 'head' }}
45
45
run : sed -i~ -e '/spec\.required_ruby_version/d' datadog.gemspec
46
- - uses : ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1.229 .0
46
+ - uses : ruby/setup-ruby@e5ac7b085f6e63d49c8973eb0c6e04d876b881f1 # v1.230 .0
47
47
with :
48
48
ruby-version : ${{ matrix.ruby }}
49
49
rubygems : 3.3.26
Original file line number Diff line number Diff line change 18
18
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19
19
with :
20
20
persist-credentials : false
21
- - uses : ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1.229 .0
21
+ - uses : ruby/setup-ruby@e5ac7b085f6e63d49c8973eb0c6e04d876b881f1 # v1.230 .0
22
22
with :
23
23
ruby-version : 3.4.1
24
24
bundler-cache : true # runs 'bundle install' and caches installed gems automatically
33
33
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34
34
with :
35
35
persist-credentials : false
36
- - uses : ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # Adds 3.4-asan builds
36
+ - uses : ruby/setup-ruby@e5ac7b085f6e63d49c8973eb0c6e04d876b881f1 # Adds 3.4-asan builds
37
37
with :
38
38
ruby-version : 3.4-asan
39
39
bundler-cache : true # runs 'bundle install' and caches installed gems automatically
Original file line number Diff line number Diff line change 49
49
# head rubies
50
50
- if : ${{ matrix.ruby == 'head' }}
51
51
run : sed -i~ -e '/spec\.required_ruby_version/d' datadog.gemspec
52
- - uses : ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1.229 .0
52
+ - uses : ruby/setup-ruby@e5ac7b085f6e63d49c8973eb0c6e04d876b881f1 # v1.230 .0
53
53
with :
54
54
ruby-version : ${{ matrix.ruby }}
55
55
bundler-cache : true # runs 'bundle install' and caches installed gems automatically
You can’t perform that action at this time.
0 commit comments