Skip to content

Commit

Permalink
Merge pull request #10 from opus-codium/dependabot/github_actions/paa…
Browse files Browse the repository at this point in the history
…mbaati/codeclimate-action-9.0.0

Bump paambaati/codeclimate-action from 8.0.0 to 9.0.0
  • Loading branch information
smortex authored Aug 22, 2024
2 parents a8ec2d3 + daa265f commit 9df242a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: bundle exec rake
- name: Run tests and upload coverage to Code Climate
if: ${{ matrix.ruby == '3.0' }}
uses: paambaati/codeclimate-action@v8.0.0
uses: paambaati/codeclimate-action@v9.0.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CODECLIMATE_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion riemann-syslog-ng.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_runtime_dependency 'riemann-tools', '~> 1.0'
spec.add_dependency 'riemann-tools', '~> 1.0'
end

0 comments on commit 9df242a

Please sign in to comment.