Skip to content

Commit 00f90c7

Browse files
chore(deps): bump the ci group across 1 directory with 3 updates
Bumps the ci group with 3 updates in the / directory: [github/codeql-action](https://github.com/github/codeql-action), [yokawasa/action-setup-kube-tools](https://github.com/yokawasa/action-setup-kube-tools) and [anchore/sbom-action](https://github.com/anchore/sbom-action). Updates `github/codeql-action` from 4.33.0 to 4.34.1 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@b1bff81...3869755) Updates `yokawasa/action-setup-kube-tools` from 0.13.1 to 0.13.3 - [Release notes](https://github.com/yokawasa/action-setup-kube-tools/releases) - [Commits](yokawasa/action-setup-kube-tools@3e3886c...4710caf) Updates `anchore/sbom-action` from 0.23.1 to 0.24.0 - [Release notes](https://github.com/anchore/sbom-action/releases) - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md) - [Commits](anchore/sbom-action@57aae52...e22c389) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.34.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci - dependency-name: yokawasa/action-setup-kube-tools dependency-version: 0.13.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci - dependency-name: anchore/sbom-action dependency-version: 0.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2637b54 commit 00f90c7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.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@b1bff81932f5cdfc8695c7752dcee935dcd061c8
70+
uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc
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@b1bff81932f5cdfc8695c7752dcee935dcd061c8
83+
uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc
8484
with:
8585
category: "/language:${{matrix.language}}"

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: helm/kind-action@ef37e7f390d99f746eb8b610417061a60e82a6cc
4747
with:
4848
install_only: true
49-
- uses: yokawasa/action-setup-kube-tools@3e3886c11bfa25fe33f8eb90f59542dd151da442
49+
- uses: yokawasa/action-setup-kube-tools@4710caf20bc62368b8edab32f7c9cc7dc3a2ac31
5050
with:
5151
kustomize: '5.7.1'
5252
tilt: '0.36.3'

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
mkdir -p output
100100
helm template ./deploy --namespace ocm-system --set "manager.image.tag=${{ env.RELEASE_VERSION }}" --include-crds > ./output/install.yaml
101101
- name: Setup Syft
102-
uses: anchore/sbom-action/download-syft@57aae528053a48a3f6235f2d9461b05fbcb7366d # v0.23.1
102+
uses: anchore/sbom-action/download-syft@e22c389904149dbc22b58101806040fa8d37a610 # v0.24.0
103103
- name: Setup Cosign
104104
uses: sigstore/cosign-installer@ba7bc0a3fef59531c69a25acd34668d6d3fe6f22
105105
- name: Run goreleaser

0 commit comments

Comments
 (0)