Skip to content

Commit b30e01e

Browse files
Merge branch 'main' into renovate/github.com-docker-go-connections-0.x
2 parents 3974c2d + a09b659 commit b30e01e

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/lint_golang.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
name: Lint with GolangCI
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
18+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1919
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
2020
id: go
2121
with:
2222
go-version-file: go.mod
2323
# We use a manually configured cache key to avoid conflicts with the test action cache
2424
# See https://github.com/actions/setup-go/issues/358
2525
cache: false
26-
- uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6
26+
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
2727
with:
2828
path: |
2929
~/.cache/go-build

.github/workflows/regen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ jobs:
2020
private-key: ${{ secrets.CQ_APP_PRIVATE_KEY }}
2121
permission-contents: write
2222
permission-pull-requests: write
23-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
23+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2424
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
2525
id: go
2626
with:
2727
go-version-file: go.mod
2828
# We use a manually configured cache key to avoid conflicts with the test action cache
2929
# See https://github.com/actions/setup-go/issues/358
3030
cache: false
31-
- uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6
31+
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
3232
with:
3333
path: |
3434
~/.cache/go-build

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
os: [ubuntu-latest, macos-latest, windows-latest]
2121
steps:
2222
- name: Check out code into the Go module directory
23-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
23+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2424
- name: Set up Go 1.x
2525
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
2626
with:

0 commit comments

Comments
 (0)