We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ee896e commit 2016f4eCopy full SHA for 2016f4e
2 files changed
.github/workflows/lints.yaml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Checkout project code
11
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
+ uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
12
- name: check for replace lines in go.mod files
13
run: |
14
! egrep --invert-match -e '^replace.*/api => \./api|^replace.*//allow-merging$' `find . -name 'go.mod'` | egrep -e 'go.mod:replace'
.github/workflows/release-heat-operator.yaml
@@ -15,7 +15,7 @@ jobs:
15
16
17
18
- - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
+ - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
19
20
- name: Tag image
21
uses: tinact/docker.image-retag@684702232e2a3c29b4e5ca25d7d80f927d255c64 # 1.0.3
0 commit comments