Skip to content

Commit

Permalink
only use rb 3.4 for codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
q9f committed Dec 29, 2024
1 parent 9b74b54 commit 363dd5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: github/codeql-action/analyze@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.4
ruby-version: '3.4'
bundler-cache: true
- name: "Run rufo code formatting checks"
run: |
Expand Down

0 comments on commit 363dd5a

Please sign in to comment.