Skip to content

Commit 10275e4

Browse files
deps: update github actions (#1314)
1 parent 3ed30f4 commit 10275e4

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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

@@ -25,7 +25,7 @@ jobs:
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 }}

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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:
@@ -46,7 +46,7 @@ jobs:
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:

.github/workflows/robot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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:

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
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
@@ -53,7 +53,7 @@ jobs:
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:

0 commit comments

Comments
 (0)