File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 60
60
tag_name : v0.0.1
61
61
name : v0.0.1
62
62
body : CSR generated with SHA1 is not supported to get certs using Metadata.
63
-
64
- - name : Label Release as Latest (if enabled)
65
- if : ${{ env.IS_LATEST_RELEASE == 'true' }}
66
- run : |
67
- # Tag the release as 'latest' if IS_LATEST is true
68
- gh release edit ${{ github.ref }} --add-label latest
63
+ make_latest : ${{ env.IS_LATEST_RELEASE == 'true' && 'true' || 'false' }}
69
64
70
65
- name : Perform CodeQL Analysis
71
66
uses : github/codeql-action/analyze@v3
Original file line number Diff line number Diff line change 3
3
"files": "go.sum|^.secrets.baseline$",
4
4
"lines": null
5
5
},
6
- "generated_at": "2025-05-07T05:32:38Z ",
6
+ "generated_at": "2025-05-07T05:46:22Z ",
7
7
"plugins_used": [
8
8
{
9
9
"name": "AWSKeyDetector"
You can’t perform that action at this time.
0 commit comments