File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 run : |
4343 echo "latesttag=${{ github.ref_name }}-latest" >> $GITHUB_ENV
4444 - name : Install opm
45- uses : redhat-actions/openshift-tools-installer@e3b32c2ab7b064b2ce189121c4a49f509a99a7b4 # v3
45+ uses : redhat-actions/openshift-tools-installer@37eb3cfb20ac2df6f0511ffa71cd917e4d49cabf # v3
4646 with :
4747 source : github
4848 opm : ' latest'
6969 BUNDLE : ${{ env.imageregistry }}/${{ env.imagenamespace }}/openstack-operator-bundle:${{ github.sha }}
7070 - name : Buildah Action
7171 id : build-operator-index-upgrade
72- uses : redhat-actions/buildah-build@3a51aade9afa17e5c78256bcbe2e1ee08c7b995b # v3
72+ uses : redhat-actions/buildah-build@719e3c40d8af9790c23eca13f7daa339f2867034 # v3
7373 with :
7474 image : openstack-operator-index-upgrade
7575 tags : ${{ env.latesttag }} ${{ github.sha }}
Original file line number Diff line number Diff line change 5656
5757 # Initializes the CodeQL tools for scanning.
5858 - name : Initialize CodeQL
59- uses : github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4
59+ uses : github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4
6060 with :
6161 languages : ${{ matrix.language }}
6262 build-mode : ${{ matrix.build-mode }}
8484 exit 1
8585
8686 - name : Perform CodeQL Analysis
87- uses : github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4
87+ uses : github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4
8888 with :
8989 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 2424 allow-unsafe-pr-checkout : true
2525
2626 - name : Install yq
27- uses : mikefarah/yq@1b9b4ac5187171d2e5e3129be0cfa827c7f9d53d # v4
27+ uses : mikefarah/yq@c14f446382944492701b16c1ddb48bb9dbe683e3 # v4
2828
2929 - name : Compute CRD JSON size
3030 id : size
You can’t perform that action at this time.
0 commit comments