Bump the ci group across 1 directory with 3 updates
Bumps the ci group with 3 updates in the / directory: [korthout/backport-action](https://github.com/korthout/backport-action), [slsa-framework/slsa-github-generator](https://github.com/slsa-framework/slsa-github-generator) and [github/codeql-action](https://github.com/github/codeql-action). Updates `korthout/backport-action` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/korthout/backport-action/releases) - [Commits](be567af183...436145e922) Updates `slsa-framework/slsa-github-generator` from 2.0.0 to 2.1.0 - [Release notes](https://github.com/slsa-framework/slsa-github-generator/releases) - [Changelog](https://github.com/slsa-framework/slsa-github-generator/blob/main/CHANGELOG.md) - [Commits](https://github.com/slsa-framework/slsa-github-generator/compare/v2.0.0...v2.1.0) Updates `github/codeql-action` from 3.28.9 to 3.28.10 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](9e8d0789d4...b56ba49b26) --- updated-dependencies: - dependency-name: korthout/backport-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci - dependency-name: slsa-framework/slsa-github-generator dependency-type: direct:production update-type: version-update:semver-minor 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>
This commit is contained in:
		
							parent
							
								
									bd119da4c8
								
							
						
					
					
						commit
						674490569e
					
				|  | @ -17,7 +17,7 @@ jobs: | |||
|         with: | ||||
|           ref: ${{ github.event.pull_request.head.sha }} | ||||
|       - name: Create backport PRs | ||||
|         uses: korthout/backport-action@be567af183754f6a5d831ae90f648954763f17f5 # v3.1.0 | ||||
|         uses: korthout/backport-action@436145e922f9561fc5ea157ff406f21af2d6b363 # v3.2.0 | ||||
|         # xref: https://github.com/korthout/backport-action#inputs | ||||
|         with: | ||||
|           # Use token to allow workflows to be triggered for the created PR | ||||
|  |  | |||
|  | @ -123,7 +123,7 @@ jobs: | |||
|       id-token: write # for creating OIDC tokens for signing. | ||||
|       contents: write # for uploading attestations to GitHub releases. | ||||
|     if: startsWith(github.ref, 'refs/tags/v') | ||||
|     uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.0.0 | ||||
|     uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.1.0 | ||||
|     with: | ||||
|       provenance-name: "provenance.intoto.jsonl" | ||||
|       base64-subjects: "${{ needs.release.outputs.hashes }}" | ||||
|  | @ -136,7 +136,7 @@ jobs: | |||
|       id-token: write # for creating OIDC tokens for signing. | ||||
|       packages: write # for uploading attestations. | ||||
|     if: startsWith(github.ref, 'refs/tags/v') | ||||
|     uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.0.0 | ||||
|     uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.1.0 | ||||
|     with: | ||||
|       image: ${{ needs.release.outputs.image_url }} | ||||
|       digest: ${{ needs.release.outputs.image_digest }} | ||||
|  | @ -151,7 +151,7 @@ jobs: | |||
|       id-token: write # for creating OIDC tokens for signing. | ||||
|       packages: write # for uploading attestations. | ||||
|     if: startsWith(github.ref, 'refs/tags/v') | ||||
|     uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.0.0 | ||||
|     uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.1.0 | ||||
|     with: | ||||
|       image: ghcr.io/${{ needs.release.outputs.image_url }} | ||||
|       digest: ${{ needs.release.outputs.image_digest }} | ||||
|  |  | |||
|  | @ -40,13 +40,13 @@ jobs: | |||
|             **/go.sum | ||||
|             **/go.mod | ||||
|       - name: Initialize CodeQL | ||||
|         uses: github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9 | ||||
|         uses: github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10 | ||||
|         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@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9 | ||||
|         uses: github/codeql-action/autobuild@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10 | ||||
|       - name: Perform CodeQL Analysis | ||||
|         uses: github/codeql-action/analyze@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9 | ||||
|         uses: github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue