Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment: points to commit d23441a48e51 Warning

action's hash pin has mismatched or missing version comment: points to commit d23441a48e51
with:
persist-credentials: false
- name: Tag and Push Gem
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
BUNDLE_GEMFILE: Gemfile
name: "Run tests: Ruby ${{ matrix.ruby }}"
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment: points to commit d23441a48e51 Warning

action's hash pin has mismatched or missing version comment: points to commit d23441a48e51
with:
persist-credentials: false
- name: Install ripgrep
run: sudo apt-get install -y ripgrep
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1
uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment: points to commit 95ef2b042f9d Warning

action's hash pin has mismatched or missing version comment: points to commit 95ef2b042f9d
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}
Expand All @@ -43,11 +43,11 @@
name: "Type Check"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment: points to commit d23441a48e51 Warning

action's hash pin has mismatched or missing version comment: points to commit d23441a48e51
with:
persist-credentials: false
- name: Set up Ruby
uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1
uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment: points to commit 95ef2b042f9d Warning

action's hash pin has mismatched or missing version comment: points to commit 95ef2b042f9d
with:
bundler-cache: true
ruby-version: 3.4
Expand All @@ -57,11 +57,11 @@
runs-on: ubuntu-latest
name: "Linter"
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment: points to commit d23441a48e51 Warning

action's hash pin has mismatched or missing version comment: points to commit d23441a48e51
with:
persist-credentials: false
- name: Set up Ruby
uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1
uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment: points to commit 95ef2b042f9d Warning

action's hash pin has mismatched or missing version comment: points to commit 95ef2b042f9d
with:
bundler-cache: true
ruby-version: 3.4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
contents: read
actions: read
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment: points to commit d23441a48e51 Warning

action's hash pin has mismatched or missing version comment: points to commit d23441a48e51
with:
persist-credentials: false
- name: Run zizmor
uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
uses: zizmorcore/zizmor-action@192e21d79ab29983730a13d1382995c2307fbcaa # v0.5.7