Skip to content

Commit

Permalink
Merge pull request #849 from kubewarden/dependabot/github_actions/kub…
Browse files Browse the repository at this point in the history
…ewarden/github-actions-3.3.0

build(deps): Bump kubewarden/github-actions from 3.2.0 to 3.3.0
  • Loading branch information
viccuad authored Jul 1, 2024
2 parents 133dde3 + 2b9677c commit 678f459
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
path: kwctl-linux-${{ matrix.targetarch }}.zip

- name: Install the syft command
uses: kubewarden/github-actions/syft-installer@be9ca90befbc7b1d60631b0d11e78e5860070311 # v3.2.0
uses: kubewarden/github-actions/syft-installer@f8887d83348e9df270c244afb8eb12c54a631f1c # v3.3.0

- name: Create SBOM file
shell: bash
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
path: kwctl-darwin-${{ matrix.targetarch }}.zip

- name: Install the syft command
uses: kubewarden/github-actions/syft-installer@be9ca90befbc7b1d60631b0d11e78e5860070311 # v3.2.0
uses: kubewarden/github-actions/syft-installer@f8887d83348e9df270c244afb8eb12c54a631f1c # v3.3.0
with:
arch: darwin_amd64

Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
path: kwctl-windows-x86_64.exe.zip

- name: Install the syft command
uses: kubewarden/github-actions/syft-installer@be9ca90befbc7b1d60631b0d11e78e5860070311 # v3.2.0
uses: kubewarden/github-actions/syft-installer@f8887d83348e9df270c244afb8eb12c54a631f1c # v3.3.0
with:
arch: windows_amd64

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
profile: minimal
toolchain: stable
override: true
- uses: kubewarden/github-actions/tarpaulin-install@be9ca90befbc7b1d60631b0d11e78e5860070311 # v3.2.0
- uses: kubewarden/github-actions/tarpaulin-install@f8887d83348e9df270c244afb8eb12c54a631f1c # v3.3.0
- name: Generate unit-tests coverage
run: make coverage-unit-tests
- name: Upload unit-tests coverage to Codecov
Expand Down

0 comments on commit 678f459

Please sign in to comment.