Skip to content

Commit 4c39c8e

Browse files
Update github-actions (#41)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5c2e14d commit 4c39c8e

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/ci.yml

+5-5
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@692973e3d937129bcbf40652eb9f2f61becf3332
27+
uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08
2828
with:
2929
fetch-depth: 0
3030
- name: Setup Go
@@ -34,7 +34,7 @@ jobs:
3434

3535
# Linting
3636
- name: Linting
37-
uses: golangci/golangci-lint-action@9ec89731c3231147ae014c73448ce9a7240d661b
37+
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86
3838
with:
3939
version: latest
4040
args: --config=./.github/.golangci.yml ./...
@@ -59,7 +59,7 @@ jobs:
5959
sum.golang.org:443
6060
6161
- name: Checkout repo
62-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
62+
uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08
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@692973e3d937129bcbf40652eb9f2f61becf3332
95+
uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08
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@6f75c27045d2e068673192a87c7e9c3eebf59b2a
109+
uses: codecov/codecov-action@922d8d7b314a529f2be903c1e79ee8283c492863
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@692973e3d937129bcbf40652eb9f2f61becf3332
34+
uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08
3535

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

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

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

.github/workflows/scorecards.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838
www.bestpractices.dev:443
3939
4040
- name: "Checkout code"
41-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
41+
uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08
4242
with:
4343
persist-credentials: false
4444

4545
- name: "Run analysis"
46-
uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46
46+
uses: ossf/scorecard-action@da912321c221fa09cefe31859ceaad00353c14f5
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@aa96d09e166ab0ac8dc304d5ca5e5a7296ed6dd6
72+
uses: github/codeql-action/upload-sarif@5cdd182212d3c2e1b78ee867e1dc499ddc60c0eb
7373
with:
7474
sarif_file: results.sarif

0 commit comments

Comments
 (0)