2828
2929 # Release-please creates a PR that tracks all changes
3030 steps :
31- - uses : google-github-actions/release-please-action@v3
31+ - uses : google-github-actions/release-please-action@db8f2c60ee802b3748b512940dde88eabd7b7e01 # v3
3232 id : release
3333 with :
3434 command : manifest
4848 if : ${{ needs.release-please.outputs.release_created }}
4949 steps :
5050 - name : Checkout
51- uses : actions/checkout@v4
51+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
5252 with :
5353 ref : ${{ needs.release-please.outputs.release_tag_name }}
5454
7575 uses : docker/setup-buildx-action@master
7676
7777 - name : Build
78- uses : docker/build-push-action@v6
78+ uses : docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
7979 with :
8080 builder : ${{ steps.buildx.outputs.name }}
8181 context : .
@@ -114,12 +114,12 @@ jobs:
114114 if : ${{ needs.release-please.outputs.release_created }}
115115 steps :
116116 - name : Checkout
117- uses : actions/checkout@v4
117+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
118118 with :
119119 ref : ${{ needs.release-please.outputs.release_tag_name }}
120120
121121 - name : Setup go
122- uses : actions/setup-go@v5
122+ uses : actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
123123 with :
124124 go-version : ${{ env.DEFAULT_GO_VERSION }}
125125 - run : |
@@ -129,12 +129,12 @@ jobs:
129129 IMG=ghcr.io/open-feature/open-feature-operator:${{ needs.release-please.outputs.release_tag_name }} make helm-package
130130 IMG=ghcr.io/open-feature/open-feature-operator:${{ needs.release-please.outputs.release_tag_name }} make release-manifests
131131
132- - uses : anchore/sbom-action@v0
132+ - uses : anchore/sbom-action@e22c389904149dbc22b58101806040fa8d37a610 # v0
133133 with :
134134 output-file : ./open-feature-operator-sbom.spdx.json
135135
136136 - name : Release
137- uses : softprops/action-gh-release@v1
137+ uses : softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1
138138 with :
139139 tag_name : ${{ needs.release-please.outputs.release_tag_name }}
140140 files : |
@@ -150,13 +150,13 @@ jobs:
150150 if : ${{ needs.release-please.outputs.release_created }}
151151 steps :
152152 - name : Checkout
153- uses : actions/checkout@v4
153+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
154154 with :
155155 fetch-depth : 0
156156 ref : ${{ env.GITHUB_PAGES_BRANCH }}
157157
158158 - name : Setup go
159- uses : actions/setup-go@v5
159+ uses : actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
160160 with :
161161 go-version : ${{ env.DEFAULT_GO_VERSION }}
162162
0 commit comments