Skip to content

Commit

Permalink
Update note on pinned actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dalito committed Jan 16, 2024
1 parent 494e72c commit 00b1d00
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
path: outbox/

- name: Add/stage vocabulary changes
# Pin third party action (v4.16.0)
# Pinning of action managed by dependabot
uses: stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d
with:
# glob pattern of files which should be added to the commit
Expand All @@ -125,7 +125,7 @@ jobs:
git status
- name: Commit vocabulary changes & xlsx cleanup on behalf of PR-author
# Pin third party action (v4.16.0)
# Pinning of action managed by dependabot
uses: stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d
with:
commit_user_name: voc4cat-CI-bot
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
# This replaces all prior content in gh-pages branch. But we have
# checked out the gh-pages branch above so that we keep all prior
# content and just re-publish the extended version.
# Pin third party action (v3.9.3)
# Pinning of action managed by dependabot
uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847
if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/main'
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
# This replaces all prior content in gh-pages branch. But we have
# checked out the gh-pages branch above so that we keep all prior
# content and just re-publish the extended version.
# Pin third party action (v3.9.3)
# Pinning of action managed by dependabot
uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847
with:
publish_branch: gh-pages
Expand Down

0 comments on commit 00b1d00

Please sign in to comment.