We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09c490e commit 1e4ca59Copy full SHA for 1e4ca59
.github/workflows/ci.yml
@@ -87,13 +87,11 @@ jobs:
87
runs-on: ubuntu-22.04
88
steps:
89
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
90
- with:
91
- fetch-depth: '0'
92
93
- uses: ./.github/workflows/vulncheck.yml
94
with:
95
go-version-input: '1.24.10'
96
- targetBranch: 'main'
+ targetBranch: ${{ github.ref_name }}
97
98
unit-test:
99
name: Unit Tests
.github/workflows/vulncheck.yml
@@ -1,7 +1,5 @@
1
name: vulncheck.yaml
2
on:
3
- schedule:
4
- - cron: "0 0 * * *" # daily at midnight UTC
5
workflow_call:
6
inputs:
7
go-version-input:
0 commit comments