File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
# Produces SBOM and CVE report
29
29
# Helps understand vulnerabilities / license compliance across third party dependencies
30
30
- id : sca-project
31
- uses : Kong/public-shared-actions/security-actions/sca@2f02738ecb1670f01391162e43fe3f5d4e7942a1 # v2.2.2
31
+ uses : Kong/public-shared-actions/security-actions/sca@a18abf762d6e2444bcbfd20de70451ea1e3bc1b1
32
32
with :
33
33
dir : ${{ github.repository }}
34
34
upload-sbom-release-assets : true
Original file line number Diff line number Diff line change 22
22
token : ${{ secrets.PAT_INSOMNIA_INFRA }}
23
23
24
24
- name : Configure Git user
25
- uses : Homebrew/actions/git-user-config@master
25
+ uses : Homebrew/actions/git-user-config@266845213695c3047d210b2e8fbc42ecdaf45802 # master
26
26
with :
27
27
username : ${{ (github.event_name == 'workflow_dispatch' && github.actor) || 'insomnia-infra' }}
28
28
48
48
git push origin master
49
49
50
50
- name : Create Tag and Release
51
- uses : ncipollo/release-action@v1
51
+ uses : ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1
52
52
id : core_tag_and_release
53
53
with :
54
54
tag : v${{ env.TAG }}
Original file line number Diff line number Diff line change 22
22
23
23
steps :
24
24
- uses : actions/checkout@v4
25
- - uses : Kong/public-shared-actions/security-actions/semgrep@bd3d75259607dd015bea3b3313123f53b80e9d7f
25
+ - uses : Kong/public-shared-actions/security-actions/semgrep@a18abf762d6e2444bcbfd20de70451ea1e3bc1b1
You can’t perform that action at this time.
0 commit comments