build(deps): bump the ci group with 2 updates
Bumps the ci group with 2 updates: [korthout/backport-action](https://github.com/korthout/backport-action) and [anchore/sbom-action](https://github.com/anchore/sbom-action). Updates `korthout/backport-action` from 2.3.0 to 2.4.0 - [Release notes](https://github.com/korthout/backport-action/releases) - [Commits](addffea45a...79b9f245a4) Updates `anchore/sbom-action` from 0.15.4 to 0.15.5 - [Release notes](https://github.com/anchore/sbom-action/releases) - [Commits](41f7a6c033...24b0d52385) --- updated-dependencies: - dependency-name: korthout/backport-action 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 ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
		
							parent
							
								
									d40e4002e0
								
							
						
					
					
						commit
						f3262b15a4
					
				| 
						 | 
				
			
			@ -20,7 +20,7 @@ jobs:
 | 
			
		|||
        with:
 | 
			
		||||
          ref: ${{ github.event.pull_request.head.sha }}
 | 
			
		||||
      - name: Create backport PRs
 | 
			
		||||
        uses: korthout/backport-action@addffea45a2f0b5682f1d5ba0506f45bc18bf174 # v2.3.0
 | 
			
		||||
        uses: korthout/backport-action@79b9f245a4132c5bf4bca01c7526cfea24059c03 # v2.4.0
 | 
			
		||||
        # xref: https://github.com/korthout/backport-action#inputs
 | 
			
		||||
        with:
 | 
			
		||||
          # Use token to allow workflows to be triggered for the created PR
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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@41f7a6c033dbcdf78917f23b652c8b8146298c85 # v0.15.4
 | 
			
		||||
      - uses: anchore/sbom-action/download-syft@24b0d5238516480139aa8bc6f92eeb7b54a9eb0a # v0.15.5
 | 
			
		||||
      - name: Create release and SBOM
 | 
			
		||||
        id: run-goreleaser
 | 
			
		||||
        if: startsWith(github.ref, 'refs/tags/v')
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue