Skip to content

Commit

Permalink
build(deps): bump PedroTroller/K-pi from 1.1.0 to 1.2.0
Browse files Browse the repository at this point in the history
Bumps [PedroTroller/K-pi](https://github.com/pedrotroller/k-pi) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/pedrotroller/k-pi/releases)
- [Commits](PedroTroller/K-pi@v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: PedroTroller/K-pi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 27, 2024
1 parent e3344a5 commit eb91424
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/example-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
PERCENT=$(cat coverage/phpspec/index.xml | xpath -q -e '/phpunit/project/directory[@name="/"]/totals/lines/@percent' | cut -f 2 -d "=" | tr -d \")
echo "phpspec=${PERCENT}" > $GITHUB_OUTPUT
- uses: PedroTroller/K-pi@v1.1.0
- uses: PedroTroller/K-pi@v1.2.0
with:
report: coverage
command: ${{ inputs.command }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example-github-security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
return countBySeverity;
- uses: actions/checkout@v4
- uses: PedroTroller/K-pi@v1.1.0
- uses: PedroTroller/K-pi@v1.2.0
with:
report: github-security
command: compile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example-phpmetrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
echo $REPORT > /tmp/report.json
echo report=$(cat /tmp/report.json | jq "$QUERY" --compact-output --raw-output) > $GITHUB_OUTPUT
- uses: actions/checkout@v4
- uses: PedroTroller/K-pi@v1.1.0
- uses: PedroTroller/K-pi@v1.2.0
with:
report: ${{ matrix.report }}
command: ${{ inputs.command }}
Expand Down

0 comments on commit eb91424

Please sign in to comment.