Skip to content

Commit 01fa6c8

Browse files
authored
Merge pull request #4621 from DataDog/dependabot/github_actions/gh-actions-packages-6c5076375b
Bump the gh-actions-packages group across 2 directories with 4 updates
2 parents d960f15 + c19f38b commit 01fa6c8

File tree

10 files changed

+16
-16
lines changed

10 files changed

+16
-16
lines changed

.github/actions/build-test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
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.

.github/workflows/build-gem.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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
@@ -87,7 +87,7 @@ jobs:
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

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
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)

.github/workflows/generate-supported-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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

.github/workflows/nix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
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

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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

.github/workflows/test-macos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
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

.github/workflows/test-memory-leaks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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
@@ -33,7 +33,7 @@ jobs:
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

.github/workflows/test-yjit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
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

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)