File tree Expand file tree Collapse file tree 4 files changed +21
-15
lines changed
Expand file tree Collapse file tree 4 files changed +21
-15
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ permissions:
1919 pull-requests : write
2020
2121env :
22- BUF_VERSION : " 1.50 .0"
22+ BUF_VERSION : " 1.61 .0"
2323
2424jobs :
2525 build :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : gitleaks
2+ on :
3+ pull_request :
4+ push :
5+ workflow_dispatch :
6+ schedule :
7+ - cron : " 0 4 * * *" # run once a day at 4 AM
8+ jobs :
9+ scan :
10+ name : gitleaks
11+ runs-on : ubuntu-latest
12+ steps :
13+ - uses : actions/checkout@v6
14+ with :
15+ fetch-depth : 0
16+ - uses : gitleaks/gitleaks-action@v2
17+ env :
18+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
19+ GITLEAKS_LICENSE : ${{ secrets.GITLEAKS_LICENSE }}
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ EXT_DIR := ${PWD}/.ext
1515EXT_BIN_DIR := ${EXT_DIR}/bin
1616EXT_TMP_DIR := ${EXT_DIR}/tmp
1717
18- SVU_VER := 3.3.0
18+ SVU_VER := 3.3.0
1919BUF_VER := 1.61.0
2020
2121PROJECT := directory
You can’t perform that action at this time.
0 commit comments