Skip to content

Commit

Permalink
Bump the ci group with 2 updates (#631)
Browse files Browse the repository at this point in the history
Bumps the ci group with 2 updates: [actions/cache](https://github.com/actions/cache) and [anchore/sbom-action](https://github.com/anchore/sbom-action).


Updates `actions/cache` from 3 to 4
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3...v4)

Updates `anchore/sbom-action` from 0.15.1 to 0.15.4
- [Release notes](https://github.com/anchore/sbom-action/releases)
- [Commits](anchore/sbom-action@5ecf649...41f7a6c)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ci
- dependency-name: anchore/sbom-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ci
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent e492300 commit 01b18f0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildcomponents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
go-version-file: '${{ github.workspace }}/go.mod'

- name: Cache go-build and mod
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cache/go-build/
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Cache go-build and mod
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cache/go-build/
Expand All @@ -49,7 +49,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Cache go-build and mod
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cache/go-build/
Expand All @@ -75,7 +75,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Cache go-build and mod
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cache/go-build/
Expand All @@ -101,7 +101,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Cache go-build and mod
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cache/go-build/
Expand All @@ -127,7 +127,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Cache go-build and mod
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cache/go-build/
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Cache go-build and mod
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cache/go-build/
Expand All @@ -49,7 +49,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Cache go-build and mod
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cache/go-build/
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Cache go-build and mod
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cache/go-build/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
go-version-file: '${{ github.workspace }}/go.mod'

- name: Setup Syft
uses: anchore/sbom-action/download-syft@5ecf649a417b8ae17dc8383dc32d46c03f2312df # v0.15.1
uses: anchore/sbom-action/download-syft@41f7a6c033dbcdf78917f23b652c8b8146298c85 # v0.15.4

- name: Setup Cosign
uses: sigstore/cosign-installer@v3.3.0
Expand All @@ -151,7 +151,7 @@ jobs:
git config user.email "<41898282+github-actions[bot]@users.noreply.github.com>"
- name: Cache go-build and mod
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cache/go-build/
Expand Down

0 comments on commit 01b18f0

Please sign in to comment.