Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-push-common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v4
with:
clean: true
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v5
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v5
with:
go-version-file: go.mod
check-latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v4

- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v5
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v5
with:
go-version-file: go.mod
check-latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
fetch-tags: true

- uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
- uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1
- name: Log in to the Container registry
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee
if: inputs.runner != 'self-hosted'
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/validate-common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v4
with:
clean: true
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v5
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v5
with:
go-version-file: go.mod
check-latest: true
Expand All @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v4
with:
clean: true
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v5
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v5
with:
go-version-file: go.mod
check-latest: true
Expand All @@ -54,7 +54,7 @@ jobs:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v4
with:
clean: true
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v5
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v5
with:
go-version-file: go.mod
check-latest: true
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v4
with:
clean: true
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v5
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v5
with:
go-version-file: go.mod
check-latest: true
Expand All @@ -119,7 +119,7 @@ jobs:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v4
with:
clean: true
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v5
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v5
with:
go-version-file: go.mod
check-latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v4
with:
clean: true
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v5
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v5
with:
go-version-file: go.mod
check-latest: true
Expand Down