Skip to content

Commit 2291047

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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@1ac36865a67f3dce6e44b851a4a8c068272a9d34
37+
uses: golangci/golangci-lint-action@2f13b8027d5e60ac6e32b086a0dc4d2ae4cb3f77
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@1e68e06f1dbfde0e4cefc87efeba9e4643565303
109+
uses: codecov/codecov-action@adfacf2d276b158264c48ff298490fbdf13e4fb6
110110
env:
111111
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
112112
with:

.github/workflows/scorecards.yml

+1-1
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@dde01de2fdfb29acf692f25ffb46c10a6655057e
46+
uses: ossf/scorecard-action@e48dbb732fab761267783321dfa71e2a5c6e263d
4747
with:
4848
results_file: results.sarif
4949
results_format: sarif

0 commit comments

Comments
 (0)