Skip to content

Commit

Permalink
Better name for update
Browse files Browse the repository at this point in the history
  • Loading branch information
ivvist committed Sep 28, 2023
1 parent 2546a8e commit 1c74c15
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .github/workflows/ci-extrachecks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Merge PR

on: workflow_call

jobs:
build:
runs-on: ubuntu-latest

steps:

- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 'stable'

- name: Vulnerability management
run: |
go install golang.org/x/vuln/cmd/govulncheck@latest
govulncheck ./...
5 changes: 4 additions & 1 deletion .github/workflows/ci_reuse_go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:
short_test:
required: false
type: string
commit_name:
required: false
type: string
secrets:
reporeading_token:
required: true
Expand Down Expand Up @@ -84,6 +87,6 @@ jobs:
with:
directory: ../../${{ github.event.repository.name }}/airs-bp3
repository: untillpro/airs-bp3
message: "update voedger dependency"
message: "update voedger dependency '${{ inputs.commit_name }}'"
branch: "main"
github_token: ${{ secrets.personal_token }}

0 comments on commit 1c74c15

Please sign in to comment.