Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into radjabov
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryguy committed Aug 15, 2024
2 parents 8e504f6 + daa42a2 commit 5f445ae
Show file tree
Hide file tree
Showing 5 changed files with 317 additions and 318 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
- name: Run tests
run: bundle exec rake
- name: Report code coverage
if: "${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.0' }}"
if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.1' }}
continue-on-error: true
uses: paambaati/codeclimate-action@v6
uses: paambaati/codeclimate-action@v8
1 change: 0 additions & 1 deletion .whitesource
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"settingsInheritedFrom": "ManageIQ/whitesource-config@master"
}

626 changes: 313 additions & 313 deletions .yarn/releases/yarn-4.2.2.cjs → .yarn/releases/yarn-4.3.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: true

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.2.2.cjs
yarnPath: .yarn/releases/yarn-4.3.1.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"npm": ">= 8.6.0",
"yarn": ">= 0.20.1"
},
"packageManager": "yarn@4.2.2"
"packageManager": "yarn@4.3.1"
}

0 comments on commit 5f445ae

Please sign in to comment.