We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a2e1fe commit 6df1520Copy full SHA for 6df1520
.github/workflows/release.yml
@@ -131,20 +131,15 @@ jobs:
131
132
static-analysis:
133
needs: prepare-release
134
- environment: release
135
name: "Run Static Analysis"
136
- runs-on: ubuntu-latest
+ uses: ./.github/workflows/static-analysis.yml
+ with:
137
+ ref: refs/tags/${{ inputs.version }}
138
permissions:
139
security-events: read
140
id-token: write
141
contents: write
142
- steps:
143
- - name: "Run static analysis"
144
- uses: ./.github/workflows/static-analysis.yml
145
- with:
146
- ref: refs/tags/${{ inputs.version }}
147
-
148
publish-ssdlc-assets:
149
needs: static-analysis
150
environment: release
0 commit comments