Skip to content

Commit 9cba00e

Browse files
Update github-actions (#35)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a923966 commit 9cba00e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
fetch-depth: 0
3030
- name: Setup Go
31-
uses: actions/setup-go@4ab57d7ea2fd0c9948210b2e0784e280674e7144
31+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
3232
with:
3333
go-version-file: ./go.mod
3434

@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
fetch-depth: 0
6565
- name: Setup Go
66-
uses: actions/setup-go@4ab57d7ea2fd0c9948210b2e0784e280674e7144
66+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
6767
with:
6868
go-version: ${{ matrix.go }}
6969

@@ -96,7 +96,7 @@ jobs:
9696
with:
9797
fetch-depth: 0
9898
- name: Setup Go
99-
uses: actions/setup-go@4ab57d7ea2fd0c9948210b2e0784e280674e7144
99+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
100100
with:
101101
go-version-file: ./go.mod
102102

.github/workflows/codeql.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ jobs:
3535

3636
# Initializes the CodeQL tools for scanning.
3737
- name: Initialize CodeQL
38-
uses: github/codeql-action/init@9b7c22c3b39078582fa6d0d8f3841e944ec54582
38+
uses: github/codeql-action/init@79e9a50e51439bd8fd234c77d9eb659839d10a61
3939
with:
4040
languages: go
4141

4242
- name: Autobuild
43-
uses: github/codeql-action/autobuild@9b7c22c3b39078582fa6d0d8f3841e944ec54582
43+
uses: github/codeql-action/autobuild@79e9a50e51439bd8fd234c77d9eb659839d10a61
4444

4545
- name: Perform CodeQL Analysis
46-
uses: github/codeql-action/analyze@9b7c22c3b39078582fa6d0d8f3841e944ec54582
46+
uses: github/codeql-action/analyze@79e9a50e51439bd8fd234c77d9eb659839d10a61

.github/workflows/scorecards.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ jobs:
6969

7070
# required for Code scanning alerts
7171
- name: "Upload SARIF results to code scanning"
72-
uses: github/codeql-action/upload-sarif@9b7c22c3b39078582fa6d0d8f3841e944ec54582
72+
uses: github/codeql-action/upload-sarif@79e9a50e51439bd8fd234c77d9eb659839d10a61
7373
with:
7474
sarif_file: results.sarif

0 commit comments

Comments
 (0)