Skip to content

Commit

Permalink
chore(deps): bump the gha group with 2 updates (#1459)
Browse files Browse the repository at this point in the history
Bumps the gha group with 2 updates: [kyverno/action-install-chainsaw](https://github.com/kyverno/action-install-chainsaw) and [reviewdog/action-setup](https://github.com/reviewdog/action-setup).


Updates `kyverno/action-install-chainsaw` from 0.1.8 to 0.1.9
- [Release notes](https://github.com/kyverno/action-install-chainsaw/releases)
- [Commits](kyverno/action-install-chainsaw@v0.1.8...v0.1.9)

Updates `reviewdog/action-setup` from 1.2.1 to 1.3.0
- [Release notes](https://github.com/reviewdog/action-setup/releases)
- [Commits](reviewdog/action-setup@1d18b29...3f401fe)

---
updated-dependencies:
- dependency-name: kyverno/action-install-chainsaw
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gha
- dependency-name: reviewdog/action-setup
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gha
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Edvin N <edvin.norling@kognic.com>
  • Loading branch information
dependabot[bot] and NissesSenap committed Mar 18, 2024
1 parent 9b8b45a commit 33fa7f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
with:
version: v0.13.0
- name: Install chainsaw
uses: kyverno/action-install-chainsaw@v0.1.8
uses: kyverno/action-install-chainsaw@v0.1.9
- name: Create KinD cluster
id: kind
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Clone the code
uses: actions/checkout@v4 #v3.2.0
- name: reviewdog
uses: reviewdog/action-setup@1d18b2938261447f64c39f831d7395e90ef5a40e # v1.2.1
uses: reviewdog/action-setup@3f401fe1d58fe77e10d665ab713057375e39b887 # v1.3.0
with:
reviewdog_version: latest

Expand Down

0 comments on commit 33fa7f9

Please sign in to comment.