|
13 | 13 | container:
|
14 | 14 | image: rust:1.86-bookworm
|
15 | 15 | steps:
|
16 |
| - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 |
| 16 | + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 |
17 | 17 | - run: |
|
18 | 18 | rustup component add rustfmt
|
19 | 19 | cargo fmt --all -- --check
|
|
38 | 38 | env:
|
39 | 39 | DATABASE_URL: postgres://postgres@postgres:5432
|
40 | 40 | steps:
|
41 |
| - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 |
| 41 | + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 |
42 | 42 | - name: Install libsasl2-dev
|
43 | 43 | run: apt-get update && apt-get install -y libsasl2-dev
|
44 | 44 | - name: Install protobuf compiler
|
|
70 | 70 | DATABASE_URL: postgres://postgres@postgres:5432
|
71 | 71 | SQLX_OFFLINE: true
|
72 | 72 | steps:
|
73 |
| - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 |
| 73 | + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 |
74 | 74 | - name: Install libsasl2-dev
|
75 | 75 | run: apt-get update && apt-get install -y libsasl2-dev
|
76 | 76 | - name: Install protobuf compiler
|
@@ -102,7 +102,7 @@ jobs:
|
102 | 102 | SQLX_OFFLINE: true
|
103 | 103 | DOCKER_HOST: unix:///var/run/docker.sock
|
104 | 104 | steps:
|
105 |
| - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 |
| 105 | + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 |
106 | 106 | - name: Install Docker CLI and verify
|
107 | 107 | run: |
|
108 | 108 | apt-get update
|
@@ -147,7 +147,7 @@ jobs:
|
147 | 147 | SQLX_OFFLINE: true
|
148 | 148 | DOCKER_HOST: unix:///var/run/docker.sock
|
149 | 149 | steps:
|
150 |
| - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 |
| 150 | + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 |
151 | 151 | - name: Install Docker CLI and verify
|
152 | 152 | run: |
|
153 | 153 | apt-get update
|
|
0 commit comments