We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c0944b commit d3be853Copy full SHA for d3be853
2 files changed
.github/workflows/shared-codeql.yaml
@@ -105,7 +105,7 @@ jobs:
105
106
- name: Set up Go
107
if: inputs.go-check == true
108
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
+ uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
109
with:
110
go-version: ${{ matrix.go-version }}
111
workflows/e2e/action.yaml
@@ -38,7 +38,7 @@ runs:
38
repository: cloudoperators/greenhouse
39
40
41
42
43
go-version-file: 'go.mod'
44
0 commit comments