Skip to content

Commit 20dfb42

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

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@a3d68bc6f4a8c132f068325dadcd0ce863e47add
37+
uses: golangci/golangci-lint-action@0ad4b724048089dc46bb90eddab6dbbcb4fe49a2
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@bb813333f9a39351d332110e9aaca7bcdc503b0f
109+
uses: codecov/codecov-action@2439dfc05cd9e2e64113700688413fcdb07527d8
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@f5003fc9688ade81ce47b57a3fa97a8d3f12de4c
117+
uses: SonarSource/sonarcloud-github-action@eb211723266fe8e83102bac7361f0a05c3ac1d1b
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@5c681efc3f71cd6b47b1c14583c9e86913966e9f
38+
uses: github/codeql-action/init@fd5fa130e2c632f29b237077157766ea2ef07a13
3939
with:
4040
languages: go
4141

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

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

.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@fdeb02dc9c3fb721c82a431b2708514aca13dbeb
46+
uses: ossf/scorecard-action@6c4912ed9e5f80cfda40164b92753f21f0892cab
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@5c681efc3f71cd6b47b1c14583c9e86913966e9f
72+
uses: github/codeql-action/upload-sarif@fd5fa130e2c632f29b237077157766ea2ef07a13
7373
with:
7474
sarif_file: results.sarif

0 commit comments

Comments
 (0)