diff --git a/.github/workflows/lints.yaml b/.github/workflows/lints.yaml index eb886c33..d8c234e9 100644 --- a/.github/workflows/lints.yaml +++ b/.github/workflows/lints.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout project code - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: check for replace lines in go.mod files run: | ! egrep --invert-match -e '^replace.*/apis => \./apis|^replace.*//allow-merging$' `find . -name 'go.mod'` | egrep -e 'go.mod:replace' diff --git a/.github/workflows/release-infra-operator.yaml b/.github/workflows/release-infra-operator.yaml index c90de02f..68fdf0c8 100644 --- a/.github/workflows/release-infra-operator.yaml +++ b/.github/workflows/release-infra-operator.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: Tag image uses: tinact/docker.image-retag@684702232e2a3c29b4e5ca25d7d80f927d255c64 # 1.0.3