Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cf98a6b

Browse files
authoredMar 3, 2025
chore(deps): bump the actions group with 3 updates (sigstore#4092)
Bumps the actions group with 3 updates: [actions/cache](https://github.com/actions/cache), [sigstore/sigstore-conformance](https://github.com/sigstore/sigstore-conformance) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `actions/cache` from 4.2.1 to 4.2.2 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0c907a7...d4323d4) Updates `sigstore/sigstore-conformance` from 0.0.16 to 0.0.17 - [Release notes](https://github.com/sigstore/sigstore-conformance/releases) - [Commits](sigstore/sigstore-conformance@d658ea7...640e7df) Updates `codecov/codecov-action` from 5.3.1 to 5.4.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@13ce06b...0565863) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: sigstore/sigstore-conformance dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 277219f commit cf98a6b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
 

‎.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
persist-credentials: false
5757

5858
- name: Utilize Go Module Cache
59-
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
59+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
6060
with:
6161
path: |
6262
~/go/pkg/mod

‎.github/workflows/conformance.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939

4040
- run: make cosign conformance
4141

42-
- uses: sigstore/sigstore-conformance@d658ea74a060aeabae78f8a379167f219dc38c38 # v0.0.16
42+
- uses: sigstore/sigstore-conformance@640e7dfb715518eeeb492910c6d244cedcc6cfea # v0.0.17
4343
with:
4444
entrypoint: ${{ github.workspace }}/conformance

‎.github/workflows/tests.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
persist-credentials: false
4747
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
48-
- uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
48+
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
4949
with:
5050
# In order:
5151
# * Module download cache
@@ -70,7 +70,7 @@ jobs:
7070
GODEBUG: x509sha1=1
7171
run: go test -tags=sct -covermode atomic -coverprofile coverage.txt $(go list ./... | grep -v third_party/)
7272
- name: Upload Coverage Report
73-
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
73+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
7474
with:
7575
env_vars: OS
7676
- name: Run Go tests w/ `-race`
@@ -144,7 +144,7 @@ jobs:
144144
- name: check disk space
145145
run: df -h
146146
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
147-
- uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
147+
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
148148
with:
149149
# In order:
150150
# * Module download cache
@@ -192,7 +192,7 @@ jobs:
192192
check-latest: true
193193

194194
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
195-
- uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
195+
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
196196
with:
197197
# In order:
198198
# * Module download cache

0 commit comments

Comments
 (0)
Please sign in to comment.