Skip to content

Commit c826d5b

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

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci.yml

+2-2
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@e13590484647602042886c51e2a8e43a670a22b7
37+
uses: golangci/golangci-lint-action@a3d68bc6f4a8c132f068325dadcd0ce863e47add
3838
with:
3939
version: latest
4040
args: --config=./.github/.golangci.yml ./...
@@ -106,7 +106,7 @@ jobs:
106106

107107
# Codecov
108108
- name: Codecov
109-
uses: codecov/codecov-action@943cea186cc641c4ac8f55492baec4c2654291b4
109+
uses: codecov/codecov-action@bb813333f9a39351d332110e9aaca7bcdc503b0f
110110
env:
111111
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
112112
with:

.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@25ad3c8e4067d58361177f34122cf9ae8abb4bd0
38+
uses: github/codeql-action/init@5c681efc3f71cd6b47b1c14583c9e86913966e9f
3939
with:
4040
languages: go
4141

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

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

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

0 commit comments

Comments
 (0)