Skip to content

Commit b801880

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

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
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@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
31+
uses: actions/setup-go@b26d40294f8ad76fcc90b915dac85892322fe62d
3232
with:
3333
go-version-file: ./go.mod
3434

3535
# Linting
3636
- name: Linting
37-
uses: golangci/golangci-lint-action@0ad4b724048089dc46bb90eddab6dbbcb4fe49a2
37+
uses: golangci/golangci-lint-action@cb36b7b064e48e277c8873c559e758f67ec455b1
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@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
66+
uses: actions/setup-go@b26d40294f8ad76fcc90b915dac85892322fe62d
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@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
99+
uses: actions/setup-go@b26d40294f8ad76fcc90b915dac85892322fe62d
100100
with:
101101
go-version-file: ./go.mod
102102

@@ -106,7 +106,7 @@ jobs:
106106

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

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
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@a895f2e1b5e62f11af85a45bee736f4e3901a87e
38+
uses: github/codeql-action/init@821ab42c90a42d1d5cd3241930dff56a7c7dcfb2
3939
with:
4040
languages: go
4141

4242
- name: Autobuild
43-
uses: github/codeql-action/autobuild@a895f2e1b5e62f11af85a45bee736f4e3901a87e
43+
uses: github/codeql-action/autobuild@821ab42c90a42d1d5cd3241930dff56a7c7dcfb2
4444

4545
- name: Perform CodeQL Analysis
46-
uses: github/codeql-action/analyze@a895f2e1b5e62f11af85a45bee736f4e3901a87e
46+
uses: github/codeql-action/analyze@821ab42c90a42d1d5cd3241930dff56a7c7dcfb2

.github/workflows/scorecards.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ jobs:
6161
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6262
# format to the repository Actions tab.
6363
- name: "Upload artifact"
64-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
64+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
6565
with:
6666
name: SARIF file
6767
path: results.sarif
6868
retention-days: 5
6969

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

0 commit comments

Comments
 (0)