Skip to content

Commit 774008d

Browse files
GHA-179 Update rule-api default version to 2.18.0.5734 (#89)
1 parent a9cbce5 commit 774008d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

update-rule-metadata/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This action depends on:
2323

2424
| Input | Description | Required | Default |
2525
|--------------------|----------------------------------------------------------------------------------------------------------------------------|----------|-----------------|
26-
| `rule-api-version` | Version of the rule-api tooling to be used for the workflow. | No | `2.15.0.4476` |
26+
| `rule-api-version` | Version of the rule-api tooling to be used for the workflow. | No | `2.18.0.5734` |
2727
| `sonarpedia-files` | Comma-separated list of sonarpedia files to be updated. By default, it will update all Sonarpedia files in the repository. | No | Auto-discovered |
2828
| `branch` | Branch to run the check against and create the PR for. By default, it will use master. | No | `master` |
2929
| `rspec-branch` | Branch of the rspec repository to be used. If not specified, the `master` branch will be used by default. | No | `master` |

update-rule-metadata/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ runs:
5050
uses: actions/cache@v4
5151
with:
5252
path: rule-api.jar
53-
key: rule-api-${{ inputs.rule-api-version || '2.15.0.4476' }}
53+
key: rule-api-${{ inputs.rule-api-version || '2.18.0.5734' }}
5454

5555
- name: Download rule-api jar
5656
if: ${{ steps.cache-rule-api.outputs.cache-hit != 'true' }}
5757
env:
5858
REPOX_USER: vault-${{ fromJSON(steps.secrets.outputs.vault).ARTIFACTORY_ROLE }}
5959
REPOX_PASS: ${{ fromJSON(steps.secrets.outputs.vault).ARTIFACTORY_ACCESS_TOKEN }}
60-
RULE_API_VERSION: ${{ inputs.rule-api-version || '2.15.0.4476' }}
60+
RULE_API_VERSION: ${{ inputs.rule-api-version || '2.18.0.5734' }}
6161
shell: bash
6262
run: |
6363
echo "Downloading rule-api.jar version '$RULE_API_VERSION' from Artifactory"

0 commit comments

Comments
 (0)