File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 # See https://goreleaser.com/blog/supply-chain-security/
2929 - name : installs syft for generating the SBOM with goreleaser
3030 if : " ${{ inputs.goreleaser == 'true' }}"
31- uses : anchore/sbom-action/download-syft@fbfd9c6c189226748411491745178e0c2017392d # v0.20.10
31+ uses : anchore/sbom-action/download-syft@43a17d6e7add2b5535efe4dcae9952337c479a93 # v0.20.11
Original file line number Diff line number Diff line change 1818 private-key : ${{ secrets.OBS_AUTOMATION_APP_PEM }}
1919 permission-organization-projects : write
2020 permission-issues : read
21- - uses : octokit/graphql-action@abaeca7ba4f0325d63b8de7ef943c2418d161b93 # v2.x
21+ - uses : octokit/graphql-action@ddde8ebb2493e79f390e6449c725c21663a67505 # v2.x
2222 id : add_to_project
2323 with :
2424 query : |
3636 env :
3737 PROJECT_ID : " PVT_kwDOAGc3Zs0VSg"
3838 GITHUB_TOKEN : ${{ steps.get_token.outputs.token }}
39- - uses : octokit/graphql-action@abaeca7ba4f0325d63b8de7ef943c2418d161b93 # v2.x
39+ - uses : octokit/graphql-action@ddde8ebb2493e79f390e6449c725c21663a67505 # v2.x
4040 id : label_team
4141 with :
4242 query : |
Original file line number Diff line number Diff line change 1919 private-key : ${{ secrets.OBS_AUTOMATION_APP_PEM }}
2020 permission-organization-projects : write
2121 permission-issues : read
22- - uses : octokit/graphql-action@abaeca7ba4f0325d63b8de7ef943c2418d161b93 # v2.x
22+ - uses : octokit/graphql-action@ddde8ebb2493e79f390e6449c725c21663a67505 # v2.x
2323 id : add_to_project
2424 with :
2525 query : |
Original file line number Diff line number Diff line change 5353 run : make release
5454
5555 # Store artifacts to help with troubleshooting
56- - uses : actions/upload-artifact@v5
56+ - uses : actions/upload-artifact@v6
5757 if : always()
5858 with :
5959 name : release
Original file line number Diff line number Diff line change 5151 - name : Build
5252 run : make dist
5353
54- - uses : actions/upload-artifact@v5
54+ - uses : actions/upload-artifact@v6
5555 if : always()
5656 with :
5757 name : snapshots
You can’t perform that action at this time.
0 commit comments