File tree Expand file tree Collapse file tree 7 files changed +22
-22
lines changed
Expand file tree Collapse file tree 7 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 4949 rust : nightly
5050 debug_info : off
5151 steps :
52- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
52+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5353 with :
5454 persist-credentials : false
5555 - name : Install Rust
6767 echo "# Ld"
6868 ld -v
6969 - name : Install cross
70- uses : taiki-e/install-action@0e76c5c569f13f7eb21e8e5b26fe710062b57b62 # v2.65.13
70+ uses : taiki-e/install-action@90b40388b8931b1c39e248959515e295e02e9066 # v2.67.7
7171 with :
7272 tool : cross@latest
7373 # Cache doesn't work when cross compiling anyway.
@@ -129,7 +129,7 @@ jobs:
129129 - features : --all-features
130130 rust : nightly
131131 steps :
132- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
132+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
133133 with :
134134 persist-credentials : false
135135 - name : Install Rust
@@ -156,7 +156,7 @@ jobs:
156156 runs-on : ubuntu-24.04
157157 needs : modern-default
158158 steps :
159- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
159+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
160160 with :
161161 persist-credentials : false
162162 - uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
@@ -174,7 +174,7 @@ jobs:
174174 podman --version
175175 - name : Cache podman image
176176 id : cache-podman
177- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
177+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
178178 with :
179179 path : |
180180 ~/podman_cache
Original file line number Diff line number Diff line change 4646 permissions :
4747 contents : write
4848 steps :
49- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
49+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5050 with :
5151 persist-credentials : false
5252 - name : Setup Rust
@@ -94,12 +94,12 @@ jobs:
9494 timeout-minutes : 60
9595 steps :
9696 - name : Checkout repository
97- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
97+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9898 with :
9999 persist-credentials : false
100100 - name : Install Rust toolchain
101101 uses : dtolnay/rust-toolchain@stable
102- - uses : taiki-e/install-action@0e76c5c569f13f7eb21e8e5b26fe710062b57b62 # v2.65.13
102+ - uses : taiki-e/install-action@90b40388b8931b1c39e248959515e295e02e9066 # v2.67.7
103103 with :
104104 tool : cross@latest
105105 - uses : taiki-e/upload-rust-binary-action@3962470d6e7f1993108411bc3f75a135ec67fc8c # v1.27.0
@@ -121,7 +121,7 @@ jobs:
121121 upload-aur :
122122 runs-on : ubuntu-latest
123123 steps :
124- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
124+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
125125 with :
126126 persist-credentials : false
127127 - name : Get AUR repo
Original file line number Diff line number Diff line change 1515 security-events : write
1616 steps :
1717 - name : Checkout code
18- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
18+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919 with :
2020 persist-credentials : false
2121
4141 continue-on-error : true
4242
4343 - name : Upload analysis results to GitHub
44- uses : github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v3.29.5
44+ uses : github/codeql-action/upload-sarif@19b2f06db2b6f5108140aeb04014ef02b648f789 # v3.29.5
4545 with :
4646 sarif_file : rust-clippy-results.sarif
4747 wait-for-processing : true
5353 name : Rustfmt
5454 runs-on : ubuntu-latest
5555 steps :
56- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
56+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5757 with :
5858 persist-credentials : false
5959 - name : Install Rust
6363 cargo-deny :
6464 runs-on : ubuntu-latest
6565 steps :
66- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
66+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6767 with :
6868 persist-credentials : false
6969
8282 cargo-about :
8383 runs-on : ubuntu-latest
8484 steps :
85- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
85+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8686 with :
8787 persist-credentials : false
8888
@@ -101,7 +101,7 @@ jobs:
101101 cargo-hakari :
102102 runs-on : ubuntu-latest
103103 steps :
104- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
104+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
105105 with :
106106 persist-credentials : false
107107
Original file line number Diff line number Diff line change 1111 name : Mdbook test
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
14+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1515 with :
1616 persist-credentials : false
1717 - name : Install Rust
Original file line number Diff line number Diff line change 3333 permissions :
3434 contents : write
3535 steps :
36- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
36+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3737 with :
3838 # Shallow checkouts don't work for merging, so pull in enough history to likely work
3939 fetch-depth : 75
Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ jobs:
2222 contents : write
2323 steps :
2424 - name : Checkout repository
25- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
25+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2626 with :
2727 persist-credentials : true
2828 fetch-depth : 0
2929 token : ${{ secrets.GH_PAT }}
3030 - name : Install Rust toolchain
3131 uses : dtolnay/rust-toolchain@stable
3232 - name : Run release-plz
33- uses : release-plz/action@487eb7b5c085a664d5c5ca05f4159bd9b591182a # v0.5.120
33+ uses : release-plz/action@e592230ad39e3ec735402572601fc621aa24355c # v0.5.124
3434 with :
3535 command : release
3636 env :
@@ -50,15 +50,15 @@ jobs:
5050 cancel-in-progress : false
5151 steps :
5252 - name : Checkout repository
53- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
53+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5454 with :
5555 persist-credentials : true
5656 fetch-depth : 0
5757 token : ${{ secrets.GH_PAT }}
5858 - name : Install Rust toolchain
5959 uses : dtolnay/rust-toolchain@stable
6060 - name : Run release-plz
61- uses : release-plz/action@487eb7b5c085a664d5c5ca05f4159bd9b591182a # v0.5.120
61+ uses : release-plz/action@e592230ad39e3ec735402572601fc621aa24355c # v0.5.124
6262 with :
6363 command : release-pr
6464 env :
Original file line number Diff line number Diff line change 1818 pages : write # To push to a GitHub Pages site
1919 id-token : write # To update the deployment status
2020 steps :
21- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
21+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2222 with :
2323 persist-credentials : false
2424 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments