Skip to content

Commit 8fe275d

Browse files
jd-apprenticeSergioRibera
authored andcommitted
fix: codeql + bye reusable workflow
1 parent 91027cb commit 8fe275d

File tree

2 files changed

+8
-42
lines changed

2 files changed

+8
-42
lines changed

.github/workflows/cargo-action.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/workflows/ci-cd.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ on:
1515

1616
jobs:
1717
quality-gate:
18+
permissions:
19+
contents: read
20+
1821
uses: RustLangES/.github/.github/workflows/quality-gate.yml@main
1922
with:
2023
runs-on: ubuntu-latest
@@ -32,9 +35,11 @@ jobs:
3235
steps:
3336

3437
- uses: actions/checkout@v4
35-
- uses: ./.github/workflows/cargo-action.yml
38+
- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af
39+
with:
40+
toolchain: stable
41+
42+
- uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505
3643
with:
37-
runs-on: ubuntu-latest
38-
name: cargo-action
3944
command: build
4045
args: "--release --all-features"

0 commit comments

Comments
 (0)