Skip to content

Commit 32d8505

Browse files
[18-stable] Update GitHub Actions Dependencies
1 parent 21ff611 commit 32d8505

8 files changed

Lines changed: 10 additions & 10 deletions

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
go-version: ${{ inputs.go_version }}
3535
cache: false
3636
- name: Checkout openstack-operator repository
37-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
37+
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
3838
with:
3939
path: ./openstack-operator
4040
- name: Set latest tag for non main branch

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ jobs:
5252
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
5353
steps:
5454
- name: Checkout repository
55-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
55+
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
5656

5757
# Initializes the CodeQL tools for scanning.
5858
- name: Initialize CodeQL
59-
uses: github/codeql-action/init@b7351df727350dca84cb9d725d57dcf5bc82ba26 # v3
59+
uses: github/codeql-action/init@4187e74d05793876e9989daffde9c3e66b4acd07 # v3
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@b7351df727350dca84cb9d725d57dcf5bc82ba26 # v3
87+
uses: github/codeql-action/analyze@4187e74d05793876e9989daffde9c3e66b4acd07 # v3
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
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
21+
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
2222
with:
2323
ref: ${{ github.event.pull_request.head.sha || github.sha }}
2424

.github/workflows/crd-sync-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
echo "branch_name=$BRANCH_NAME" >> $GITHUB_OUTPUT
3333
3434
- name: Checkout repository
35-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
35+
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
3636
with:
3737
ref: ${{ steps.set_branch.outputs.branch_name }}
3838

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/setup-go@be3c94b385c4f180051c996d336f57a34c397495 # v3
2323
with:
2424
go-version: 1.26.x
25-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
25+
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
2626
with:
2727
# this fetches all branches. Needed because we need gh-pages branch for deploy to work
2828
fetch-depth: 0

.github/workflows/kustom.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/setup-go@be3c94b385c4f180051c996d336f57a34c397495 # v3
1818
with:
1919
go-version: 1.26.x
20-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
20+
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
2121
with:
2222
# this fetches all branches. Needed because we need gh-pages branch for deploy to work
2323
fetch-depth: 0

.github/workflows/lints.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout project code
11-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
11+
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
1212
- name: check for replace lines in go.mod files
1313
run: |
1414
! egrep --invert-match -e '^replace.*/apis => \./apis|^replace.*//allow-merging$' `find . -name 'go.mod'` | egrep -e 'go.mod:replace'

.github/workflows/release-openstack-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
18+
- uses: actions/checkout@0717577d45739eb3c851188b29f50ed6c0b2194e # v2
1919

2020
- name: Tag image
2121
uses: tinact/docker.image-retag@684702232e2a3c29b4e5ca25d7d80f927d255c64 # 1.0.3

0 commit comments

Comments
 (0)