Skip to content

Commit

Permalink
Update github-actions (#77)
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 Feb 5, 2025
1 parent c8b20f6 commit 78cdef4
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@9665fb5353a2e4cc60d570d956ab6db7d9949f06
uses: golangci/golangci-lint-action@1cc4e007f092290762a0efdeb505f1cded754499
with:
version: latest
args: --config=./.github/.golangci.yml ./...
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:

# Codecov
- name: Codecov
uses: codecov/codecov-action@2d2cd3c094b82daf4a85daabc9d1aba59a7dde3c
uses: codecov/codecov-action@5efa07bc177542802086d6a447e0ba274759c103
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@0701025a8b1600e416be4f3bb5a830b1aa6af01e
uses: github/codeql-action/init@08bc0cf022445eacafaa248bf48da20f26b8fd40
with:
languages: go

- name: Autobuild
uses: github/codeql-action/autobuild@0701025a8b1600e416be4f3bb5a830b1aa6af01e
uses: github/codeql-action/autobuild@08bc0cf022445eacafaa248bf48da20f26b8fd40

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@0701025a8b1600e416be4f3bb5a830b1aa6af01e
uses: github/codeql-action/analyze@08bc0cf022445eacafaa248bf48da20f26b8fd40
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@0701025a8b1600e416be4f3bb5a830b1aa6af01e
uses: github/codeql-action/upload-sarif@08bc0cf022445eacafaa248bf48da20f26b8fd40
with:
sarif_file: results.sarif

0 comments on commit 78cdef4

Please sign in to comment.