Skip to content

Commit

Permalink
refactor: change workflow name for vuln
Browse files Browse the repository at this point in the history
  • Loading branch information
gipo355 committed Jun 10, 2024
1 parent fe977c1 commit 2ccfa95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vulnerability-scans.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Gradle Check and Build Workflow
name: Vulnerability scans Workflow
on:
# WARN: secrets not available from pull_request forks
push:
Expand All @@ -21,7 +21,7 @@ jobs:
actions: read
contents: read
if: github.event.pull_request.draft == false
name: Lint and Build on Linux Job
name: Vulnerability scans Job
runs-on: ubuntu-latest
steps:
- name: Checkout sources Step
Expand Down

0 comments on commit 2ccfa95

Please sign in to comment.