Skip to content

Commit 40c85d2

Browse files
Update github-actions (#67)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4e10f67 commit 40c85d2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
with:
2929
fetch-depth: 0
3030
- name: Setup Go
31-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
31+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
3232
with:
3333
go-version-file: ./go.mod
3434

3535
# Linting
3636
- name: Linting
37-
uses: golangci/golangci-lint-action@160a1d779cee256901ff3d68ef8ccc63ac8a04f8
37+
uses: golangci/golangci-lint-action@eab1d2f3d76f26c09e2ab8c957fe5bb64bf46b89
3838
with:
3939
version: latest
4040
args: --config=./.github/.golangci.yml ./...
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
fetch-depth: 0
6565
- name: Setup Go
66-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
66+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
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@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
99+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
100100
with:
101101
go-version-file: ./go.mod
102102

.github/workflows/scorecards.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
persist-credentials: false
4444

4545
- name: "Run analysis"
46-
uses: ossf/scorecard-action@6622d322b30ed8cdd77455e4af0bddb2b735325c
46+
uses: ossf/scorecard-action@83a1bb1ff6a010f9ab75ad12160fe70252c99b71
4747
with:
4848
results_file: results.sarif
4949
results_format: sarif

0 commit comments

Comments
 (0)