File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
14+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1515 with :
1616 fetch-depth : 0
1717
2525 - name : Setup Docker Buildx
2626 uses : docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
2727 - name : Login to Docker Hub
28- uses : docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4
28+ uses : docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4
2929 with :
3030 username : ${{ secrets.DOCKER_USER }}
3131 password : ${{ secrets.DOCKER_PASSWORD }}
Original file line number Diff line number Diff line change 1717 - v4.0.0 # renovate: datasource=github-releases depName=helm/helm versioning=same-major
1818
1919 steps :
20- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
20+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2121
2222 - uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
2323 with :
4646 # Helm lints are executed in a separate action with a version matrix
4747 SKIP : " helm-lint,helm-snapshots,deploy-manifests"
4848 steps :
49- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
49+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
5050
5151 - uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
5252 with :
Original file line number Diff line number Diff line change 2626 ANSIBLE_FORCE_COLOR : true
2727
2828 steps :
29- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
29+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
3030
3131 - name : Install robot server
3232 env :
Original file line number Diff line number Diff line change 99 name : unit
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
12+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1313 - uses : actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
1414 with :
1515 go-version-file : go.mod
5353 CERT_DOMAIN : hc-integrations-test.de
5454
5555 steps :
56- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
56+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
5757
5858 - uses : actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
5959 with :
@@ -171,7 +171,7 @@ jobs:
171171 ROBOT_ENABLED : " true"
172172
173173 steps :
174- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
174+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
175175
176176 - uses : actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
177177 with :
You can’t perform that action at this time.
0 commit comments