Skip to content

Commit 598c283

Browse files
chore(deps): update all patch versions
1 parent a86f022 commit 598c283

11 files changed

+16
-16
lines changed

.github/workflows/ci-markdown-link.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
pull-requests: write # required for posting review comments
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v6
18+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919

2020
# equivalent cli: linkspector check
2121
- name: Run linkspector

.github/workflows/ci-markdownlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: ${{ github.repository == 'open-telemetry/opentelemetry-ruby' }}
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v6
14+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1515

1616
# equivalent cli: markdownlint-cli2 "**/*.md" "#**/CHANGELOG.md" "#.github/**" --config .markdownlint.json
1717
- name: "Markdown Lint Check"

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
name: ${{ matrix.gem }} / ${{ matrix.os }}
4242
runs-on: ${{ matrix.os }}
4343
steps:
44-
- uses: actions/checkout@v6
44+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4545
- name: "Test Ruby 3.4"
4646
uses: ./.github/actions/test_gem
4747
with:
@@ -103,7 +103,7 @@ jobs:
103103
name: ${{ matrix.gem }} / ${{ matrix.os }}
104104
runs-on: ${{ matrix.os }}
105105
steps:
106-
- uses: actions/checkout@v6
106+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
107107
- name: "Test Ruby 3.4"
108108
uses: ./.github/actions/test_gem
109109
with:
@@ -164,7 +164,7 @@ jobs:
164164
name: ${{ matrix.gem }} / ${{ matrix.os }}
165165
runs-on: ${{ matrix.os }}
166166
steps:
167-
- uses: actions/checkout@v6
167+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
168168
- name: "Test Ruby 3.4"
169169
uses: ./.github/actions/test_gem
170170
with:
@@ -206,5 +206,5 @@ jobs:
206206
if: ${{ github.repository == 'open-telemetry/opentelemetry-ruby' }}
207207
runs-on: ubuntu-latest
208208
steps:
209-
- uses: actions/checkout@v6
209+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
210210
- run: make codespell

.github/workflows/fossa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
if: ${{ github.repository == 'open-telemetry/opentelemetry-ruby' }}
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
16+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1717

1818
- name: Install Ruby
1919
uses: ruby/setup-ruby@675dd7ba1b06c8786a1480d89c384f5620a42647 # v1.281.0
2020
with:
21-
ruby-version: 3.4
21+
ruby-version: 3.4.8
2222
- name: Generate Gemfile.lock
2323
run: |
2424
echo "Finding all Gemfiles in the project..."

.github/workflows/ossf-scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# Needed for GitHub OIDC token if publish_results is true
2121
id-token: write
2222
steps:
23-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
23+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2424
with:
2525
persist-credentials: false
2626

@@ -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@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
46+
uses: github/codeql-action/upload-sarif@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
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
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
ruby-version: 3.1
2323
- name: Checkout repo
24-
uses: actions/checkout@v6
24+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2525
- name: Install Toys
2626
run: "gem install --no-document toys -v 0.15.5"
2727
- name: Process release request

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
ruby-version: 3.1
2323
- name: Checkout repo
24-
uses: actions/checkout@v6
24+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2525
- name: Install Toys
2626
run: "gem install --no-document toys -v 0.15.5"
2727
- name: Update open releases

.github/workflows/release-perform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
ruby-version: 3.1
3131
- name: Checkout repo
32-
uses: actions/checkout@v6
32+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3333
- name: Install Toys
3434
run: "gem install --no-document toys -v 0.15.5"
3535
- name: Perform release

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
ruby-version: 3.1
2222
- name: Checkout repo
23-
uses: actions/checkout@v6
23+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2424
- name: Install Toys
2525
run: "gem install --no-document toys -v 0.15.5"
2626
- name: Create otelbot app token

.github/workflows/release-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
ruby-version: 3.1
2626
- name: Checkout repo
27-
uses: actions/checkout@v6
27+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2828
- name: Install Toys
2929
run: "gem install --no-document toys -v 0.15.5"
3030
- name: Create otelbot app token

0 commit comments

Comments
 (0)