Skip to content

Commit 67a129d

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

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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@dca8468d37b6d090cde2c7b97b738a37134f5ffb
31+
uses: actions/setup-go@bb65d8857b81c74a671e81f935d3362a5d718e2f
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@dca8468d37b6d090cde2c7b97b738a37134f5ffb
66+
uses: actions/setup-go@bb65d8857b81c74a671e81f935d3362a5d718e2f
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@dca8468d37b6d090cde2c7b97b738a37134f5ffb
99+
uses: actions/setup-go@bb65d8857b81c74a671e81f935d3362a5d718e2f
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@f843d94177a3bba7c0d0366e9bb9ff7de65547a9
38+
uses: github/codeql-action/init@5eb3ed6614230b1931d5c08df9e096e4ba524f21
3939
with:
4040
languages: go
4141

4242
- name: Autobuild
43-
uses: github/codeql-action/autobuild@f843d94177a3bba7c0d0366e9bb9ff7de65547a9
43+
uses: github/codeql-action/autobuild@5eb3ed6614230b1931d5c08df9e096e4ba524f21
4444

4545
- name: Perform CodeQL Analysis
46-
uses: github/codeql-action/analyze@f843d94177a3bba7c0d0366e9bb9ff7de65547a9
46+
uses: github/codeql-action/analyze@5eb3ed6614230b1931d5c08df9e096e4ba524f21

.github/workflows/scorecards.yml

+2-2
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@de386ed459e2f85111697f50fe076d0ea617a32f
46+
uses: ossf/scorecard-action@18cc9b81307fc5ab3c2cd7092955f06dcfdf8c42
4747
with:
4848
results_file: results.sarif
4949
results_format: sarif
@@ -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@f843d94177a3bba7c0d0366e9bb9ff7de65547a9
72+
uses: github/codeql-action/upload-sarif@5eb3ed6614230b1931d5c08df9e096e4ba524f21
7373
with:
7474
sarif_file: results.sarif

0 commit comments

Comments
 (0)