|
9 | 9 | check-style:
|
10 | 10 | runs-on: ubuntu-22.04
|
11 | 11 | steps:
|
12 |
| - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 |
| 12 | + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
13 | 13 | with:
|
14 | 14 | ref: ${{ github.event.pull_request.head.sha }} # see omicron#4461
|
15 | 15 | - name: Report cargo version
|
|
32 | 32 | - name: Disable packages.microsoft.com repo
|
33 | 33 | if: ${{ startsWith(matrix.os, 'ubuntu') }}
|
34 | 34 | run: sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
|
35 |
| - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 |
| 35 | + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
36 | 36 | with:
|
37 | 37 | ref: ${{ github.event.pull_request.head.sha }} # see omicron#4461
|
38 | 38 | - uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
|
|
62 | 62 | # This repo is unstable and unnecessary: https://github.com/microsoft/linux-package-repositories/issues/34
|
63 | 63 | - name: Disable packages.microsoft.com repo
|
64 | 64 | run: sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
|
65 |
| - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 |
| 65 | + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
66 | 66 | with:
|
67 | 67 | ref: ${{ github.event.pull_request.head.sha }} # see omicron#4461
|
68 | 68 | - uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
|
|
90 | 90 | # This repo is unstable and unnecessary: https://github.com/microsoft/linux-package-repositories/issues/34
|
91 | 91 | - name: Disable packages.microsoft.com repo
|
92 | 92 | run: sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
|
93 |
| - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 |
| 93 | + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
94 | 94 | with:
|
95 | 95 | ref: ${{ github.event.pull_request.head.sha }} # see omicron#4461
|
96 | 96 | - uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
|
@@ -122,7 +122,7 @@ jobs:
|
122 | 122 | # This repo is unstable and unnecessary: https://github.com/microsoft/linux-package-repositories/issues/34
|
123 | 123 | - name: Disable packages.microsoft.com repo
|
124 | 124 | run: sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
|
125 |
| - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 |
| 125 | + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
126 | 126 | with:
|
127 | 127 | ref: ${{ github.event.pull_request.head.sha }} # see omicron#4461
|
128 | 128 | - uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
|
|
0 commit comments