Skip to content

Commit 8072a86

Browse files
[18-stable] Update GitHub Actions Dependencies
1 parent ab3a178 commit 8072a86

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-openstack-must-gather.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
if: needs.check-secrets.outputs.have-secrets == 'true'
3030

3131
steps:
32-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
32+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
3333

3434
- name: Set latest tag for non main branch
3535
if: github.ref_name != 'main'
@@ -40,15 +40,15 @@ jobs:
4040
4141
- name: Buildah Action
4242
id: build-openstack-must-gather
43-
uses: redhat-actions/buildah-build@7a95fa7ee0f02d552a32753e7414641a04307056 # v2
43+
uses: redhat-actions/buildah-build@9dc2ade9b5db229966b5025ae266311e12f349c4 # v2
4444
with:
4545
image: openstack-must-gather
4646
tags: ${{ env.latesttag }} ${{ github.sha }}
4747
containerfiles: |
4848
./Dockerfile
4949
5050
- name: Push openstack-must-gather image To ${{ env.imageregistry }}
51-
uses: redhat-actions/push-to-registry@5ed88d269cf581ea9ef6dd6806d01562096bee9c # v2
51+
uses: redhat-actions/push-to-registry@5860fc963bf8f2b3221773a023141612f010c469 # v2
5252
with:
5353
image: ${{ steps.build-openstack-must-gather.outputs.image }}
5454
tags: ${{ steps.build-openstack-must-gather.outputs.tags }}

.github/workflows/sanity-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
python-version: ["3.9", "3.11"]
1212
steps:
13-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
13+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1414
- name: Setup python
1515
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
1616
with:

0 commit comments

Comments
 (0)