Skip to content

Commit

Permalink
Update github-actions (#71)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 24, 2024
1 parent b1bd106 commit 0609f56
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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@9937fdf7189f2958a2dc9f6d585e5d65e3326d20
uses: golangci/golangci-lint-action@1ac36865a67f3dce6e44b851a4a8c068272a9d34
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@78760076e3f08852c2c3aeb5334f70d074e28c59
uses: github/codeql-action/init@5b6e617dc0241b2d60c2bccea90c56b67eceb797
with:
languages: go

- name: Autobuild
uses: github/codeql-action/autobuild@78760076e3f08852c2c3aeb5334f70d074e28c59
uses: github/codeql-action/autobuild@5b6e617dc0241b2d60c2bccea90c56b67eceb797

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

0 comments on commit 0609f56

Please sign in to comment.