Skip to content

Commit f98fec0

Browse files
committed
refactor: suppress Zizmor versioning errors (unpinned-uses)
Signed-off-by: Lucas Larson <LucasLarson@riseup.net>
1 parent 61095c4 commit f98fec0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/changelog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
persist-credentials: false
2525
- name: Set up Ruby
26-
uses: ruby/setup-ruby@v1
26+
uses: ruby/setup-ruby@v1 # zizmor: ignore[unpinned-uses]
2727
with:
2828
ruby-version: 3.4.7
2929
- name: Install `github_changelog_generator`
@@ -107,7 +107,7 @@ jobs:
107107
command git commit --verbose --message='update changelog' ||
108108
exit 0
109109
- name: Push changes
110-
uses: ad-m/github-push-action@v1.0.0
110+
uses: ad-m/github-push-action@v1.0.0 # zizmor: ignore[unpinned-uses]
111111
with:
112112
github_token: ${{ secrets.GITHUB_TOKEN }}
113113
branch: ${{ github.ref }}

0 commit comments

Comments
 (0)