|
9 | 9 | matrix:
|
10 | 10 | path: [".", "tools", "v2/awsv1shim"]
|
11 | 11 | steps:
|
12 |
| - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
| 12 | + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
13 | 13 |
|
14 | 14 | - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
|
15 | 15 | with:
|
|
29 | 29 | matrix:
|
30 | 30 | path: [".", "tools", "v2/awsv1shim"]
|
31 | 31 | steps:
|
32 |
| - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
| 32 | + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
33 | 33 |
|
34 | 34 | - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
|
35 | 35 | with:
|
|
45 | 45 | name: go test
|
46 | 46 | runs-on: ubuntu-latest
|
47 | 47 | steps:
|
48 |
| - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
| 48 | + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
49 | 49 |
|
50 | 50 | - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
|
51 | 51 | with:
|
|
58 | 58 | golangci-lint:
|
59 | 59 | runs-on: ubuntu-latest
|
60 | 60 | steps:
|
61 |
| - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
| 61 | + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
62 | 62 |
|
63 | 63 | - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
|
64 | 64 | with:
|
|
73 | 73 | import-lint:
|
74 | 74 | runs-on: ubuntu-latest
|
75 | 75 | steps:
|
76 |
| - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
| 76 | + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
77 | 77 |
|
78 | 78 | - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
|
79 | 79 | with:
|
|
89 | 89 | container:
|
90 | 90 | image: returntocorp/semgrep
|
91 | 91 | steps:
|
92 |
| - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
| 92 | + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
93 | 93 |
|
94 | 94 | - run: semgrep --error --quiet --config .semgrep
|
95 | 95 | env:
|
|
98 | 98 | markdown-lint:
|
99 | 99 | runs-on: ubuntu-latest
|
100 | 100 | steps:
|
101 |
| - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
| 101 | + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
102 | 102 |
|
103 | 103 | - uses: avto-dev/markdown-lint@04d43ee9191307b50935a753da3b775ab695eceb # v1.5.0
|
104 | 104 | with:
|
|
0 commit comments