From a995c98adae74217e2d7a3a8e30075d3bf1536ce Mon Sep 17 00:00:00 2001 From: "ospk8s-renovate[bot]" <296544045+ospk8s-renovate[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 05:16:46 +0000 Subject: [PATCH] [main] Update GitHub Actions Dependencies --- .github/workflows/catalog-openstack-operator-upgrades.yaml | 4 ++-- .github/workflows/codeql.yml | 4 ++-- .github/workflows/crd-size-badge.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/catalog-openstack-operator-upgrades.yaml b/.github/workflows/catalog-openstack-operator-upgrades.yaml index bb99220e6..eb474f930 100644 --- a/.github/workflows/catalog-openstack-operator-upgrades.yaml +++ b/.github/workflows/catalog-openstack-operator-upgrades.yaml @@ -42,7 +42,7 @@ jobs: run: | echo "latesttag=${{ github.ref_name }}-latest" >> $GITHUB_ENV - name: Install opm - uses: redhat-actions/openshift-tools-installer@e3b32c2ab7b064b2ce189121c4a49f509a99a7b4 # v3 + uses: redhat-actions/openshift-tools-installer@37eb3cfb20ac2df6f0511ffa71cd917e4d49cabf # v3 with: source: github opm: 'latest' @@ -69,7 +69,7 @@ jobs: BUNDLE: ${{ env.imageregistry }}/${{ env.imagenamespace }}/openstack-operator-bundle:${{ github.sha }} - name: Buildah Action id: build-operator-index-upgrade - uses: redhat-actions/buildah-build@3a51aade9afa17e5c78256bcbe2e1ee08c7b995b # v3 + uses: redhat-actions/buildah-build@719e3c40d8af9790c23eca13f7daa339f2867034 # v3 with: image: openstack-operator-index-upgrade tags: ${{ env.latesttag }} ${{ github.sha }} diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a97ae3a30..3f8932239 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -56,7 +56,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4 + uses: github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} @@ -84,6 +84,6 @@ jobs: exit 1 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4 + uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/crd-size-badge.yaml b/.github/workflows/crd-size-badge.yaml index cef90d789..3b0475319 100644 --- a/.github/workflows/crd-size-badge.yaml +++ b/.github/workflows/crd-size-badge.yaml @@ -24,7 +24,7 @@ jobs: allow-unsafe-pr-checkout: true - name: Install yq - uses: mikefarah/yq@1b9b4ac5187171d2e5e3129be0cfa827c7f9d53d # v4 + uses: mikefarah/yq@c14f446382944492701b16c1ddb48bb9dbe683e3 # v4 - name: Compute CRD JSON size id: size