File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,14 +69,14 @@ jobs:
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@7a95fa7ee0f02d552a32753e7414641a04307056 # v2
72+ uses : redhat-actions/buildah-build@9dc2ade9b5db229966b5025ae266311e12f349c4 # v2
7373 with :
7474 image : openstack-operator-index-upgrade
7575 tags : ${{ env.latesttag }} ${{ github.sha }}
7676 containerfiles : |
7777 ./catalog.Dockerfile
7878 - name : Push openstack-operator-index-upgrade To ${{ env.imageregistry }}
79- uses : redhat-actions/push-to-registry@5ed88d269cf581ea9ef6dd6806d01562096bee9c # v2
79+ uses : redhat-actions/push-to-registry@5860fc963bf8f2b3221773a023141612f010c469 # v2
8080 with :
8181 image : ${{ steps.build-operator-index-upgrade.outputs.image }}
8282 tags : ${{ steps.build-operator-index-upgrade.outputs.tags }}
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@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4
59+ uses : github/codeql-action/init@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # 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@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4
87+ uses : github/codeql-action/analyze@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4
8888 with :
8989 category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments