Skip to content

Commit

Permalink
chore: update GitHub actions to latest versions
Browse files Browse the repository at this point in the history
- 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 <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Feb 2, 2024
1 parent 0e993b7 commit f41df75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Expand Up @@ -51,4 +51,4 @@ jobs:
# queries: ./path/to/local/query, your-org/your-repo/queries@main

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Expand Up @@ -48,7 +48,7 @@ jobs:
with:
ref: ${{ github.ref }}

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
${{ matrix.go-build }}
Expand Down

0 comments on commit f41df75

Please sign in to comment.