File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 2020 with :
2121 ref : ${{ github.event.pull_request.head.sha }}
2222 - name : Create backport PRs
23- uses : korthout/backport-action@08bafb375e6e9a9a2b53a744b987e5d81a133191 # v2.1.1
23+ uses : korthout/backport-action@b982d297e31f500652b2246cf26714796312bd23 # v2.2.0
2424 # xref: https://github.com/korthout/backport-action#inputs
2525 with :
2626 # Use token to allow workflows to be triggered for the created PR
Original file line number Diff line number Diff line change 1919 - name : Checkout
2020 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2121 - name : Setup Go
22- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1 .0
22+ uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
2323 with :
2424 go-version : 1.21.x
2525 cache-dependency-path : |
Original file line number Diff line number Diff line change 2222 - name : Checkout
2323 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2424 - name : Setup Go
25- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1 .0
25+ uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
2626 with :
2727 go-version : 1.21.x
2828 cache-dependency-path : |
5757 - name : Checkout
5858 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
5959 - name : Setup Go
60- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1 .0
60+ uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
6161 with :
6262 go-version : 1.21.x
6363 cache-dependency-path : |
Original file line number Diff line number Diff line change 5959 password : ${{ secrets.DOCKER_FLUXCD_PASSWORD }}
6060 - name : Generate images meta
6161 id : meta
62- uses : docker/metadata-action@e6428a5c4e294a61438ed7f43155db912025b6b3 # v5.2 .0
62+ uses : docker/metadata-action@31cebacef4805868f9ce9a0cb03ee36c32df2ac4 # v5.3 .0
6363 with :
6464 images : |
6565 fluxcd/${{ env.CONTROLLER }}
9292 mkdir -p config/release
9393 kustomize build ./config/crd > ./config/release/${{ env.CONTROLLER }}.crds.yaml
9494 kustomize build ./config/manager > ./config/release/${{ env.CONTROLLER }}.deployment.yaml
95- - uses : anchore/sbom-action/download-syft@fd74a6fb98a204a1ad35bbfae0122c1a302ff88b # v0.15.0
95+ - uses : anchore/sbom-action/download-syft@5ecf649a417b8ae17dc8383dc32d46c03f2312df # v0.15.1
9696 - name : Create release and SBOM
9797 id : run-goreleaser
9898 if : startsWith(github.ref, 'refs/tags/v')
Original file line number Diff line number Diff line change @@ -33,20 +33,20 @@ jobs:
3333 - name : Checkout
3434 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3535 - name : Setup Go
36- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1 .0
36+ uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
3737 with :
3838 go-version : 1.21.x
3939 cache-dependency-path : |
4040 **/go.sum
4141 **/go.mod
4242 - name : Initialize CodeQL
43- uses : github/codeql-action/init@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.22.8
43+ uses : github/codeql-action/init@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # v2.22.9
4444 with :
4545 languages : go
4646 # 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
4747 # xref: https://codeql.github.com/codeql-query-help/go/
4848 queries : security-and-quality
4949 - name : Autobuild
50- uses : github/codeql-action/autobuild@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.22.8
50+ uses : github/codeql-action/autobuild@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # v2.22.9
5151 - name : Perform CodeQL Analysis
52- uses : github/codeql-action/analyze@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.22.8
52+ uses : github/codeql-action/analyze@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # v2.22.9
Original file line number Diff line number Diff line change 2323 - name : Checkout
2424 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2525 - name : Setup Go
26- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1 .0
26+ uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
2727 with :
2828 go-version : 1.21.x
2929 cache-dependency-path : |
4444 - name : Checkout
4545 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
4646 - name : Setup Go
47- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1 .0
47+ uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
4848 with :
4949 go-version : 1.21.x
5050 cache-dependency-path : |
Original file line number Diff line number Diff line change 2323 - name : Checkout
2424 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2525 - name : Setup Go
26- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1 .0
26+ uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
2727 with :
2828 go-version : 1.21.x
2929 cache-dependency-path : |
You can’t perform that action at this time.
0 commit comments