Skip to content

Commit 7785f26

Browse files
Bump the gh-actions-packages group across 1 directory with 8 updates
Bumps the gh-actions-packages group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.0` | `4.6.1` | | [actions/cache](https://github.com/actions/cache) | `4.2.0` | `4.2.2` | | [ruby/setup-ruby](https://github.com/ruby/setup-ruby) | `1.216.0` | `1.221.0` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4.1.8` | `4.1.9` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.28.8` | `3.28.10` | | [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `7.0.6` | `7.0.8` | | [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) | `dea7810afd9d4c98556c8ec68cf361bd5b648eaa` | `a48face58194521af687ce7df4c802b1b558e743` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.3.1` | `5.4.0` | Updates `actions/upload-artifact` from 4.6.0 to 4.6.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@65c4c4a...4cec3d8) Updates `actions/cache` from 4.2.0 to 4.2.2 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@1bd1e32...d4323d4) Updates `ruby/setup-ruby` from 1.216.0 to 1.221.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](ruby/setup-ruby@v1.216.0...32110d4) Updates `actions/download-artifact` from 4.1.8 to 4.1.9 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@fa0a91b...cc20338) Updates `github/codeql-action` from 3.28.8 to 3.28.10 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@dd74661...b56ba49) Updates `peter-evans/create-pull-request` from 7.0.6 to 7.0.8 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@67ccf78...271a8d0) Updates `DeterminateSystems/nix-installer-action` from dea7810afd9d4c98556c8ec68cf361bd5b648eaa to a48face58194521af687ce7df4c802b1b558e743 - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](DeterminateSystems/nix-installer-action@dea7810...a48face) Updates `codecov/codecov-action` from 5.3.1 to 5.4.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@13ce06b...0565863) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gh-actions-packages - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gh-actions-packages - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions-packages - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gh-actions-packages - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gh-actions-packages - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gh-actions-packages - dependency-name: DeterminateSystems/nix-installer-action dependency-type: direct:production dependency-group: gh-actions-packages - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions-packages ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2f427f8 commit 7785f26

15 files changed

+39
-39
lines changed

.github/workflows/_unit_test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ jobs:
4545
echo "lockfile=$LOCKFILE" >> "$GITHUB_OUTPUT"
4646
4747
- name: Upload lockfile
48-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
48+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
4949
with:
5050
name: ${{ steps.lockfile.outputs.lockfile }}
5151
path: "*.lock"
5252
- name: Restore cache
53-
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
53+
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
5454
id: restore-cache
5555
with:
5656
key: bundle-${{ runner.os }}-${{ runner.arch }}-${{ inputs.alias }}-${{ hashFiles('*.lock') }}
@@ -59,7 +59,7 @@ jobs:
5959
run: bundle install
6060
- if: steps.restore-cache.outputs.cache-hit != 'true'
6161
name: Save cache
62-
uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
62+
uses: actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
6363
with:
6464
key: "${{ steps.restore-cache.outputs.cache-primary-key }}"
6565
path: "/usr/local/bundle"

.github/workflows/build-gem.yml

+5-5
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@8388f20e6a9c43cd241131b678469a9f89579f37 # v1.216.0
39+
- uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # v1.221.0
4040
with:
4141
ruby-version: '3.2'
4242
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
@@ -63,7 +63,7 @@ jobs:
6363
run: |
6464
find pkg
6565
- name: Upload artifact
66-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
66+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
6767
with:
6868
name: 'datadog-gem-${{ matrix.type }}-gha${{ github.run_id }}-g${{ github.sha }}'
6969
path: 'pkg/*.gem'
@@ -80,14 +80,14 @@ jobs:
8080
- build
8181
steps:
8282
- name: Download artifact
83-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
83+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
8484
with:
8585
name: 'datadog-gem-${{ matrix.type }}-gha${{ github.run_id }}-g${{ github.sha }}'
8686
path: 'pkg'
8787
- name: List gem
8888
run: |
8989
find pkg
90-
- uses: ruby/setup-ruby@8388f20e6a9c43cd241131b678469a9f89579f37 # v1.216.0
90+
- uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # v1.221.0
9191
with:
9292
ruby-version: '3.2'
9393
- name: Install gem
@@ -106,7 +106,7 @@ jobs:
106106
if: ${{ inputs.push }}
107107
steps:
108108
- name: Download artifact
109-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
109+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
110110
with:
111111
name: 'datadog-gem-${{ matrix.type }}-gha${{ github.run_id }}-g${{ github.sha }}'
112112
path: 'pkg'

.github/workflows/check.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
persist-credentials: false
2626
- run: bundle lock
27-
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
27+
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
2828
id: lockfile
2929
with:
3030
name: 'check-lockfile-${{ github.sha }}-${{ github.run_id }}'
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4141
with:
4242
persist-credentials: false
43-
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
43+
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
4444
- run: bundle install
4545
- run: bundle exec rake rubocop
4646

@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5454
with:
5555
persist-credentials: false
56-
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
56+
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
5757
- name: Install dependencies
5858
run: bundle install
5959
- run: bundle exec rake standard
@@ -67,7 +67,7 @@ jobs:
6767
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6868
with:
6969
persist-credentials: false
70-
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
70+
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
7171
- name: Install dependencies
7272
run: bundle install
7373
- name: Check for stale signature files
@@ -90,7 +90,7 @@ jobs:
9090
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9191
with:
9292
persist-credentials: false
93-
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 # requires the lockfile
93+
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.8 # requires the lockfile
9494
- uses: DataDog/datadog-sca-github-action@main
9595
with:
9696
dd_api_key: ${{ secrets.DD_API_KEY }}

.github/workflows/codeql-analysis.yml

+3-3
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@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
37+
uses: github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
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@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
48+
uses: github/codeql-action/autobuild@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
4949

5050
- name: Perform CodeQL Analysis
51-
uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
51+
uses: github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
5252

5353
complete:
5454
name: CodeQL (complete)

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

+2-2
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@8388f20e6a9c43cd241131b678469a9f89579f37 # v1.216.0
22+
uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # v1.221.0
2323
with:
2424
ruby-version: "3.3"
2525

@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Create Pull Request
3232
id: cpr
33-
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
33+
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
3434
with:
3535
token: ${{ secrets.GHA_PAT }}
3636
branch: auto-generate/update-supported-versions

.github/workflows/lock-dependency.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- run: bundle install
7777
- run: bundle exec rake dependency:generate
7878
- run: bundle exec rake dependency:lock
79-
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
79+
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
8080
with:
8181
name: lock-dependency-${{ github.run_id }}-${{ matrix.engine.name }}-${{ matrix.engine.version }}
8282
path: gemfiles/${{ matrix.engine.name }}_${{ matrix.engine.version }}*
@@ -93,7 +93,7 @@ jobs:
9393
with:
9494
persist-credentials: false
9595
token: ${{ secrets.GHA_PAT }}
96-
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
96+
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
9797
with:
9898
path: gemfiles
9999
pattern: lock-dependency-${{ github.run_id }}-*

.github/workflows/nix.yml

+1-1
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@dea7810afd9d4c98556c8ec68cf361bd5b648eaa # main
54+
- uses: DeterminateSystems/nix-installer-action@a48face58194521af687ce7df4c802b1b558e743 # main
5555
- name: Print ruby version
5656
run: |
5757
nix develop --command which ruby

.github/workflows/parametric-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
persist-credentials: false
5555
path: binaries/dd-trace-rb/
5656
- name: Upload artifact
57-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
57+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
5858
with:
5959
name: system_tests_binaries
6060
path: binaries/

.github/workflows/publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2121
with:
2222
persist-credentials: false
23-
- uses: ruby/setup-ruby@8388f20e6a9c43cd241131b678469a9f89579f37 # v1.216.0
23+
- uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # v1.221.0
2424
with:
2525
ruby-version: '3.3.7'
2626

@@ -117,7 +117,7 @@ jobs:
117117
with:
118118
persist-credentials: false
119119
- name: Set up Ruby
120-
uses: ruby/setup-ruby@8388f20e6a9c43cd241131b678469a9f89579f37 # v1.216.0
120+
uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # v1.221.0
121121
with:
122122
ruby-version: '3.3.7'
123123
- run: bundle install
@@ -161,7 +161,7 @@ jobs:
161161
persist-credentials: false
162162
fetch-depth: 0
163163
- name: Set up Ruby
164-
uses: ruby/setup-ruby@8388f20e6a9c43cd241131b678469a9f89579f37 # v1.216.0
164+
uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # v1.221.0
165165
with:
166166
ruby-version: '3.3.7'
167167
- run: bundle install

.github/workflows/system-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ jobs:
390390
SYSTEM_TESTS_AWS_SECRET_ACCESS_KEY: ${{ secrets.SYSTEM_TESTS_IDM_AWS_SECRET_ACCESS_KEY }}
391391
FORCED_TESTS_LIST: ${{ needs.build-apps.outputs.FORCED_TESTS_LIST }}
392392
- name: Archive logs
393-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
393+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
394394
if: ${{ always() }}
395395
with:
396396
name: system-tests-${{ matrix.library }}-${{ matrix.app }}-${{ matrix.scenario }}-logs-gha${{ github.run_id }}-g${{ github.sha }}
@@ -443,7 +443,7 @@ jobs:
443443
ref: ${{ env.SYSTEM_TESTS_REF }}
444444
persist-credentials: false
445445
- name: Retrieve logs
446-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
446+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
447447
with:
448448
pattern: system-tests-${{ matrix.library }}-${{ matrix.app }}-*-logs-gha${{ github.run_id }}-g${{ github.sha }}
449449
merge-multiple: true

.github/workflows/test-macos.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# head rubies
4343
- if: ${{ matrix.ruby == 'head' }}
4444
run: sed -i~ -e '/spec\.required_ruby_version/d' datadog.gemspec
45-
- uses: ruby/setup-ruby@8388f20e6a9c43cd241131b678469a9f89579f37 # v1.216.0
45+
- uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # v1.221.0
4646
with:
4747
ruby-version: ${{ matrix.ruby }}
4848
rubygems: 3.3.26

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818
with:
1919
persist-credentials: false
20-
- uses: ruby/setup-ruby@8388f20e6a9c43cd241131b678469a9f89579f37 # v1.216.0
20+
- uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # v1.221.0
2121
with:
2222
ruby-version: 3.4.1
2323
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3333
with:
3434
persist-credentials: false
35-
- uses: ruby/setup-ruby@04c2e2b8e83fbca87e4c7ea9c16e82a1c029c074 # Adds 3.4-asan builds
35+
- uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # Adds 3.4-asan builds
3636
with:
3737
ruby-version: 3.4-asan
3838
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

.github/workflows/test-yjit.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# head rubies
4949
- if: ${{ matrix.ruby == 'head' }}
5050
run: sed -i~ -e '/spec\.required_ruby_version/d' datadog.gemspec
51-
- uses: ruby/setup-ruby@8388f20e6a9c43cd241131b678469a9f89579f37 # v1.216.0
51+
- uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # v1.221.0
5252
with:
5353
ruby-version: ${{ matrix.ruby }}
5454
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

.github/workflows/test.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
steps:
137137
- run: mkdir -p tmp/rspec && datadog-ci version
138138
- name: Download all junit reports
139-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
139+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
140140
with:
141141
path: tmp/rspec
142142
pattern: junit-*
@@ -183,26 +183,26 @@ jobs:
183183
with:
184184
persist-credentials: false
185185
- name: Download lockfile
186-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
186+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
187187
with:
188188
name: ${{ needs.ruby-34.outputs.lockfile }}
189189
- name: Restore cache
190-
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
190+
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
191191
id: restore-cache
192192
with:
193193
key: ${{ needs.ruby-34.outputs.cache-key }}
194194
path: "/usr/local/bundle"
195195
- run: bundle check || bundle install
196196
- name: Download all coverage data
197-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
197+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
198198
with:
199199
path: coverage
200200
pattern: coverage-*
201201
merge-multiple: true
202202
- name: Generate coverage report
203203
run: bundle exec rake coverage:report
204204
- name: Upload coverage report
205-
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
205+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
206206
with:
207207
files: coverage/report/coverage.xml
208208
# Uncomment the following line to enable verbose output for debugging

.github/workflows/update-latest-dependency.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: bundle exec rake edge:gemspec edge:update
6363

6464
- name: Upload artifact
65-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
65+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
6666
with:
6767
name: 'gha${{ github.run_id }}-datadog-gem-${{ matrix.engine.name }}-${{ matrix.engine.version }}'
6868
path: gemfiles/${{ matrix.engine.name }}_${{ matrix.engine.version }}_*
@@ -78,7 +78,7 @@ jobs:
7878
persist-credentials: false
7979

8080
- name: Download artifacts for all runtimes
81-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
81+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
8282
with:
8383
path: gemfiles
8484
pattern: gha${{ github.run_id }}-datadog-gem-*
@@ -88,7 +88,7 @@ jobs:
8888

8989
- name: Create Pull Request
9090
id: cpr
91-
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
91+
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
9292
with:
9393
token: ${{ secrets.GHA_PAT }}
9494
branch: auto-generate/update-latest-dependencies

0 commit comments

Comments
 (0)