3939
4040 steps :
4141 - name : Checkout PR branch into cwd
42- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
42+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
4343 with :
4444 # Checkout the fork/head-repository to push changes to the fork.
4545 # Without this the base repository will be checked out and committed to.
5252 persist-credentials : true
5353
5454 - name : Checkout main branch into directory _main_branch/
55- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
55+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
5656 with :
5757 ref : main
5858 path : _main_branch
6363 # Be specific about keeping credentials (it is the default)
6464 persist-credentials : true
6565
66- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
66+ - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1
6767 with :
6868 python-version : ' 3.13'
6969
@@ -139,7 +139,7 @@ jobs:
139139
140140 - name : Add/stage vocabulary changes
141141 # Pinning of action managed by dependabot
142- uses : stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9
142+ uses : stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d
143143 with :
144144 # glob pattern of files which should be added to the commit
145145 file_pattern : ' vocabularies/\*.ttl'
@@ -151,7 +151,7 @@ jobs:
151151
152152 - name : Commit vocabulary changes & xlsx cleanup on behalf of PR-author
153153 # Pinning of action managed by dependabot
154- uses : stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9
154+ uses : stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d
155155 with :
156156 commit_user_name : voc4cat-CI-bot
157157 commit_message : ' CI: vocabulary update in ${{ GITHUB.SERVER_URL }}/${{ GITHUB.REPOSITORY }}/actions/runs/${{ GITHUB.RUN_ID }}'
0 commit comments