Skip to content

Commit d867dcd

Browse files
authored
Merge branch 'main' into auto-instrumentation
2 parents 7bbd372 + 37409ca commit d867dcd

File tree

17 files changed

+129
-13
lines changed

17 files changed

+129
-13
lines changed

.github/workflows/fossa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
1717

1818
- name: Install Ruby 3.4
19-
uses: ruby/setup-ruby@v1.265.0
19+
uses: ruby/setup-ruby@v1.267.0
2020
with:
2121
ruby-version: 3.4
2222
- name: Generate Gemfile.lock

.github/workflows/installation-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v5
2828
# ATTENTION: Dependabot does not know how to update shared actions file.
2929
# If you see it update setup-ruby here also update it as part of actions/test_gem/action.yml
30-
- uses: ruby/setup-ruby@v1.265.0
30+
- uses: ruby/setup-ruby@v1.267.0
3131
with:
3232
ruby-version: ${{ matrix.ruby-version }}
3333
- name: "Install Latest Gem Versions on ${{ matrix.ruby-version }}"

.github/workflows/ossf-scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# uploads of run results in SARIF format to the repository Actions tab.
3535
# https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts
3636
- name: "Upload artifact"
37-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
37+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
3838
with:
3939
name: SARIF file
4040
path: results.sarif
@@ -43,6 +43,6 @@ jobs:
4343
# Upload the results to GitHub's code scanning dashboard (optional).
4444
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
4545
- name: "Upload to code-scanning"
46-
uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
46+
uses: github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
4747
with:
4848
sarif_file: results.sarif

.github/workflows/release-hook-on-closed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Install Ruby ${{ env.RUBY_VERSION }}
22-
uses: ruby/setup-ruby@v1.265.0
22+
uses: ruby/setup-ruby@v1.267.0
2323
with:
2424
ruby-version: ${{ env.RUBY_VERSION }}
2525
- name: Checkout repo

.github/workflows/release-hook-on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Install Ruby ${{ env.RUBY_VERSION }}
22-
uses: ruby/setup-ruby@v1.265.0
22+
uses: ruby/setup-ruby@v1.267.0
2323
with:
2424
ruby-version: ${{ env.RUBY_VERSION }}
2525
- name: Checkout repo

.github/workflows/release-perform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Install Ruby ${{ env.RUBY_VERSION }}
31-
uses: ruby/setup-ruby@v1.265.0
31+
uses: ruby/setup-ruby@v1.267.0
3232
with:
3333
ruby-version: ${{ env.RUBY_VERSION }}
3434
- name: Checkout repo

.github/workflows/release-please.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
app-id: ${{ vars.OTELBOT_APP_ID }}
2626
private-key: ${{ secrets.OTELBOT_PRIVATE_KEY }}
27-
- uses: googleapis/release-please-action@v4.3.0
27+
- uses: googleapis/release-please-action@v4.4.0
2828
id: prepare
2929
# with:
3030
# token: ${{ steps.otelbot-token.outputs.token }}
@@ -57,7 +57,7 @@ jobs:
5757
chmod 0600 $HOME/.gem/credentials
5858
printf -- "---\n:rubygems_api_key: ${GEM_HOST_API_KEY}\n" > $HOME/.gem/credentials
5959
60-
- uses: ruby/setup-ruby@v1.265.0
60+
- uses: ruby/setup-ruby@v1.267.0
6161
with:
6262
ruby-version: "3.2"
6363
bundler: latest

.github/workflows/release-request-weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Install Ruby ${{ env.RUBY_VERSION }}
21-
uses: ruby/setup-ruby@v1.265.0
21+
uses: ruby/setup-ruby@v1.267.0
2222
with:
2323
ruby-version: ${{ env.RUBY_VERSION }}
2424

.github/workflows/release-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Install Ruby ${{ env.RUBY_VERSION }}
25-
uses: ruby/setup-ruby@v1.265.0
25+
uses: ruby/setup-ruby@v1.267.0
2626
with:
2727
ruby-version: ${{ env.RUBY_VERSION }}
2828

.github/workflows/release-retry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Install Ruby ${{ env.RUBY_VERSION }}
28-
uses: ruby/setup-ruby@v1.265.0
28+
uses: ruby/setup-ruby@v1.267.0
2929
with:
3030
ruby-version: ${{ env.RUBY_VERSION }}
3131

0 commit comments

Comments
 (0)