|
33 | 33 |
|
34 | 34 | steps: |
35 | 35 | - name: Checkout repo |
36 | | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 36 | + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 |
37 | 37 | with: |
38 | 38 | persist-credentials: false |
39 | 39 |
|
|
43 | 43 | toolchain: stable |
44 | 44 |
|
45 | 45 | - name: Cache cargo registry |
46 | | - uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7 |
| 46 | + uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 |
47 | 47 | with: |
48 | 48 | key: ${{ matrix.settings.target }}-cargo |
49 | 49 |
|
@@ -75,15 +75,15 @@ jobs: |
75 | 75 |
|
76 | 76 | steps: |
77 | 77 | - name: Checkout repo (PR) |
78 | | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 78 | + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 |
79 | 79 | if: github.event_name == 'pull_request' |
80 | 80 | with: |
81 | 81 | fetch-depth: 0 |
82 | 82 | ref: ${{ github.event.pull_request.head.ref }} |
83 | 83 | persist-credentials: false |
84 | 84 |
|
85 | 85 | - name: Checkout repo (Push or manual run) |
86 | | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 86 | + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 |
87 | 87 | if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' |
88 | 88 | with: |
89 | 89 | fetch-depth: 0 |
|
95 | 95 | toolchain: stable |
96 | 96 |
|
97 | 97 | - name: Cache cargo registry |
98 | | - uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7 |
| 98 | + uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 |
99 | 99 | with: |
100 | 100 | key: cargo-combine-cache |
101 | 101 |
|
@@ -163,7 +163,7 @@ jobs: |
163 | 163 | uses: bitwarden/gh-actions/azure-logout@main |
164 | 164 |
|
165 | 165 | - name: Generate GH App token |
166 | | - uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1 |
| 166 | + uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0 |
167 | 167 | id: app-token |
168 | 168 | with: |
169 | 169 | app-id: ${{ steps.get-kv-secrets.outputs.BW-GHAPP-ID }} |
|
0 commit comments