Skip to content

Commit a995c98

Browse files
[main] Update GitHub Actions Dependencies
1 parent 8d3f31e commit a995c98

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/catalog-openstack-operator-upgrades.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
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'
@@ -69,7 +69,7 @@ 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@3a51aade9afa17e5c78256bcbe2e1ee08c7b995b # v3
72+
uses: redhat-actions/buildah-build@719e3c40d8af9790c23eca13f7daa339f2867034 # v3
7373
with:
7474
image: openstack-operator-index-upgrade
7575
tags: ${{ env.latesttag }} ${{ github.sha }}

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
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 }}
@@ -84,6 +84,6 @@ jobs:
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}}"

.github/workflows/crd-size-badge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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

0 commit comments

Comments
 (0)