Skip to content

Commit 8b3cd1d

Browse files
committed
CCM-18143: Updating_Github_Actions
1 parent 71b4e61 commit 8b3cd1d

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ runs:
3838
JEKYLL_ENV: production
3939
- name: Upload artifact
4040
# Automatically uploads an artifact from the './_site' directory by default
41-
uses: actions/upload-pages-artifact@fc324d35747be9b9d8a988f3b35afbef7b3c0249 # v5
41+
uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5
4242
with:
4343
path: "docs/_site/"
4444
name: jekyll-docs-${{ inputs.version }}

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

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

2525
- name: Create Pull Request
2626
if: ${{ !env.ACT }}
27-
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8
27+
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8
2828
with:
2929
token: ${{ secrets.GITHUB_TOKEN }}
3030
commit-message: Drift from template

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: "Checkout code"
35-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
35+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3636
with:
3737
persist-credentials: false
3838

.github/workflows/stage-5-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: "Checkout code"
5353
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
5454
- name: "Get artifacts: jekyll docs"
55-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8
55+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
5656
with:
5757
path: ./artifacts/jekyll-docs-${{ inputs.version }}
5858
name: jekyll-docs-${{ inputs.version }}

0 commit comments

Comments
 (0)