Skip to content

Commit 58c8e84

Browse files
Update github-actions (#50)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 310e303 commit 58c8e84

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
raw.githubusercontent.com:443
2525
2626
- name: Checkout repo
27-
uses: actions/checkout@2d7d9f7ff5b310f983d059b68785b3c74d8b8edd
27+
uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc
2828
with:
2929
fetch-depth: 0
3030
- name: Setup Go
@@ -59,7 +59,7 @@ jobs:
5959
sum.golang.org:443
6060
6161
- name: Checkout repo
62-
uses: actions/checkout@2d7d9f7ff5b310f983d059b68785b3c74d8b8edd
62+
uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc
6363
with:
6464
fetch-depth: 0
6565
- name: Setup Go
@@ -92,7 +92,7 @@ jobs:
9292
storage.googleapis.com:443
9393
9494
- name: Checkout repo
95-
uses: actions/checkout@2d7d9f7ff5b310f983d059b68785b3c74d8b8edd
95+
uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc
9696
with:
9797
fetch-depth: 0
9898
- name: Setup Go
@@ -106,7 +106,7 @@ jobs:
106106

107107
# Codecov
108108
- name: Codecov
109-
uses: codecov/codecov-action@4b21c320b5517fc6ffd4406a28e66325c721dc20
109+
uses: codecov/codecov-action@8bacbcdafc25d23d7ccbf06e9aaf78c95a290f21
110110
env:
111111
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
112112
with:

.github/workflows/codeql.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ jobs:
3131
api.github.com:443 github.com:443 objects.githubusercontent.com:443 proxy.golang.org:443 storage.googleapis.com:443 sum.golang.org:443 uploads.github.com:443
3232
3333
- name: Checkout repository
34-
uses: actions/checkout@2d7d9f7ff5b310f983d059b68785b3c74d8b8edd
34+
uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc
3535

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

4242
- name: Autobuild
43-
uses: github/codeql-action/autobuild@889597e41d183636b55d03e1a49c44753c626a2e
43+
uses: github/codeql-action/autobuild@d8b1697e9a833a1f8cd88c642a6bd8685d3ee856
4444

4545
- name: Perform CodeQL Analysis
46-
uses: github/codeql-action/analyze@889597e41d183636b55d03e1a49c44753c626a2e
46+
uses: github/codeql-action/analyze@d8b1697e9a833a1f8cd88c642a6bd8685d3ee856

.github/workflows/scorecards.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
www.bestpractices.dev:443
3939
4040
- name: "Checkout code"
41-
uses: actions/checkout@2d7d9f7ff5b310f983d059b68785b3c74d8b8edd
41+
uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc
4242
with:
4343
persist-credentials: false
4444

@@ -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@889597e41d183636b55d03e1a49c44753c626a2e
72+
uses: github/codeql-action/upload-sarif@d8b1697e9a833a1f8cd88c642a6bd8685d3ee856
7373
with:
7474
sarif_file: results.sarif

0 commit comments

Comments
 (0)