Merge pull request #1314 from fluxcd/backport-1313-to-release/v1.2.x
[release/v1.2.x] build(deps): bump the ci group with 5 updates
This commit is contained in:
		
						commit
						1a57027640
					
				|  | @ -20,7 +20,7 @@ jobs: | |||
|         with: | ||||
|           ref: ${{ github.event.pull_request.head.sha }} | ||||
|       - name: Create backport PRs | ||||
|         uses: korthout/backport-action@08bafb375e6e9a9a2b53a744b987e5d81a133191 # v2.1.1 | ||||
|         uses: korthout/backport-action@b982d297e31f500652b2246cf26714796312bd23 # v2.2.0 | ||||
|         # xref: https://github.com/korthout/backport-action#inputs | ||||
|         with: | ||||
|           # Use token to allow workflows to be triggered for the created PR | ||||
|  |  | |||
|  | @ -19,7 +19,7 @@ jobs: | |||
|       - name: Checkout | ||||
|         uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | ||||
|       - name: Setup Go | ||||
|         uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 | ||||
|         uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 | ||||
|         with: | ||||
|           go-version: 1.21.x | ||||
|           cache-dependency-path: | | ||||
|  |  | |||
|  | @ -22,7 +22,7 @@ jobs: | |||
|       - name: Checkout | ||||
|         uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | ||||
|       - name: Setup Go | ||||
|         uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 | ||||
|         uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 | ||||
|         with: | ||||
|           go-version: 1.21.x | ||||
|           cache-dependency-path: | | ||||
|  | @ -57,7 +57,7 @@ jobs: | |||
|       - name: Checkout | ||||
|         uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | ||||
|       - name: Setup Go | ||||
|         uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 | ||||
|         uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 | ||||
|         with: | ||||
|           go-version: 1.21.x | ||||
|           cache-dependency-path: | | ||||
|  |  | |||
|  | @ -59,7 +59,7 @@ jobs: | |||
|           password: ${{ secrets.DOCKER_FLUXCD_PASSWORD }} | ||||
|       - name: Generate images meta | ||||
|         id: meta | ||||
|         uses: docker/metadata-action@e6428a5c4e294a61438ed7f43155db912025b6b3 # v5.2.0 | ||||
|         uses: docker/metadata-action@31cebacef4805868f9ce9a0cb03ee36c32df2ac4 # v5.3.0 | ||||
|         with: | ||||
|           images: | | ||||
|             fluxcd/${{ env.CONTROLLER }} | ||||
|  | @ -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@fd74a6fb98a204a1ad35bbfae0122c1a302ff88b # v0.15.0 | ||||
|       - uses: anchore/sbom-action/download-syft@5ecf649a417b8ae17dc8383dc32d46c03f2312df # v0.15.1 | ||||
|       - name: Create release and SBOM | ||||
|         id: run-goreleaser | ||||
|         if: startsWith(github.ref, 'refs/tags/v') | ||||
|  |  | |||
|  | @ -33,20 +33,20 @@ jobs: | |||
|       - name: Checkout | ||||
|         uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | ||||
|       - name: Setup Go | ||||
|         uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 | ||||
|         uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 | ||||
|         with: | ||||
|           go-version: 1.21.x | ||||
|           cache-dependency-path: | | ||||
|             **/go.sum | ||||
|             **/go.mod | ||||
|       - name: Initialize CodeQL | ||||
|         uses: github/codeql-action/init@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.22.8 | ||||
|         uses: github/codeql-action/init@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # v2.22.9 | ||||
|         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@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.22.8 | ||||
|         uses: github/codeql-action/autobuild@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # v2.22.9 | ||||
|       - name: Perform CodeQL Analysis | ||||
|         uses: github/codeql-action/analyze@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.22.8 | ||||
|         uses: github/codeql-action/analyze@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # v2.22.9 | ||||
|  |  | |||
|  | @ -23,7 +23,7 @@ jobs: | |||
|       - name: Checkout | ||||
|         uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | ||||
|       - name: Setup Go | ||||
|         uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 | ||||
|         uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 | ||||
|         with: | ||||
|           go-version: 1.21.x | ||||
|           cache-dependency-path: | | ||||
|  | @ -44,7 +44,7 @@ jobs: | |||
|       - name: Checkout | ||||
|         uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | ||||
|       - name: Setup Go | ||||
|         uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 | ||||
|         uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 | ||||
|         with: | ||||
|           go-version: 1.21.x | ||||
|           cache-dependency-path: | | ||||
|  |  | |||
|  | @ -23,7 +23,7 @@ jobs: | |||
|       - name: Checkout | ||||
|         uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | ||||
|       - name: Setup Go | ||||
|         uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 | ||||
|         uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 | ||||
|         with: | ||||
|           go-version: 1.21.x | ||||
|           cache-dependency-path: | | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue