Skip to content

Commit

Permalink
ci: pin version of setup-go action to v5.3.0 digest (latest)
Browse files Browse the repository at this point in the history
Signed-off-by: falcorocks <[email protected]>
  • Loading branch information
falcorocks committed Feb 13, 2025
1 parent 9b556b9 commit ea633a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-schema-policy-controller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
persist-credentials: false
- name: setup go
uses: actions/setup-go@v5
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0

- name: install helm-schema
run: go install github.com/dadav/helm-schema/cmd/helm-schema@latest
Expand Down

0 comments on commit ea633a6

Please sign in to comment.