Skip to content

Commit 33f044e

Browse files
chore: Update codeql and codecov scan gh actions (#216)
1 parent e5eefd1 commit 33f044e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v4
2222

2323
- name: Setup go
24-
uses: actions/setup-go@v4
24+
uses: actions/setup-go@v5
2525
with:
2626
go-version: ${{ matrix.go }}
2727

.github/workflows/codecov.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ jobs:
1515
- uses: actions/checkout@v4
1616

1717
- name: Set up Go
18-
uses: actions/setup-go@v4
18+
uses: actions/setup-go@v5
1919
with:
2020
go-version: ${{ env.GOLANG_VERSION }}
2121

2222
- name: Test
2323
run: make test
2424

2525
- name: Upload codecov
26-
uses: codecov/codecov-action@v3.1.0
26+
uses: codecov/codecov-action@v4
2727
with:
2828
file: coverage.out

.github/workflows/codeql.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828

2929
# Initializes the CodeQL tools for scanning.
3030
- name: Initialize CodeQL
31-
uses: github/codeql-action/init@v2
31+
uses: github/codeql-action/init@v3
3232
with:
3333
languages: ${{ matrix.language }}
3434

3535
- name: Autobuild
36-
uses: github/codeql-action/autobuild@v2
36+
uses: github/codeql-action/autobuild@v3
3737

3838
- name: Perform CodeQL Analysis
39-
uses: github/codeql-action/analyze@v2
39+
uses: github/codeql-action/analyze@v3

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: '0'
2222

2323
- name: Set up Go
24-
uses: actions/setup-go@v4
24+
uses: actions/setup-go@v5
2525
with:
2626
go-version: ${{ env.GOLANG_VERSION }}
2727

0 commit comments

Comments
 (0)