Skip to content

Commit a461f8e

Browse files
chore(deps): bump the ci group across 1 directory with 4 updates
Bumps the ci group with 4 updates in the / directory: [actions/cache](https://github.com/actions/cache), [github/codeql-action](https://github.com/github/codeql-action), [docker/login-action](https://github.com/docker/login-action) and [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer). 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 `github/codeql-action` from 3.28.9 to 3.28.11 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@9e8d078...6bb031a) Updates `docker/login-action` from 3.3.0 to 3.4.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@9780b0c...74a5d14) Updates `sigstore/cosign-installer` from 3.8.0 to 3.8.1 - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](sigstore/cosign-installer@c56c2d3...d7d6bc7) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci - dependency-name: sigstore/cosign-installer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 606e7c4 commit a461f8e

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/workflows/check-manifest-generation-diff.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
go-version-file: '${{ github.workspace }}/go.mod'
2626
- name: Restore Go cache
27-
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f
27+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
2828
with:
2929
path: /home/runner/work/_temp/_github_home/go/pkg/mod
3030
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
# Initializes the CodeQL tools for scanning.
6969
- name: Initialize CodeQL
70-
uses: github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0
70+
uses: github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5
7171
with:
7272
languages: ${{ matrix.language }}
7373
build-mode: ${{ matrix.build-mode }}
@@ -80,6 +80,6 @@ jobs:
8080
# queries: security-extended,security-and-quality
8181

8282
- name: Perform CodeQL Analysis
83-
uses: github/codeql-action/analyze@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0
83+
uses: github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5
8484
with:
8585
category: "/language:${{matrix.language}}"

.github/workflows/components.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
ref: ${{ github.event.pull_request.head.sha }}
2424
fetch-depth: 0
2525
- name: Cache go-build and mod
26-
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f
26+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
2727
with:
2828
path: |
2929
~/.cache/go-build/

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
go-version-file: '${{ github.workspace }}/go.mod'
3131
- name: Restore Go cache
32-
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f
32+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
3333
with:
3434
path: /home/runner/work/_temp/_github_home/go/pkg/mod
3535
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
go-version-file: '${{ github.workspace }}/go.mod'
4141
- name: Cache go-build and mod
42-
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f
42+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
4343
with:
4444
path: |
4545
~/.cache/go-build/
@@ -85,7 +85,7 @@ jobs:
8585
git tag --annotate --message "${msg}" ${{ env.RELEASE_VERSION }}
8686
git push origin ${{ env.RELEASE_VERSION }}
8787
- name: Log in to the Container registry
88-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
88+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
8989
with:
9090
registry: ${{ env.REGISTRY }}
9191
username: ${{ github.actor }}
@@ -99,7 +99,7 @@ jobs:
9999
- name: Setup Syft
100100
uses: anchore/sbom-action/download-syft@f325610c9f50a54015d37c8d16cb3b0e2c8f4de0 # v0.18.0
101101
- name: Setup Cosign
102-
uses: sigstore/cosign-installer@c56c2d3e59e4281cc41dea2217323ba5694b171e
102+
uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a
103103
- name: Run goreleaser
104104
uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3
105105
with:

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
tinygo-version: '0.31.2'
3131
- name: Restore Go cache
32-
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f
32+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
3333
with:
3434
path: /home/runner/work/_temp/_github_home/go/pkg/mod
3535
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)