Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update github-actions #33

Merged
merged 1 commit into from
Jun 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@0d98fecd833addd2a1700b6259a12516266339ea
uses: golangci/golangci-lint-action@27d925f9c0e0f298864c3bb818229949a9d82f9a
with:
version: latest
args: --config=./.github/.golangci.yml ./...
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:

# Codecov
- name: Codecov
uses: codecov/codecov-action@f5469482a32b411309cdd5f7a7ebf24ef83d10da
uses: codecov/codecov-action@ca3e2d96126cd8913195a2f0b5af12a53c2df8ed
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 @@ -35,12 +35,12 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@ce5603b80a0bab83ecc3df06ca293dfbd52f63ce
uses: github/codeql-action/init@3ce5d001070d7f2c65e7e273d913d008b3b8ca9d
with:
languages: go

- name: Autobuild
uses: github/codeql-action/autobuild@ce5603b80a0bab83ecc3df06ca293dfbd52f63ce
uses: github/codeql-action/autobuild@3ce5d001070d7f2c65e7e273d913d008b3b8ca9d

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@ce5603b80a0bab83ecc3df06ca293dfbd52f63ce
uses: github/codeql-action/analyze@3ce5d001070d7f2c65e7e273d913d008b3b8ca9d
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@ce5603b80a0bab83ecc3df06ca293dfbd52f63ce
uses: github/codeql-action/upload-sarif@3ce5d001070d7f2c65e7e273d913d008b3b8ca9d
with:
sarif_file: results.sarif
Loading