Skip to content

Commit 66bf6fc

Browse files
Merge pull request #631 from openstack-k8s-operators/renovate/main-github-actions-dependencies
[main] Update actions/checkout digest to 3d3c42e (main)
2 parents de55478 + 3615718 commit 66bf6fc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
11+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
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-infra-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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
18+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1919

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

0 commit comments

Comments
 (0)