build(deps): bump the ci group with 6 updates
Bumps the ci group with 6 updates: | Package | From | To | | --- | --- | --- | | [helm/kind-action](https://github.com/helm/kind-action) | `1.8.0` | `1.9.0` | | [docker/metadata-action](https://github.com/docker/metadata-action) | `5.5.0` | `5.5.1` | | [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) | `3.3.0` | `3.4.0` | | [anchore/sbom-action](https://github.com/anchore/sbom-action) | `0.15.6` | `0.15.8` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.23.2` | `3.24.3` | | [EndBug/label-sync](https://github.com/endbug/label-sync) | `2.3.2` | `2.3.3` | Updates `helm/kind-action` from 1.8.0 to 1.9.0 - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](dda0770415...99576bfa6d) Updates `docker/metadata-action` from 5.5.0 to 5.5.1 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](dbef88086f...8e5442c4ef) Updates `sigstore/cosign-installer` from 3.3.0 to 3.4.0 - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](9614fae9e5...e1523de757) Updates `anchore/sbom-action` from 0.15.6 to 0.15.8 - [Release notes](https://github.com/anchore/sbom-action/releases) - [Commits](c6aed38a43...b6a39da807) Updates `github/codeql-action` from 3.23.2 to 3.24.3 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](b7bf0a3ed3...379614612a) Updates `EndBug/label-sync` from 2.3.2 to 2.3.3 - [Release notes](https://github.com/endbug/label-sync/releases) - [Commits](da00f2c11f...5207415819) --- updated-dependencies: - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci - dependency-name: sigstore/cosign-installer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci - dependency-name: anchore/sbom-action 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-minor dependency-group: ci - dependency-name: EndBug/label-sync dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commitd4180987ef)
This commit is contained in:
		
							parent
							
								
									64b8dbee62
								
							
						
					
					
						commit
						554e863fd4
					
				|  | @ -34,7 +34,7 @@ jobs: | |||
|         run: | | ||||
|           echo 'GO_TAGS=integration' >> $GITHUB_ENV | ||||
|       - name: Setup Kubernetes | ||||
|         uses: helm/kind-action@dda0770415bac9fc20092cacbc54aa298604d140 # v1.8.0 | ||||
|         uses: helm/kind-action@99576bfa6ddf9a8e612d83b513da5a75875caced # v1.9.0 | ||||
|         with: | ||||
|           version: v0.19.0 | ||||
|           cluster_name: kind | ||||
|  |  | |||
|  | @ -59,7 +59,7 @@ jobs: | |||
|           password: ${{ secrets.DOCKER_FLUXCD_PASSWORD }} | ||||
|       - name: Generate images meta | ||||
|         id: meta | ||||
|         uses: docker/metadata-action@dbef88086f6cef02e264edb7dbf63250c17cef6c # v5.5.0 | ||||
|         uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1 | ||||
|         with: | ||||
|           images: | | ||||
|             fluxcd/${{ env.CONTROLLER }} | ||||
|  | @ -79,7 +79,7 @@ jobs: | |||
|           platforms: linux/amd64,linux/arm/v7,linux/arm64 | ||||
|           tags: ${{ steps.meta.outputs.tags }} | ||||
|           labels: ${{ steps.meta.outputs.labels }} | ||||
|       - uses: sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149 # v3.3.0 | ||||
|       - uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 # v3.4.0 | ||||
|       - name: Sign images | ||||
|         env: | ||||
|           COSIGN_EXPERIMENTAL: 1 | ||||
|  | @ -92,7 +92,7 @@ jobs: | |||
|           mkdir -p config/release | ||||
|           kustomize build ./config/crd > ./config/release/${{ env.CONTROLLER }}.crds.yaml | ||||
|           kustomize build ./config/manager > ./config/release/${{ env.CONTROLLER }}.deployment.yaml | ||||
|       - uses: anchore/sbom-action/download-syft@c6aed38a4323b393d05372c58a74c39ae8386d02 # v0.15.6 | ||||
|       - uses: anchore/sbom-action/download-syft@b6a39da80722a2cb0ef5d197531764a89b5d48c3 # v0.15.8 | ||||
|       - name: Create release and SBOM | ||||
|         id: run-goreleaser | ||||
|         if: startsWith(github.ref, 'refs/tags/v') | ||||
|  |  | |||
|  | @ -40,13 +40,13 @@ jobs: | |||
|             **/go.sum | ||||
|             **/go.mod | ||||
|       - name: Initialize CodeQL | ||||
|         uses: github/codeql-action/init@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3.23.2 | ||||
|         uses: github/codeql-action/init@379614612a29c9e28f31f39a59013eb8012a51f0 # v3.24.3 | ||||
|         with: | ||||
|           languages: go | ||||
|           # xref: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs | ||||
|           # xref: https://codeql.github.com/codeql-query-help/go/ | ||||
|           queries: security-and-quality | ||||
|       - name: Autobuild | ||||
|         uses: github/codeql-action/autobuild@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3.23.2 | ||||
|         uses: github/codeql-action/autobuild@379614612a29c9e28f31f39a59013eb8012a51f0 # v3.24.3 | ||||
|       - name: Perform CodeQL Analysis | ||||
|         uses: github/codeql-action/analyze@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3.23.2 | ||||
|         uses: github/codeql-action/analyze@379614612a29c9e28f31f39a59013eb8012a51f0 # v3.24.3 | ||||
|  |  | |||
|  | @ -18,7 +18,7 @@ jobs: | |||
|       issues: write | ||||
|     steps: | ||||
|       - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | ||||
|       - uses: EndBug/label-sync@da00f2c11fdb78e4fae44adac2fdd713778ea3e8 # v2.3.2 | ||||
|       - uses: EndBug/label-sync@52074158190acb45f3077f9099fea818aa43f97a # v2.3.3 | ||||
|         with: | ||||
|           # Configuration file | ||||
|           config-file: | | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue