|
22 | 22 | name: Format |
23 | 23 | runs-on: ubicloud-standard-2 |
24 | 24 | steps: |
25 | | - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 |
| 25 | + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 |
26 | 26 |
|
27 | 27 | - name: Setup Python |
28 | 28 | uses: ./.github/actions/setup-python |
|
42 | 42 | name: Lint |
43 | 43 | runs-on: ubicloud-standard-2 |
44 | 44 | steps: |
45 | | - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 |
| 45 | + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 |
46 | 46 |
|
47 | 47 | - name: Setup Python |
48 | 48 | uses: ./.github/actions/setup-python |
|
62 | 62 | name: Type Check |
63 | 63 | runs-on: ubicloud-standard-2 |
64 | 64 | steps: |
65 | | - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 |
| 65 | + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 |
66 | 66 |
|
67 | 67 | - name: Setup Python |
68 | 68 | uses: ./.github/actions/setup-python |
|
88 | 88 | contents: read |
89 | 89 |
|
90 | 90 | steps: |
91 | | - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 |
| 91 | + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 |
92 | 92 |
|
93 | 93 | - name: Setup Python |
94 | 94 | uses: ./.github/actions/setup-python |
@@ -141,7 +141,7 @@ jobs: |
141 | 141 | packages: write |
142 | 142 | steps: |
143 | 143 | - name: Checkout code |
144 | | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 |
| 144 | + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 |
145 | 145 |
|
146 | 146 | - name: Set up Docker Buildx |
147 | 147 | uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3 |
@@ -190,7 +190,7 @@ jobs: |
190 | 190 | if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }} |
191 | 191 | steps: |
192 | 192 | - name: Checkout code |
193 | | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 |
| 193 | + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 |
194 | 194 |
|
195 | 195 | - name: Setup Fly.io CLI |
196 | 196 | uses: superfly/flyctl-actions/setup-flyctl@63da3ecc5e2793b98a3f2519b3d75d4f4c11cec2 |
|
0 commit comments