Skip to content

Commit cf3a210

Browse files
chore(deps): pin dependencies
1 parent a86f022 commit cf3a210

10 files changed

+15
-15
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1919

2020
# equivalent cli: linkspector check
2121
- name: Run linkspector
22-
uses: umbrelladocs/action-linkspector@v1
22+
uses: umbrelladocs/action-linkspector@652f85bc57bb1e7d4327260decc10aa68f7694c3 # v1
2323
with:
2424
github_token: ${{ secrets.GITHUB_TOKEN }}
2525
reporter: github-pr-review

.github/workflows/ci-markdownlint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1515

1616
# equivalent cli: markdownlint-cli2 "**/*.md" "#**/CHANGELOG.md" "#.github/**" --config .markdownlint.json
1717
- name: "Markdown Lint Check"
18-
uses: DavidAnson/markdownlint-cli2-action@v22
18+
uses: DavidAnson/markdownlint-cli2-action@07035fd053f7be764496c0f8d8f9f41f98305101 # v22
1919
with:
2020
config: .markdownlint.json
2121
fix: false

.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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
210210
- run: make codespell

.github/workflows/conventional-commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: Conventional Commits Validation
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: dev-build-deploy/commit-me@v1.5.3
25+
- uses: dev-build-deploy/commit-me@27d14296ec218488c543616d9128d7e75ab7463a # v1.5.3
2626
env:
2727
FORCE_COLOR: 3
2828
with:

.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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2828
- name: Install Toys
2929
run: "gem install --no-document toys -v 0.15.5"
3030
- name: Create otelbot app token

.github/workflows/release-retry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
ruby-version: 3.1
3030
- name: Checkout repo
31-
uses: actions/checkout@v6
31+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
3232
- name: Install Toys
3333
run: "gem install --no-document toys -v 0.15.5"
3434
- name: Retry release

0 commit comments

Comments
 (0)