File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : ' Enforce License Compliance'
20
- uses : getsentry/action-enforce-license-compliance@main
20
+ uses : getsentry/action-enforce-license-compliance@4fae092d42cc91cdfa447eb5b0987cbecfdb07c6 # main
21
21
with :
22
22
fossa_api_key : ${{ secrets.FOSSA_API_KEY }}
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
15
15
16
16
steps :
17
17
- name : Checkout Code
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
19
19
20
20
- name : Install Cosign
21
-
21
+ uses : sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5.0
22
22
23
23
- name : Pin Trufflehog to a know good release
24
24
id : trufflehog_release
29
29
# echo "latest_tag_name=$LATEST_TAG_NAME" >> "$GITHUB_OUTPUT"
30
30
# echo "latest_release=$LATEST_RELEASE" >> "$GITHUB_OUTPUT"
31
31
run : |
32
- echo "latest_tag_name=v3.88.11 " >> "$GITHUB_OUTPUT"
33
- echo "latest_release=3.88.11 " >> "$GITHUB_OUTPUT"
32
+ echo "latest_tag_name=v3.88.20 " >> "$GITHUB_OUTPUT"
33
+ echo "latest_release=3.88.20 " >> "$GITHUB_OUTPUT"
34
34
35
35
- name : Download and verify TruffleHog release
36
36
run : |
You can’t perform that action at this time.
0 commit comments