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 #73

Merged
merged 1 commit into from
Jan 8, 2025
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
2 changes: 1 addition & 1 deletion .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@2f13b8027d5e60ac6e32b086a0dc4d2ae4cb3f77
uses: golangci/golangci-lint-action@58eda26a511c265ee35b3ee4b101fb8adfd76480
with:
version: latest
args: --config=./.github/.golangci.yml ./...
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@5b6e617dc0241b2d60c2bccea90c56b67eceb797
uses: github/codeql-action/init@3407610120cd5656b6fc71991415cb50748b9489
with:
languages: go

- name: Autobuild
uses: github/codeql-action/autobuild@5b6e617dc0241b2d60c2bccea90c56b67eceb797
uses: github/codeql-action/autobuild@3407610120cd5656b6fc71991415cb50748b9489

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@5b6e617dc0241b2d60c2bccea90c56b67eceb797
uses: github/codeql-action/analyze@3407610120cd5656b6fc71991415cb50748b9489
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@5b6e617dc0241b2d60c2bccea90c56b67eceb797
uses: github/codeql-action/upload-sarif@3407610120cd5656b6fc71991415cb50748b9489
with:
sarif_file: results.sarif
Loading