File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 53
53
- run : pip install -r requirements.txt
54
54
55
55
- name : Setup Flux CLI
56
- uses : fluxcd/flux2/action@8d5f40dca5aa5d3c0fc3414457dda15a0ac92fa4 # v2.5.1
56
+ uses : fluxcd/flux2/action@4c66d375454b5841cc816e7728e8ae684cf70dc3 # v2.6.0
57
57
58
58
- name : Install kubectl
59
59
run : |
@@ -151,7 +151,7 @@ jobs:
151
151
152
152
- name : Publish test report
153
153
id : test_summary
154
- uses : mikepenz/action-junit-report@cf701569b05ccdd861a76b8607a66d76f6fd4857 # v5.5.1
154
+ uses : mikepenz/action-junit-report@65fe03598d8d251738592a497a9e8547a5c48eaa # v5.6.0
155
155
if : success() || failure()
156
156
with :
157
157
report_paths : test-results/junit_test_report.xml
Original file line number Diff line number Diff line change 49
49
with :
50
50
go-version-file : go.mod
51
51
- name : Setup Flux CLI
52
- uses : fluxcd/flux2/action@8d5f40dca5aa5d3c0fc3414457dda15a0ac92fa4 # v2.5.1
52
+ uses : fluxcd/flux2/action@4c66d375454b5841cc816e7728e8ae684cf70dc3 # v2.6.0
53
53
- run : make unit-tests
54
54
55
55
ci-static :
Original file line number Diff line number Diff line change 83
83
84
84
- name : Build Changelog
85
85
id : github_release
86
- uses : mikepenz/release-changelog-builder-action@e92187bd633e680ebfdd15961a7c30b2d097e7ad # v5.3.0
86
+ uses : mikepenz/release-changelog-builder-action@5fb6e51e44d4aea73f66549f425aa3ed5008109e # v5.3.1
87
87
with :
88
88
configuration : " ${{ github.workspace }}/.github/changelog/changelog_configuration.json"
89
89
ignorePreReleases : true
You can’t perform that action at this time.
0 commit comments