We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a30c91a commit 20e3d11Copy full SHA for 20e3d11
.github/workflows/release.yml
@@ -60,12 +60,7 @@ jobs:
60
tag_name: v0.0.1
61
name: v0.0.1
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
+ make_latest: ${{ env.IS_LATEST_RELEASE == 'true' && 'true' || 'false' }}
69
70
- name: Perform CodeQL Analysis
71
uses: github/codeql-action/analyze@v3
.secrets.baseline
@@ -3,7 +3,7 @@
3
"files": "go.sum|^.secrets.baseline$",
4
"lines": null
5
},
6
- "generated_at": "2025-05-07T05:32:38Z",
+ "generated_at": "2025-05-07T05:46:22Z",
7
"plugins_used": [
8
{
9
"name": "AWSKeyDetector"
0 commit comments