Skip to content

Commit fd68da8

Browse files
committed
fix: job name
1 parent dfa92e0 commit fd68da8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/rust-sbom.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# More details at https://github.com/rust-lang/rust-clippy
88
# and https://rust-lang.github.io/rust-clippy/
99

10-
name: rust-sonarqube analyze
10+
name: rust-sbom gen
1111

1212
on:
1313
push:
@@ -22,7 +22,7 @@ on:
2222
- cron: "50 23 * * *"
2323

2424
jobs:
25-
rust-clippy-analyze:
25+
rust-sbom:
2626
name: Run rust-clippy analyzing
2727
runs-on: ubuntu-latest
2828
permissions:

.github/workflows/rust-sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
- cron: "50 23 * * *"
2222

2323
jobs:
24-
rust-clippy-analyze:
24+
rust-sonar-analyze:
2525
name: Run rust-clippy analyzing
2626
runs-on: ubuntu-latest
2727
permissions:

0 commit comments

Comments
 (0)