Skip to content

Commit 80cd0a3

Browse files
authored
Merge pull request #120 from maxmind/pnelson/uhu-960-zizmor-update
update zizmor to verson 1.7.0
2 parents 4312a32 + b8e1080 commit 80cd0a3

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
@@ -25,12 +25,12 @@ jobs:
2525
# zizmor complains that 'v1' is a ref that can be provided by both the branch and tag namespaces.
2626
# specify that we want the v1 branch.
2727
- name: Set up Ruby
28-
uses: ruby/setup-ruby@refs/heads/v1
28+
uses: ruby/setup-ruby@bb0f760b6c925183520ee0bcc9c4a432a7c8c3c6 # 1.241.0
2929
with:
3030
ruby-version: ruby
3131

3232
- run: bundle install
3333

3434
# zizmor complains that 'v1' is a ref that can be provided by both the branch and tag namespaces.
3535
# specify that we want the v1 branch.
36-
- uses: rubygems/release-gem@refs/heads/v1
36+
- 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)