Merge pull request #845 from fluxcd/dependabot/github_actions/ci-8595c0ecb0
build(deps): bump the ci group across 1 directory with 6 updates
This commit is contained in:
		
						commit
						3ae80f6475
					
				|  | @ -13,11 +13,11 @@ jobs: | |||
|     if: github.event.pull_request.state == 'closed' && github.event.pull_request.merged && (github.event_name != 'labeled' || startsWith('backport:', github.event.label.name)) | ||||
|     steps: | ||||
|       - name: Checkout | ||||
|         uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 | ||||
|         uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 | ||||
|         with: | ||||
|           ref: ${{ github.event.pull_request.head.sha }} | ||||
|       - name: Create backport PRs | ||||
|         uses: korthout/backport-action@ef20d86abccbac3ee3a73cb2efbdc06344c390e5 # v2.5.0 | ||||
|         uses: korthout/backport-action@bd410d37cdcae80be6d969823ff5a225fe5c833f # v3.0.2 | ||||
|         # xref: https://github.com/korthout/backport-action#inputs | ||||
|         with: | ||||
|           # Use token to allow workflows to be triggered for the created PR | ||||
|  |  | |||
|  | @ -11,7 +11,7 @@ jobs: | |||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|       - name: Checkout | ||||
|         uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 | ||||
|         uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 | ||||
|       - name: Setup Go | ||||
|         uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 | ||||
|         with: | ||||
|  |  | |||
|  | @ -12,7 +12,7 @@ jobs: | |||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|       - name: Checkout | ||||
|         uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 | ||||
|         uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 | ||||
|       - name: Setup QEMU | ||||
|         uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0 | ||||
|       - name: Setup Docker Buildx | ||||
|  |  | |||
|  | @ -29,7 +29,7 @@ jobs: | |||
|       packages: write # for pushing and signing container images. | ||||
|     steps: | ||||
|       - name: Checkout | ||||
|         uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 | ||||
|         uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 | ||||
|       - name: Setup Kustomize | ||||
|         uses: fluxcd/pkg/actions/kustomize@main | ||||
|       - name: Prepare | ||||
|  | @ -47,13 +47,13 @@ jobs: | |||
|         id: buildx | ||||
|         uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0 | ||||
|       - name: Login to GitHub Container Registry | ||||
|         uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 | ||||
|         uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0 | ||||
|         with: | ||||
|           registry: ghcr.io | ||||
|           username: fluxcdbot | ||||
|           password: ${{ secrets.GHCR_TOKEN }} | ||||
|       - name: Login to Docker Hub | ||||
|         uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 | ||||
|         uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0 | ||||
|         with: | ||||
|           username: fluxcdbot | ||||
|           password: ${{ secrets.DOCKER_FLUXCD_PASSWORD }} | ||||
|  | @ -92,14 +92,14 @@ 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@7ccf588e3cf3cc2611714c2eeae48550fbc17552 # v0.15.11 | ||||
|       - uses: anchore/sbom-action/download-syft@e8d2a6937ecead383dfe75190d104edd1f9c5751 # v0.16.0 | ||||
|       - name: Create release and SBOM | ||||
|         id: run-goreleaser | ||||
|         if: startsWith(github.ref, 'refs/tags/v') | ||||
|         uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0.0 | ||||
|         uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0 | ||||
|         with: | ||||
|           version: latest | ||||
|           args: release --clean --skip-validate | ||||
|           args: release --clean --skip=validate | ||||
|         env: | ||||
|           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||||
|       - name: Generate SLSA metadata | ||||
|  |  | |||
|  | @ -18,7 +18,7 @@ jobs: | |||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|       - name: Checkout | ||||
|         uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 | ||||
|         uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 | ||||
|       - name: Run FOSSA scan and upload build data | ||||
|         uses: fossa-contrib/fossa-action@cdc5065bcdee31a32e47d4585df72d66e8e941c2 # v3.0.0 | ||||
|         with: | ||||
|  | @ -31,7 +31,7 @@ jobs: | |||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|       - name: Checkout | ||||
|         uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 | ||||
|         uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 | ||||
|       - name: Setup Go | ||||
|         uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 | ||||
|         with: | ||||
|  | @ -40,13 +40,13 @@ jobs: | |||
|             **/go.sum | ||||
|             **/go.mod | ||||
|       - name: Initialize CodeQL | ||||
|         uses: github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a # v2.13.4 | ||||
|         uses: github/codeql-action/init@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8 | ||||
|         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@cdcdbb579706841c47f7063dda365e292e5cad7a # v2.13.4 | ||||
|         uses: github/codeql-action/autobuild@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8 | ||||
|       - name: Perform CodeQL Analysis | ||||
|         uses: github/codeql-action/analyze@cdcdbb579706841c47f7063dda365e292e5cad7a # v2.13.4 | ||||
|         uses: github/codeql-action/analyze@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8 | ||||
|  |  | |||
|  | @ -17,7 +17,7 @@ jobs: | |||
|     permissions: | ||||
|       issues: write | ||||
|     steps: | ||||
|       - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 | ||||
|       - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 | ||||
|       - uses: EndBug/label-sync@52074158190acb45f3077f9099fea818aa43f97a # v2.3.3 | ||||
|         with: | ||||
|           # Configuration file | ||||
|  |  | |||
|  | @ -23,7 +23,7 @@ release: | |||
|     To verify the images and their provenance (SLSA level 3), please see the [security documentation](https://fluxcd.io/flux/security/). | ||||
| 
 | ||||
| changelog: | ||||
|   skip: true | ||||
|   disable: true | ||||
| 
 | ||||
| checksum: | ||||
|   extra_files: | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue