We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91027cb commit 8fe275dCopy full SHA for 8fe275d
.github/workflows/cargo-action.yml
.github/workflows/ci-cd.yml
@@ -15,6 +15,9 @@ on:
15
16
jobs:
17
quality-gate:
18
+ permissions:
19
+ contents: read
20
+
21
uses: RustLangES/.github/.github/workflows/quality-gate.yml@main
22
with:
23
runs-on: ubuntu-latest
@@ -32,9 +35,11 @@ jobs:
32
35
steps:
33
36
34
37
- uses: actions/checkout@v4
- - uses: ./.github/workflows/cargo-action.yml
38
+ - uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af
39
+ with:
40
+ toolchain: stable
41
42
+ - uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505
43
- runs-on: ubuntu-latest
- name: cargo-action
44
command: build
45
args: "--release --all-features"
0 commit comments