File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments