From 02c50458b3546413270ad10547b88d3941f8cb20 Mon Sep 17 00:00:00 2001 From: "ospk8s-renovate[bot]" <296544045+ospk8s-renovate[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 07:22:32 +0000 Subject: [PATCH] [18-stable] Update GitHub Actions Dependencies --- .github/workflows/catalog-openstack-operator-upgrades.yaml | 2 +- .github/workflows/codeql.yml | 4 ++-- .github/workflows/crd-size-badge.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/catalog-openstack-operator-upgrades.yaml b/.github/workflows/catalog-openstack-operator-upgrades.yaml index 3f0dea48b..edcb3de36 100644 --- a/.github/workflows/catalog-openstack-operator-upgrades.yaml +++ b/.github/workflows/catalog-openstack-operator-upgrades.yaml @@ -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..60e45ac80 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@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # 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@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/crd-size-badge.yaml b/.github/workflows/crd-size-badge.yaml index e3cccd666..ab40414fc 100644 --- a/.github/workflows/crd-size-badge.yaml +++ b/.github/workflows/crd-size-badge.yaml @@ -23,7 +23,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha || github.sha }} - name: Install yq - uses: mikefarah/yq@1b9b4ac5187171d2e5e3129be0cfa827c7f9d53d # v4 + uses: mikefarah/yq@c14f446382944492701b16c1ddb48bb9dbe683e3 # v4 - name: Compute CRD JSON size id: size