File tree Expand file tree Collapse file tree 11 files changed +18
-18
lines changed
Expand file tree Collapse file tree 11 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 4040 with :
4141 egress-policy : audit
4242
43- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
43+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
4444
4545 - uses : EmbarkStudios/cargo-deny-action@8371184bd11e21dcf8ac82ebf8c9c9f74ebf7268 # v2.0.1
4646 with :
Original file line number Diff line number Diff line change 4343 with :
4444 egress-policy : audit
4545
46- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
46+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
4747
4848 - name : Install Rust
4949 uses : dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a # stable
7474 with :
7575 egress-policy : audit
7676
77- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
77+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
7878
7979 - name : Install Rust
8080 uses : dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a # stable
Original file line number Diff line number Diff line change 2222 egress-policy : audit
2323
2424 - name : Checkout Actions Repository
25- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
25+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
2626 with :
2727 fetch-depth : 0
2828
Original file line number Diff line number Diff line change 4040 egress-policy : audit
4141
4242 - name : Checkout repository
43- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
43+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
4444
4545 # This step uses [docker/metadata-action](https://github.com/docker/metadata-action#about) to extract tags and labels that will be applied to the specified image. The `id` "meta" allows the output of this step to be referenced in a subsequent step. The `images` value provides the base name for the tags and labels.
4646 - name : Extract metadata (tags, labels) for Docker
Original file line number Diff line number Diff line change 3535 egress-policy : audit
3636
3737 - name : Checkout repository
38- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
38+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
3939
4040 # Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here.
4141 - name : Log in to the Container registry
Original file line number Diff line number Diff line change 3636 with :
3737 egress-policy : audit
3838
39- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
39+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
4040
4141 - name : Cache
4242 uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
Original file line number Diff line number Diff line change 3737 with :
3838 egress-policy : audit
3939
40- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
40+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
4141
4242 - name : Install Rust ${{ env.rust_min }}
4343 uses : dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a # stable
6363 with :
6464 egress-policy : audit
6565
66- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
66+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
6767
6868 - name : Install Rust ${{ env.rust_min }}
6969 uses : dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a # stable
@@ -100,7 +100,7 @@ jobs:
100100 egress-policy : audit
101101
102102 - name : Checkout Actions Repository
103- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
103+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
104104
105105 - name : Check spelling of file.txt
106106 uses : crate-ci/typos@6802cc60d4e7f78b9d5454f6cf3935c042d5e1e3 # v1.26.0
Original file line number Diff line number Diff line change 3636 with :
3737 egress-policy : audit
3838
39- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
39+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
4040 - name : Install mdBook
4141 run : |
4242 curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf -y | sh
Original file line number Diff line number Diff line change 3131 private-key : ${{ secrets.RELEASE_PLZ_PRIVATE_KEY }} # <-- GitHub App private key secret name
3232
3333 - name : Checkout repository
34- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
34+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
3535 with :
3636 fetch-depth : 0
3737 token : ${{ steps.generate-token.outputs.token }}
Original file line number Diff line number Diff line change 6969 with :
7070 egress-policy : audit
7171
72- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
72+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
7373 with :
7474 submodules : recursive
7575 - name : Install cargo-dist
@@ -135,7 +135,7 @@ jobs:
135135 - name : enable windows longpaths
136136 run : |
137137 git config --global core.longpaths true
138- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
138+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
139139 with :
140140 submodules : recursive
141141 - uses : swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
@@ -208,7 +208,7 @@ jobs:
208208 with :
209209 egress-policy : audit
210210
211- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
211+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
212212 with :
213213 submodules : recursive
214214 - name : Install cached cargo-dist
@@ -264,7 +264,7 @@ jobs:
264264 with :
265265 egress-policy : audit
266266
267- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
267+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
268268 with :
269269 submodules : recursive
270270 - name : Install cached cargo-dist
@@ -331,6 +331,6 @@ jobs:
331331 with :
332332 egress-policy : audit
333333
334- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
334+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
335335 with :
336336 submodules : recursive
You can’t perform that action at this time.
0 commit comments