We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c12810f commit 322dbedCopy full SHA for 322dbed
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
@@ -41,7 +41,7 @@ runs:
41
repository: cloudoperators/greenhouse
42
43
44
45
46
go-version-file: 'go.mod'
47
0 commit comments