Skip to content

Commit

Permalink
Update github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 6, 2024
1 parent bbb8546 commit 6463c7d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

# Linting
- name: Linting
uses: golangci/golangci-lint-action@9d1e0624a798bb64f6c3cea93db47765312263dc
uses: golangci/golangci-lint-action@d36b91c2948e1d383efc1388208baed5ac9b8e0d
with:
version: latest
args: --config=./.github/.golangci.yml ./...
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:

# Codecov
- name: Codecov
uses: codecov/codecov-action@dad251dcaf4fdaa10dfaa1c32aab58f9cb23a448
uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@8fcfedf57053e09257688fce7a0beeb18b1b9ae3
uses: github/codeql-action/init@84d6ead480f493c32a39f012db4b9dfb02e8868b
with:
languages: go

- name: Autobuild
uses: github/codeql-action/autobuild@8fcfedf57053e09257688fce7a0beeb18b1b9ae3
uses: github/codeql-action/autobuild@84d6ead480f493c32a39f012db4b9dfb02e8868b

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@8fcfedf57053e09257688fce7a0beeb18b1b9ae3
uses: github/codeql-action/analyze@84d6ead480f493c32a39f012db4b9dfb02e8868b
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ jobs:

# required for Code scanning alerts
- name: "Upload SARIF results to code scanning"
uses: github/codeql-action/upload-sarif@8fcfedf57053e09257688fce7a0beeb18b1b9ae3
uses: github/codeql-action/upload-sarif@84d6ead480f493c32a39f012db4b9dfb02e8868b
with:
sarif_file: results.sarif

0 comments on commit 6463c7d

Please sign in to comment.