File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 6767 permissions :
6868 id-token : write # Required for OIDC token exchange
6969 steps :
70- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
70+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
7171 - name : Setup rust toolchain
7272 run : |
7373 rustup toolchain install stable
Original file line number Diff line number Diff line change 66 audit :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
9+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
1010 - uses : rustsec/audit-check@69366f33c96575abad1ee0dba8212993eecbe998 # v2.0.0
1111 with :
1212 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 88 security_audit :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
11+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
1212 - uses : rustsec/audit-check@69366f33c96575abad1ee0dba8212993eecbe998 # v2.0.0
1313 with :
1414 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1616 name : Check
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
19+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
2020 - name : Setup rust toolchain
2121 run : |
2222 rustup toolchain install stable --profile minimal
2828 name : Test Suite
2929 runs-on : ubuntu-latest
3030 steps :
31- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
31+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
3232 - name : Setup rust toolchain
3333 run : |
3434 rustup toolchain install stable --profile minimal
4444 name : Rustfmt
4545 runs-on : ubuntu-latest
4646 steps :
47- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
47+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
4848 - name : Setup rust toolchain
4949 run : |
5050 rustup toolchain install stable --profile minimal
5757 name : Clippy
5858 runs-on : ubuntu-latest
5959 steps :
60- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
60+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
6161 - name : Setup rust toolchain
6262 run : |
6363 rustup toolchain install stable --profile minimal
7070 name : Build Documentation
7171 runs-on : ubuntu-latest
7272 steps :
73- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
73+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
7474 with :
7575 persist-credentials : false
7676 - name : Rustup (nightly)
You can’t perform that action at this time.
0 commit comments