Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/setup-go/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
# For libraries then we use the latest patch version of the minor go version.
# This should not be used for services.
- name: Split version code
uses: xom9ikk/split@10ba6c9f71c5953bc304e21781213e933b043891 #v1.1
uses: step-security/split-strings@d2212424ae73f4709b3a56faaf96ea42d189102f # v1.0.1
id: split
with:
string: ${{ steps.go-version.outputs.go-mod-version }}
Expand Down
Loading