Skip to content

Commit dc3c05d

Browse files
authored
chore(ci): define commit sha for actions/checkout (#413)
Updates the publish.yml file setting the commit sha to pin the actions/checkout Github action version. Signed-off-by: José Guilherme Vanz <jguilhermevanz@suse.com>
1 parent a74bf45 commit dc3c05d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
sudo apt install hugo
2525
hugo version
2626
- name: Checkout Repo
27-
uses: actions/checkout@master
27+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2828
with:
2929
submodules: true
3030
- name: Setup Pages

0 commit comments

Comments
 (0)