Skip to content

Commit ea55c0d

Browse files
Update github-actions (#42)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4c39c8e commit ea55c0d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106

107107
# Codecov
108108
- name: Codecov
109-
uses: codecov/codecov-action@922d8d7b314a529f2be903c1e79ee8283c492863
109+
uses: codecov/codecov-action@955f1f08ad225eafd3396525634e1211cf89485f
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@5cdd182212d3c2e1b78ee867e1dc499ddc60c0eb
38+
uses: github/codeql-action/init@9c646c24a4c8410122b0d6a1311088e9377eea95
3939
with:
4040
languages: go
4141

4242
- name: Autobuild
43-
uses: github/codeql-action/autobuild@5cdd182212d3c2e1b78ee867e1dc499ddc60c0eb
43+
uses: github/codeql-action/autobuild@9c646c24a4c8410122b0d6a1311088e9377eea95
4444

4545
- name: Perform CodeQL Analysis
46-
uses: github/codeql-action/analyze@5cdd182212d3c2e1b78ee867e1dc499ddc60c0eb
46+
uses: github/codeql-action/analyze@9c646c24a4c8410122b0d6a1311088e9377eea95

.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@da912321c221fa09cefe31859ceaad00353c14f5
46+
uses: ossf/scorecard-action@bf0193107d39ac594cadc115b8761393acc7a421
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@0b2256b8c012f0828dc542b3febcab082c67f72b
64+
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029
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@5cdd182212d3c2e1b78ee867e1dc499ddc60c0eb
72+
uses: github/codeql-action/upload-sarif@9c646c24a4c8410122b0d6a1311088e9377eea95
7373
with:
7474
sarif_file: results.sarif

0 commit comments

Comments
 (0)