File tree Expand file tree Collapse file tree 10 files changed +16
-16
lines changed
Expand file tree Collapse file tree 10 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 3232
3333 - name : Debug with SSH connection
3434 if : ${{ failure() && runner.debug == '1' }}
35- uses : mxschmitt/action-tmate@c606f8612a802e46b3742322514c09fbc8c4afee # v3.19.0
35+ uses : mxschmitt/action-tmate@7b6a61a73bbb9793cb80ad69b8dd8ac19261834c # v3.19.0
3636 with :
3737 limit-access-to-actor : true
3838 # This mode will wait at the end of the job for a user to connect and then to terminate the tmate session.
Original file line number Diff line number Diff line change 3636 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3737 with :
3838 persist-credentials : false
39- - uses : ruby/setup-ruby@dffc446db9ba5a0c4446edb5bca1c5c473a806c5 # v1.235 .0
39+ - uses : ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c # v1.237 .0
4040 with :
4141 ruby-version : ' 3.2'
4242 bundler-cache : true # runs 'bundle install' and caches installed gems automatically
8787 - name : List gem
8888 run : |
8989 find pkg
90- - uses : ruby/setup-ruby@dffc446db9ba5a0c4446edb5bca1c5c473a806c5 # v1.235 .0
90+ - uses : ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c # v1.237 .0
9191 with :
9292 ruby-version : ' 3.2'
9393 - name : Install gem
Original file line number Diff line number Diff line change 3434
3535 # Initializes the CodeQL tools for scanning.
3636 - name : Initialize CodeQL
37- uses : github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
37+ uses : github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
3838 with :
3939 languages : ${{ matrix.language }}
4040 # If you wish to specify custom queries, you can do so here or in a config file.
@@ -45,10 +45,10 @@ jobs:
4545 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4646 # If this step fails, then you should remove it and run the build manually
4747 - name : Autobuild
48- uses : github/codeql-action/autobuild@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
48+ uses : github/codeql-action/autobuild@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
4949
5050 - name : Perform CodeQL Analysis
51- uses : github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
51+ uses : github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
5252
5353 complete :
5454 name : CodeQL (complete)
Original file line number Diff line number Diff line change 1919 persist-credentials : false
2020
2121 - name : Set up Ruby
22- uses : ruby/setup-ruby@dffc446db9ba5a0c4446edb5bca1c5c473a806c5 # v1.235 .0
22+ uses : ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c # v1.237 .0
2323 with :
2424 ruby-version : " 3.3"
2525
Original file line number Diff line number Diff line change 5151 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5252 with :
5353 persist-credentials : false
54- - uses : DeterminateSystems/nix-installer-action@7b2eab0f0210922c27b0a3d76c5d768d8962bf30 # main
54+ - uses : DeterminateSystems/nix-installer-action@7b9fe29d91f67b47e423cea399a44b8a20c9b324 # main
5555 - name : Print ruby version
5656 run : |
5757 nix develop --command which ruby
Original file line number Diff line number Diff line change 2828 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929 with :
3030 persist-credentials : false
31- - uses : ruby/setup-ruby@dffc446db9ba5a0c4446edb5bca1c5c473a806c5 # v1.235 .0
31+ - uses : ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c # v1.237 .0
3232 with :
3333 ruby-version : ' 3.3.7'
3434
@@ -165,7 +165,7 @@ jobs:
165165 with :
166166 persist-credentials : false # `rubygems/release-gem` action handles credentials itself
167167 - name : Set up Ruby
168- uses : ruby/setup-ruby@dffc446db9ba5a0c4446edb5bca1c5c473a806c5 # v1.235 .0
168+ uses : ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c # v1.237 .0
169169 with :
170170 ruby-version : ' 3.3.7'
171171 - run : bundle install
@@ -209,7 +209,7 @@ jobs:
209209 persist-credentials : false
210210 fetch-depth : 0
211211 - name : Set up Ruby
212- uses : ruby/setup-ruby@dffc446db9ba5a0c4446edb5bca1c5c473a806c5 # v1.235 .0
212+ uses : ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c # v1.237 .0
213213 with :
214214 ruby-version : ' 3.3.7'
215215 - run : bundle install
Original file line number Diff line number Diff line change 4343 # head rubies
4444 - if : ${{ matrix.ruby == 'head' }}
4545 run : sed -i~ -e '/spec\.required_ruby_version/d' datadog.gemspec
46- - uses : ruby/setup-ruby@dffc446db9ba5a0c4446edb5bca1c5c473a806c5 # v1.235 .0
46+ - uses : ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c # v1.237 .0
4747 with :
4848 ruby-version : ${{ matrix.ruby }}
4949 rubygems : 3.3.26
Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1919 with :
2020 persist-credentials : false
21- - uses : ruby/setup-ruby@dffc446db9ba5a0c4446edb5bca1c5c473a806c5 # v1.235 .0
21+ - uses : ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c # v1.237 .0
2222 with :
2323 ruby-version : 3.4.1
2424 bundler-cache : true # runs 'bundle install' and caches installed gems automatically
3333 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3434 with :
3535 persist-credentials : false
36- - uses : ruby/setup-ruby@dffc446db9ba5a0c4446edb5bca1c5c473a806c5 # Adds 3.4-asan builds
36+ - uses : ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c # Adds 3.4-asan builds
3737 with :
3838 ruby-version : 3.4-asan
3939 bundler-cache : true # runs 'bundle install' and caches installed gems automatically
Original file line number Diff line number Diff line change 4949 # head rubies
5050 - if : ${{ matrix.ruby == 'head' }}
5151 run : sed -i~ -e '/spec\.required_ruby_version/d' datadog.gemspec
52- - uses : ruby/setup-ruby@dffc446db9ba5a0c4446edb5bca1c5c473a806c5 # v1.235 .0
52+ - uses : ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c # v1.237 .0
5353 with :
5454 ruby-version : ${{ matrix.ruby }}
5555 bundler-cache : true # runs 'bundle install' and caches installed gems automatically
Original file line number Diff line number Diff line change @@ -115,7 +115,6 @@ jobs:
115115 name : dd/junit
116116 if : ${{ !cancelled() }}
117117 runs-on : ubuntu-24.04
118- continue-on-error : true
119118 container :
120119 image : datadog/ci
121120 credentials :
@@ -165,6 +164,7 @@ jobs:
165164 run : echo "DD_GIT_COMMIT_SHA=$DD_GIT_COMMIT_SHA" >> "$GITHUB_ENV"
166165 - run : echo "$DD_GIT_COMMIT_SHA"
167166 - name : Upload junit reports
167+ continue-on-error : true
168168 run : datadog-ci junit upload --verbose tmp/rspec/
169169
170170 coverage :
You can’t perform that action at this time.
0 commit comments