This is an automated email from the ASF dual-hosted git repository.
sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push:
new f1ffc4c chore(jobname): rename build step in sast.yaml
f1ffc4c is described below
commit f1ffc4cff2759ac68f2f51ab68fce3494dd861b0
Author: Sebastian Rühl <[email protected]>
AuthorDate: Thu Jan 6 11:24:11 2022 +0100
chore(jobname): rename build step in sast.yaml
---
.github/workflows/sast.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/sast.yaml b/.github/workflows/sast.yaml
index b62c629..5fbc373 100644
--- a/.github/workflows/sast.yaml
+++ b/.github/workflows/sast.yaml
@@ -25,7 +25,7 @@ on:
pull_request:
jobs:
build:
- name: Build
+ name: Trivy Scan
runs-on: ubuntu-18.04
steps:
- name: Checkout code