Skip to content

Commit

Permalink
Pin actions/checkout action to 692973e
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-pagopa[bot] authored Jul 4, 2024
1 parent de59d44 commit 4c98de2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/deploy/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ runs:
run: npm run compile

- name: Download GitBook docs
uses: actions/checkout@v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
repository: pagopa/devportal-docs
ref: docs/from-gitbook
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/move_latest_tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if: ${{ startsWith(github.ref, 'refs/tags/') && !endsWith(github.ref, '@latest') }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Get commit hash associated with the new tag
id: get-commit
Expand Down

0 comments on commit 4c98de2

Please sign in to comment.