Skip to content

Commit

Permalink
Update github-actions (#69)
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 14, 2024
1 parent cb04a22 commit 365b947
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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@0e1fd32b0c0584f0d28eec08848dfd2bf6a909d9
uses: golangci/golangci-lint-action@774c35bcccffb734694af9e921f12f57d882ef74
with:
version: latest
args: --config=./.github/.golangci.yml ./...
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:

# Codecov
- name: Codecov
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e
uses: codecov/codecov-action@5c93f7ab87f1aa9b956609bbc4b50a6e747fe2fb
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@6f9e628e6f9a18c785dd746325ba455111df1b67
uses: github/codeql-action/init@dd7559424621a6dd0b32ababe9e4b271a87f78d2
with:
languages: go

- name: Autobuild
uses: github/codeql-action/autobuild@6f9e628e6f9a18c785dd746325ba455111df1b67
uses: github/codeql-action/autobuild@dd7559424621a6dd0b32ababe9e4b271a87f78d2

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@6f9e628e6f9a18c785dd746325ba455111df1b67
uses: github/codeql-action/analyze@dd7559424621a6dd0b32ababe9e4b271a87f78d2
4 changes: 2 additions & 2 deletions .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
persist-credentials: false

- name: "Run analysis"
uses: ossf/scorecard-action@7f596de0a35b89e5d6ae8db543f0edf6637b798c
uses: ossf/scorecard-action@49c251d74630a9f436cb9be15ff11cb5af80f59e
with:
results_file: results.sarif
results_format: sarif
Expand All @@ -69,6 +69,6 @@ jobs:

# required for Code scanning alerts
- name: "Upload SARIF results to code scanning"
uses: github/codeql-action/upload-sarif@6f9e628e6f9a18c785dd746325ba455111df1b67
uses: github/codeql-action/upload-sarif@dd7559424621a6dd0b32ababe9e4b271a87f78d2
with:
sarif_file: results.sarif

0 comments on commit 365b947

Please sign in to comment.