chore(deps): pin actions/checkout action to 93ea575 (#4422)

This commit is contained in:
TrueCharts Bot
2022-11-15 09:37:42 +01:00
committed by GitHub
parent f8e01fcd73
commit fa6d027e42

View File

@@ -62,7 +62,7 @@ jobs:
head-commit-message: ${{ steps.get_head_commit_message.outputs.headCommitMsg }}
steps:
- name: Get repo
uses: actions/checkout@v3
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Print head git commit message