Skip to content

Commit 85710e3

Browse files
authored
Merge pull request #444 from crossplane/renovate/all-non-major-github-action
Update all non-major github action
2 parents f0f7368 + b14b5f0 commit 85710e3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
submodules: true
2525

2626
- name: Setup Go
27-
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4
27+
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4
2828
with:
2929
go-version: ${{ env.GO_VERSION }}
3030

@@ -78,7 +78,7 @@ jobs:
7878
submodules: true
7979

8080
- name: Setup Go
81-
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4
81+
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4
8282
with:
8383
go-version: ${{ env.GO_VERSION }}
8484

@@ -124,7 +124,7 @@ jobs:
124124
submodules: true
125125

126126
- name: Setup Go
127-
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4
127+
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4
128128
with:
129129
go-version: ${{ env.GO_VERSION }}
130130

@@ -150,12 +150,12 @@ jobs:
150150
run: make vendor vendor.check
151151

152152
- name: Initialize CodeQL
153-
uses: github/codeql-action/init@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2
153+
uses: github/codeql-action/init@0225834cc549ee0ca93cb085b92954821a145866 # v2
154154
with:
155155
languages: go
156156

157157
- name: Perform CodeQL Analysis
158-
uses: github/codeql-action/analyze@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2
158+
uses: github/codeql-action/analyze@0225834cc549ee0ca93cb085b92954821a145866 # v2
159159

160160
trivy-scan-fs:
161161
runs-on: ubuntu-22.04
@@ -192,7 +192,7 @@ jobs:
192192
run: git fetch --prune --unshallow
193193

194194
- name: Setup Go
195-
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4
195+
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4
196196
with:
197197
go-version: ${{ env.GO_VERSION }}
198198

@@ -221,7 +221,7 @@ jobs:
221221
run: make -j2 test
222222

223223
- name: Publish Unit Test Coverage
224-
uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 # v3
224+
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3
225225
with:
226226
flags: unittests
227227
file: _output/tests/linux_amd64/coverage.txt

0 commit comments

Comments
 (0)