Skip to content

Commit 56bcd99

Browse files
Update github-actions (#32)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a62966e commit 56bcd99

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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@031a2fcd4afedd71ec636137da88172250868de4
37+
uses: golangci/golangci-lint-action@0d98fecd833addd2a1700b6259a12516266339ea
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@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673
109+
uses: codecov/codecov-action@f5469482a32b411309cdd5f7a7ebf24ef83d10da
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@bd2ebac9380cbba2fb338fab55bf29a2a18fd436
38+
uses: github/codeql-action/init@ce5603b80a0bab83ecc3df06ca293dfbd52f63ce
3939
with:
4040
languages: go
4141

4242
- name: Autobuild
43-
uses: github/codeql-action/autobuild@bd2ebac9380cbba2fb338fab55bf29a2a18fd436
43+
uses: github/codeql-action/autobuild@ce5603b80a0bab83ecc3df06ca293dfbd52f63ce
4444

4545
- name: Perform CodeQL Analysis
46-
uses: github/codeql-action/analyze@bd2ebac9380cbba2fb338fab55bf29a2a18fd436
46+
uses: github/codeql-action/analyze@ce5603b80a0bab83ecc3df06ca293dfbd52f63ce

.github/workflows/scorecards.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -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@bd2ebac9380cbba2fb338fab55bf29a2a18fd436
72+
uses: github/codeql-action/upload-sarif@ce5603b80a0bab83ecc3df06ca293dfbd52f63ce
7373
with:
7474
sarif_file: results.sarif

0 commit comments

Comments
 (0)