build(deps): bump the ci group with 7 updates
Bumps the ci group with 7 updates: | Package | From | To | | --- | --- | --- | | [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `2.2.0` | `3.0.0` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `2.10.0` | `3.0.0` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `4.2.1` | `5.0.0` | | [docker/login-action](https://github.com/docker/login-action) | `2.2.0` | `3.0.0` | | [docker/metadata-action](https://github.com/docker/metadata-action) | `4.6.0` | `5.0.0` | | [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) | `4.6.0` | `5.0.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `2.21.5` | `2.21.7` | Updates `docker/setup-qemu-action` from 2.2.0 to 3.0.0 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](2b82ce82d5...68827325e0) Updates `docker/setup-buildx-action` from 2.10.0 to 3.0.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](885d1462b8...f95db51fdd) Updates `docker/build-push-action` from 4.2.1 to 5.0.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](0a97817b6a...0565240e2d) Updates `docker/login-action` from 2.2.0 to 3.0.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](465a07811f...343f7c4344) Updates `docker/metadata-action` from 4.6.0 to 5.0.0 - [Release notes](https://github.com/docker/metadata-action/releases) - [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md) - [Commits](818d4b7b91...96383f4557) Updates `goreleaser/goreleaser-action` from 4.6.0 to 5.0.0 - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](5fdedb94ab...7ec5c2b0c6) Updates `github/codeql-action` from 2.21.5 to 2.21.7 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](00e563ead9...04daf014b5) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit13095f4900)
This commit is contained in:
		
							parent
							
								
									419232f64a
								
							
						
					
					
						commit
						bc75d799e9
					
				|  | @ -17,14 +17,14 @@ jobs: | |||
|       - name: Checkout | ||||
|         uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 | ||||
|       - name: Setup QEMU | ||||
|         uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2.2.0 | ||||
|         uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0 | ||||
|       - name: Setup Docker Buildx | ||||
|         id: buildx | ||||
|         uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2.10.0 | ||||
|         uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0 | ||||
|         with: | ||||
|           buildkitd-flags: "--debug" | ||||
|       - name: Build multi-arch container image | ||||
|         uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4.2.1 | ||||
|         uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0 | ||||
|         with: | ||||
|           push: false | ||||
|           builder: ${{ steps.buildx.outputs.name }} | ||||
|  |  | |||
|  | @ -42,24 +42,24 @@ jobs: | |||
|           echo "BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_OUTPUT | ||||
|           echo "VERSION=${VERSION}" >> $GITHUB_OUTPUT | ||||
|       - name: Setup QEMU | ||||
|         uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2.2.0 | ||||
|         uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0 | ||||
|       - name: Setup Docker Buildx | ||||
|         id: buildx | ||||
|         uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2.10.0 | ||||
|         uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0 | ||||
|       - name: Login to GitHub Container Registry | ||||
|         uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0 | ||||
|         uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0 | ||||
|         with: | ||||
|           registry: ghcr.io | ||||
|           username: fluxcdbot | ||||
|           password: ${{ secrets.GHCR_TOKEN }} | ||||
|       - name: Login to Docker Hub | ||||
|         uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0 | ||||
|         uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0 | ||||
|         with: | ||||
|           username: fluxcdbot | ||||
|           password: ${{ secrets.DOCKER_FLUXCD_PASSWORD }} | ||||
|       - name: Generate images meta | ||||
|         id: meta | ||||
|         uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4.6.0 | ||||
|         uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0 | ||||
|         with: | ||||
|           images: | | ||||
|             fluxcd/${{ env.CONTROLLER }} | ||||
|  | @ -68,7 +68,7 @@ jobs: | |||
|             type=raw,value=${{ steps.prep.outputs.VERSION }} | ||||
|       - name: Publish images | ||||
|         id: build-push | ||||
|         uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4.2.1 | ||||
|         uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0 | ||||
|         with: | ||||
|           sbom: true | ||||
|           provenance: true | ||||
|  | @ -96,7 +96,7 @@ jobs: | |||
|       - name: Create release and SBOM | ||||
|         id: run-goreleaser | ||||
|         if: startsWith(github.ref, 'refs/tags/v') | ||||
|         uses: goreleaser/goreleaser-action@5fdedb94abba051217030cc86d4523cf3f02243d # v4.6.0 | ||||
|         uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0.0 | ||||
|         with: | ||||
|           version: latest | ||||
|           args: release --clean --skip-validate | ||||
|  |  | |||
|  | @ -40,13 +40,13 @@ jobs: | |||
|             **/go.sum | ||||
|             **/go.mod | ||||
|       - name: Initialize CodeQL | ||||
|         uses: github/codeql-action/init@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 # v2.21.5 | ||||
|         uses: github/codeql-action/init@04daf014b50eaf774287bf3f0f1869d4b4c4b913 # v2.21.7 | ||||
|         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@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 # v2.21.5 | ||||
|         uses: github/codeql-action/autobuild@04daf014b50eaf774287bf3f0f1869d4b4c4b913 # v2.21.7 | ||||
|       - name: Perform CodeQL Analysis | ||||
|         uses: github/codeql-action/analyze@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 # v2.21.5 | ||||
|         uses: github/codeql-action/analyze@04daf014b50eaf774287bf3f0f1869d4b4c4b913 # v2.21.7 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue