Skip to content

Commit cb04a22

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

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
@@ -34,7 +34,7 @@ jobs:
3434

3535
# Linting
3636
- name: Linting
37-
uses: golangci/golangci-lint-action@eab1d2f3d76f26c09e2ab8c957fe5bb64bf46b89
37+
uses: golangci/golangci-lint-action@0e1fd32b0c0584f0d28eec08848dfd2bf6a909d9
3838
with:
3939
version: latest
4040
args: --config=./.github/.golangci.yml ./...
@@ -106,15 +106,15 @@ jobs:
106106

107107
# Codecov
108108
- name: Codecov
109-
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a
109+
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e
110110
env:
111111
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
112112
with:
113113
file: .github/coverage.out
114114

115115
# Sonar
116116
- name: SonarCloud Scan
117-
uses: SonarSource/sonarcloud-github-action@9f9bba2c7aaf7a55eac26abbac906c3021d211b2
117+
uses: SonarSource/sonarcloud-github-action@02ef91109b2d589e757aefcfb2854c2783fd7b19
118118
env:
119119
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
120120
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

.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@3d3d628990a5f99229dd9fa1821cc5a4f31b613b
38+
uses: github/codeql-action/init@6f9e628e6f9a18c785dd746325ba455111df1b67
3939
with:
4040
languages: go
4141

4242
- name: Autobuild
43-
uses: github/codeql-action/autobuild@3d3d628990a5f99229dd9fa1821cc5a4f31b613b
43+
uses: github/codeql-action/autobuild@6f9e628e6f9a18c785dd746325ba455111df1b67
4444

4545
- name: Perform CodeQL Analysis
46-
uses: github/codeql-action/analyze@3d3d628990a5f99229dd9fa1821cc5a4f31b613b
46+
uses: github/codeql-action/analyze@6f9e628e6f9a18c785dd746325ba455111df1b67

.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@83a1bb1ff6a010f9ab75ad12160fe70252c99b71
46+
uses: ossf/scorecard-action@7f596de0a35b89e5d6ae8db543f0edf6637b798c
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@3d3d628990a5f99229dd9fa1821cc5a4f31b613b
72+
uses: github/codeql-action/upload-sarif@6f9e628e6f9a18c785dd746325ba455111df1b67
7373
with:
7474
sarif_file: results.sarif

0 commit comments

Comments
 (0)