Skip to content
Merged
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
4e343ca
use zizmor
anthony-nhs Mar 28, 2026
1741809
more fixes
anthony-nhs Mar 30, 2026
ef03469
fix workflows
anthony-nhs Mar 30, 2026
bc651ab
run new checks
anthony-nhs Apr 1, 2026
720975a
Merge remote-tracking branch 'origin/main' into test_zizmor
anthony-nhs Apr 1, 2026
df02e82
fix it
anthony-nhs Apr 1, 2026
255be16
fix it
anthony-nhs Apr 1, 2026
ff3a0ce
comment out licence
anthony-nhs Apr 1, 2026
d2f50a9
suppress
anthony-nhs Apr 1, 2026
cf9ffd9
use published image
anthony-nhs Apr 1, 2026
a174012
Merge remote-tracking branch 'origin/main' into test_zizmor
anthony-nhs Apr 1, 2026
beb31fa
fix
anthony-nhs Apr 1, 2026
afe5c7d
remove 3 days
anthony-nhs Apr 1, 2026
2685c97
fix permissions
anthony-nhs Apr 1, 2026
2ce5b15
fix
anthony-nhs Apr 1, 2026
0d72662
more
anthony-nhs Apr 1, 2026
546fcd3
fix
anthony-nhs Apr 1, 2026
cc9305e
fix docs
anthony-nhs Apr 1, 2026
332f361
add zizmor
anthony-nhs Apr 1, 2026
e0dad28
copy grant config
anthony-nhs Apr 1, 2026
7abf7e3
copy zizmor
anthony-nhs Apr 1, 2026
56bba13
permissions to job level
anthony-nhs Apr 1, 2026
7607dfc
really tighten permissions
anthony-nhs Apr 1, 2026
525368d
copy zizmor
anthony-nhs Apr 1, 2026
41d3587
update readme
anthony-nhs Apr 1, 2026
9e5351b
update zizmor config
anthony-nhs Apr 1, 2026
e57ff56
explicit permissions
anthony-nhs Apr 1, 2026
5bc995b
more remove trivy
anthony-nhs Apr 1, 2026
364ced9
new devcontainer
anthony-nhs Apr 1, 2026
3fdc184
remove unneeded actions
anthony-nhs Apr 1, 2026
11d96f6
update readme
anthony-nhs Apr 2, 2026
7ae7e1b
fix
anthony-nhs Apr 2, 2026
ad9098f
Merge remote-tracking branch 'origin/main' into test_zizmor
anthony-nhs Apr 2, 2026
97a731e
debug
anthony-nhs Apr 2, 2026
aead0ee
more debug
anthony-nhs Apr 2, 2026
2c51ba1
even more debug
anthony-nhs Apr 2, 2026
9812406
scan a different way
anthony-nhs Apr 2, 2026
6a2b506
remove .
anthony-nhs Apr 2, 2026
909b981
no branch
anthony-nhs Apr 2, 2026
c856b02
show bad commit
anthony-nhs Apr 2, 2026
81f9b8a
remove bad
anthony-nhs Apr 2, 2026
37d91af
go back
anthony-nhs Apr 2, 2026
57625fe
revert changes to gitignore
anthony-nhs Apr 2, 2026
38d45e1
update
anthony-nhs Apr 2, 2026
8bb2b6a
Merge branch 'main' into test_zizmor
anthony-nhs Apr 2, 2026
f0c4e3c
ignore scripts
anthony-nhs Apr 7, 2026
f7edbcc
fix path
anthony-nhs Apr 7, 2026
f5e06c1
Merge remote-tracking branch 'origin/main' into update_ziz2
anthony-nhs Apr 7, 2026
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
2 changes: 1 addition & 1 deletion .github/workflows/tag-release-devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ jobs:
notes_dir="release_notes"
mkdir -p "$notes_dir"
note_file="$notes_dir/${VERSION_TAG}.md"
cp ../electronic-prescription-service-api/CHANGELOG.md "$note_file"
cp ../CHANGELOG.md "$note_file"

if [ ! -s "$note_file" ]; then
echo "Release notes are empty; skipping gh-pages update."
Expand Down
Loading