Skip to content

Commit d2b6532

Browse files
Pin actions/checkout action to 692973e
1 parent 89c4b66 commit d2b6532

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/deploy/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ runs:
6767
run: npm run compile
6868

6969
- name: Download GitBook docs
70-
uses: actions/checkout@v4
70+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
7171
with:
7272
repository: pagopa/devportal-docs
7373
ref: docs/from-gitbook

.github/workflows/move_latest_tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: ${{ startsWith(github.ref, 'refs/tags/') && !endsWith(github.ref, '@latest') }}
1212
steps:
1313
- name: Checkout repository
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1515
with:
1616
# https://github.com/actions/checkout/issues/1471#issuecomment-1771231294
1717
fetch-tags: 'true'

0 commit comments

Comments
 (0)