File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 run : |
5353 cargo fmt --all
5454
55- - uses : tombi-toml/setup-tombi@aa99b34ddc84bea509c234ee13a5acc08d4dff46 # v1.2.7
55+ - uses : tombi-toml/setup-tombi@23af0f0e4fcad609f048a37fb312714cd6b07741 # v1.4.0
5656 env :
5757 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5858
Original file line number Diff line number Diff line change 7070 sudo apt-get install -y musl-tools
7171
7272 - name : Install cargo-audit
73- uses : taiki-e/install-action@6c6fd71fe4fb72c3697d269963d0e15df8adedad # v2.85.10
73+ uses : taiki-e/install-action@82cd3e7658a6f96c86c0234aeeda1748937cb0a1 # v2.85.13
7474 if : matrix.code-target == 'linux-x64-musl'
7575 with :
7676 tool : cargo-audit
Original file line number Diff line number Diff line change 3535 - name : Run rustfmt
3636 run : |
3737 cargo fmt --all --verbose -- --check
38- - uses : tombi-toml/setup-tombi@aa99b34ddc84bea509c234ee13a5acc08d4dff46 # v1.2.7
38+ - uses : tombi-toml/setup-tombi@23af0f0e4fcad609f048a37fb312714cd6b07741 # v1.4.0
3939 env :
4040 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4141 - name : Format TOML files
8383 - name : Checkout repository
8484 uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
8585 - name : Install cargo-deny
86- uses : taiki-e/install-action@6c6fd71fe4fb72c3697d269963d0e15df8adedad # v2.85.10
86+ uses : taiki-e/install-action@82cd3e7658a6f96c86c0234aeeda1748937cb0a1 # v2.85.13
8787 with :
8888 tool : cargo-deny
8989 - run : cargo deny check bans
Original file line number Diff line number Diff line change 6565 sudo apt-get install -y musl-tools
6666
6767 - name : Install cargo-audit
68- uses : taiki-e/install-action@6c6fd71fe4fb72c3697d269963d0e15df8adedad # v2.85.10
68+ uses : taiki-e/install-action@82cd3e7658a6f96c86c0234aeeda1748937cb0a1 # v2.85.13
6969 if : matrix.code-target == 'linux-x64-musl'
7070 with :
7171 tool : cargo-audit
Original file line number Diff line number Diff line change 8080 - name : Checkout PR Branch
8181 uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
8282 - name : Install cargo-deny
83- uses : taiki-e/install-action@6c6fd71fe4fb72c3697d269963d0e15df8adedad # v2.85.10
83+ uses : taiki-e/install-action@82cd3e7658a6f96c86c0234aeeda1748937cb0a1 # v2.85.13
8484 with :
8585 tool : cargo-deny
8686 - run : cargo deny check bans
Original file line number Diff line number Diff line change 9191 sudo apt-get install -y musl-tools
9292
9393 - name : Install cargo-audit
94- uses : taiki-e/install-action@6c6fd71fe4fb72c3697d269963d0e15df8adedad # v2.85.10
94+ uses : taiki-e/install-action@82cd3e7658a6f96c86c0234aeeda1748937cb0a1 # v2.85.13
9595 if : matrix.code-target == 'linux-x64-musl'
9696 with :
9797 tool : cargo-audit
You can’t perform that action at this time.
0 commit comments