2 parents d3e9853 + 936cea1 commit 8b03289Copy full SHA for 8b03289
2 files changed
.github/workflows/workflow_call.golangci-lint.yml
@@ -29,7 +29,7 @@ jobs:
29
name: golangci-lint
30
runs-on: ubuntu-latest
31
steps:
32
- - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
+ - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
33
with:
34
persist-credentials: false
35
submodules: true
.github/workflows/workflow_call.unit-test.yml
@@ -47,7 +47,7 @@ jobs:
47
runs-on: ${{ matrix.os }}
48
if: ${{ always() }}
49
50
- - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
51
52
53
0 commit comments