Skip to content

Commit

Permalink
Update github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 7, 2024
1 parent bbb8546 commit 98ed1cf
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@9d1e0624a798bb64f6c3cea93db47765312263dc
uses: golangci/golangci-lint-action@5815a4b9176ef5d9477ec687e3e7f68f04e1a3fc
with:
version: latest
args: --config=./.github/.golangci.yml ./...
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:

# Codecov
- name: Codecov
uses: codecov/codecov-action@dad251dcaf4fdaa10dfaa1c32aab58f9cb23a448
uses: codecov/codecov-action@f691d469fbba7b31a1cb026e3a2f86e28c9dcdb6
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 @@ -38,12 +38,12 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@8fcfedf57053e09257688fce7a0beeb18b1b9ae3
uses: github/codeql-action/init@4b812a5dfff9268e215e9aaccfc6dbaed72a8a95
with:
languages: go

- name: Autobuild
uses: github/codeql-action/autobuild@8fcfedf57053e09257688fce7a0beeb18b1b9ae3
uses: github/codeql-action/autobuild@4b812a5dfff9268e215e9aaccfc6dbaed72a8a95

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@8fcfedf57053e09257688fce7a0beeb18b1b9ae3
uses: github/codeql-action/analyze@4b812a5dfff9268e215e9aaccfc6dbaed72a8a95
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@fad9a3cc533bb069b1f01f272f1f630895cd690a
uses: ossf/scorecard-action@6c55905542a1ce814c7ec177a96904f5bc74aab5
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@8fcfedf57053e09257688fce7a0beeb18b1b9ae3
uses: github/codeql-action/upload-sarif@4b812a5dfff9268e215e9aaccfc6dbaed72a8a95
with:
sarif_file: results.sarif

0 comments on commit 98ed1cf

Please sign in to comment.