Skip to content

Commit f41df75

Browse files
committed
chore: update GitHub actions to latest versions
- Update the CodeQL action from version 2 to version 3 in `.github/workflows/codeql.yml` - Update the cache action from version 3 to version 4 in `.github/workflows/go.yml` Signed-off-by: appleboy <[email protected]>
1 parent 0e993b7 commit f41df75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
# queries: ./path/to/local/query, your-org/your-repo/queries@main
5252

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

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
ref: ${{ github.ref }}
5050

51-
- uses: actions/cache@v3
51+
- uses: actions/cache@v4
5252
with:
5353
path: |
5454
${{ matrix.go-build }}

0 commit comments

Comments
 (0)