Skip to content

Commit 09501ba

Browse files
committed
update zizmor to verson 1.7.0
1 parent 860340e commit 09501ba

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
# zizmor complains that 'v1' is a ref that can be provided by both the branch and tag namespaces.
2727
# specify that we want the v1 branch.
2828
- name: Set up Ruby
29-
uses: ruby/setup-ruby@refs/heads/v1
29+
uses: ruby/setup-ruby@bb0f760b6c925183520ee0bcc9c4a432a7c8c3c6 # 1.241.0
3030
with:
3131
ruby-version: ruby
3232

3333
- run: bundle install
3434

3535
# zizmor complains that 'v1' is a ref that can be provided by both the branch and tag namespaces.
3636
# specify that we want the v1 branch.
37-
- uses: rubygems/release-gem@refs/heads/v1
37+
- uses: rubygems/release-gem@a25424ba2ba8b387abc8ef40807c2c85b96cbe32 # 1.1.1

.github/workflows/rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
# zizmor complains that 'v1' is a ref that can be provided by both the branch and tag namespaces.
2020
# specify that we want the v1 branch.
21-
- uses: ruby/setup-ruby@refs/heads/v1
21+
- uses: ruby/setup-ruby@bb0f760b6c925183520ee0bcc9c4a432a7c8c3c6 # 1.241.0
2222
with:
2323
ruby-version: 3.4
2424

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
# zizmor complains that 'v1' is a ref that can be provided by both the branch and tag namespaces.
3737
# specify that we want the v1 branch.
38-
- uses: ruby/setup-ruby@refs/heads/v1
38+
- uses: ruby/setup-ruby@bb0f760b6c925183520ee0bcc9c4a432a7c8c3c6 # 1.241.0
3939
with:
4040
ruby-version: ${{ matrix.version }}
4141

.github/workflows/zizmor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
persist-credentials: false
2323

2424
- name: Install the latest version of uv
25-
uses: astral-sh/setup-uv@v6
25+
uses: astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca # 6.0.1
2626
with:
2727
enable-cache: false
2828

2929
- name: Run zizmor
30-
run: uvx zizmor@1.5.2 --format plain .
30+
run: uvx zizmor@1.7.0 --format plain .
3131
env:
3232
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)