Skip to content

Commit 0248289

Browse files
authored
Merge pull request #161 from SovereignCloudStack/renovate/github-actions
🌱 Update github-actions group
2 parents 7d08231 + 4c4b830 commit 0248289

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Checkout code
31-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
31+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
3232
with:
3333
fetch-depth: 0
3434
- uses: ./.github/actions/setup-go
@@ -47,7 +47,7 @@ jobs:
4747
metadata_tags: ${{ env.metadata_tags }}
4848

4949
- name: Login to ghcr.io for CI
50-
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
50+
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
5151
with:
5252
registry: ghcr.io
5353
username: ${{ github.actor }}

.github/workflows/kubebuilder-markers-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: check for kubebuilder markers
1717
runs-on: ubuntu-22.04
1818
steps:
19-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
19+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
2020

2121
# go is required for building controller-gen
2222
- uses: ./.github/actions/setup-go

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
21+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
2222
with:
2323
fetch-depth: 0
2424
- uses: ./.github/actions/setup-go
@@ -37,7 +37,7 @@ jobs:
3737
metadata_tags: ${{ env.metadata_tags }}
3838

3939
- name: Login to ghcr.io for CI
40-
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
40+
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
4141
with:
4242
registry: ghcr.io
4343
username: ${{ github.actor }}
@@ -135,7 +135,7 @@ jobs:
135135
run: echo "RELEASE_TAG=${GITHUB_REF:10}" >> $GITHUB_ENV
136136

137137
- name: checkout code
138-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
138+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
139139
with:
140140
fetch-depth: 0
141141

0 commit comments

Comments
 (0)