Skip to content

Commit 8b1e49c

Browse files
committed
CCM-14499: Pinning all GitHub Actions to SHAs
1 parent 266c53f commit 8b1e49c

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ runs:
1717
run: npm ci
1818
shell: bash
1919
- name: Setup Ruby
20-
uses: ruby/setup-ruby@3783f195e29b74ae398d7caca108814bbafde90e # v1.180.1 with:
20+
uses: ruby/setup-ruby@3783f195e29b74ae398d7caca108814bbafde90e # v1.180.1
21+
with:
2122
ruby-version: "3.2" # Not needed with a .ruby-version file
2223
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
2324
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: github/combine-prs@e6d37110da1b512313419ba6992492dad622139f # v5.2.0 with:
18+
uses: github/combine-prs@e6d37110da1b512313419ba6992492dad622139f # v5.2.0
19+
with:
1920
ci_required: false
2021
labels: dependencies
2122
pr_title: Combined Dependabot PRs

.github/workflows/scheduled-repository-template-sync.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424

2525
- name: Create Pull Request
2626
if: ${{ !env.ACT }}
27-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 with:
27+
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
28+
with:
2829
token: ${{ secrets.GITHUB_TOKEN }}
2930
commit-message: Drift from template
3031
branch: scheduledTemplateRepositorySync

0 commit comments

Comments
 (0)