Skip to content

Commit 857f1d7

Browse files
Update github-actions (#88)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 572ad8b commit 857f1d7

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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@9938e103f8065deff3f289d9e975270d5541b866
37+
uses: golangci/golangci-lint-action@2968cc1a32340ead54c0a5817a5740910153fb02
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@3440e5ef70c638a9f44602a80ab017feee1309fe
109+
uses: codecov/codecov-action@ea99328d1c4d5f39fda7cbffe104afd6906c50b0
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@e0ea141027937784e3c10ed1679e503fcc2245bc
38+
uses: github/codeql-action/init@9f45e7498becbbc08084a122b4be9ab534ac6d88
3939
with:
4040
languages: go
4141

4242
- name: Autobuild
43-
uses: github/codeql-action/autobuild@e0ea141027937784e3c10ed1679e503fcc2245bc
43+
uses: github/codeql-action/autobuild@9f45e7498becbbc08084a122b4be9ab534ac6d88
4444

4545
- name: Perform CodeQL Analysis
46-
uses: github/codeql-action/analyze@e0ea141027937784e3c10ed1679e503fcc2245bc
46+
uses: github/codeql-action/analyze@9f45e7498becbbc08084a122b4be9ab534ac6d88

.github/workflows/scorecards.yml

+3-3
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@0996de34f094a4ac9ff679ec4993bdd4feff3a1f
46+
uses: ossf/scorecard-action@15bc21f12b2fbbb36fa93d5f2e786f6b18ffe048
4747
with:
4848
results_file: results.sarif
4949
results_format: sarif
@@ -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@ea165f8d65b6e75b540449e92b4886f43607fa02
64+
uses: actions/upload-artifact@6027e3dd177782cd8ab9af838c04fd81a07f1d47
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@e0ea141027937784e3c10ed1679e503fcc2245bc
72+
uses: github/codeql-action/upload-sarif@9f45e7498becbbc08084a122b4be9ab534ac6d88
7373
with:
7474
sarif_file: results.sarif

0 commit comments

Comments
 (0)