Skip to content

Commit cef4443

Browse files
chore(deps): Update github-actions
1 parent b53b91c commit cef4443

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/lint_golang.yml

Lines changed: 5 additions & 5 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
19-
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
18+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
19+
- 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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
26+
- uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
2727
with:
2828
path: |
2929
~/.cache/go-build
@@ -32,7 +32,7 @@ jobs:
3232
restore-keys: |
3333
${{runner.os}}-go-${{steps.go.outputs.go-version}}-lint
3434
- name: golangci-lint
35-
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9
35+
uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9
3636
with:
37-
version: v2.11.4
37+
version: v2.12.2
3838
args: --verbose

.github/workflows/regen.yml

Lines changed: 3 additions & 3 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
24-
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
23+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
24+
- 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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
31+
- uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
3232
with:
3333
path: |
3434
~/.cache/go-build

.github/workflows/unittest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
23+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2424
- name: Set up Go 1.x
25-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
25+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
2626
with:
2727
go-version-file: go.mod
2828
- run: go mod download

0 commit comments

Comments
 (0)