Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[NRL-1920] Fix gitleaks version in dailybuild workflow
  • Loading branch information
mattdean3-nhs committed Apr 14, 2026
commit 4fbdeb2bb84eec6b748e805ca30be199a61254db
2 changes: 1 addition & 1 deletion .github/workflows/daily-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Gitleaks secret scan
uses: gitleaks/gitleaks-action@ff98106e4c7b2bc287b24eaf42907196329070c7 # v2.3.9
env:
GITLEAKS_VERSION: v8.30.1
GITLEAKS_VERSION: 8.30.1
GITLEAKS_CONFIG: .gitleaks.toml
GITLEAKS_LICENSE: ${{ secrets.NHSAPP_GITLEAKS_LICENSE }}
Comment thread
mattdean3-nhs marked this conversation as resolved.

Expand Down
Loading