Skip to content

Commit

Permalink
Merge pull request #751 from kubewarden/renovate/all-patch
Browse files Browse the repository at this point in the history
chore(deps): update all patchlevel dependencies
  • Loading branch information
viccuad authored May 6, 2024
2 parents 6625a96 + 2dffd1b commit d3124c8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ jobs:
profile: minimal
toolchain: stable
override: true
- uses: kubewarden/github-actions/tarpaulin-install@971e9a094d010900399dafc13fd4787bffce6d81 #v3.1.18
- uses: kubewarden/github-actions/tarpaulin-install@5eea0bfad475f7b24620b26208b121c545ef21f1 # v3.1.19
- name: Generate unit-tests coverage
run: make coverage-unit-tests
- name: Upload unit-tests coverage to Codecov
uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # v4.3.1
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}
with:
Expand All @@ -110,7 +110,7 @@ jobs:
- name: Generate integration-tests coverage
run: make coverage-integration-tests
- name: Upload integration-tests coverage to Codecov
uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # v4.3.1
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5.0

- name: Install the syft command
uses: kubewarden/github-actions/syft-installer@971e9a094d010900399dafc13fd4787bffce6d81 # v3.1.18
uses: kubewarden/github-actions/syft-installer@5eea0bfad475f7b24620b26208b121c545ef21f1 # v3.1.19

- name: Install the crane command
uses: kubewarden/github-actions/crane-installer@971e9a094d010900399dafc13fd4787bffce6d81 # v3.1.18
uses: kubewarden/github-actions/crane-installer@5eea0bfad475f7b24620b26208b121c545ef21f1 # v3.1.19

- name: Login to GitHub Container Registry
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d3124c8

Please sign in to comment.