Skip to content

Commit

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

# Codecov
- name: Codecov
uses: codecov/codecov-action@5c93f7ab87f1aa9b956609bbc4b50a6e747fe2fb
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303
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@dd7559424621a6dd0b32ababe9e4b271a87f78d2
uses: github/codeql-action/init@78760076e3f08852c2c3aeb5334f70d074e28c59
with:
languages: go

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

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@dd7559424621a6dd0b32ababe9e4b271a87f78d2
uses: github/codeql-action/analyze@78760076e3f08852c2c3aeb5334f70d074e28c59
6 changes: 3 additions & 3 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@49c251d74630a9f436cb9be15ff11cb5af80f59e
uses: ossf/scorecard-action@dde01de2fdfb29acf692f25ffb46c10a6655057e
with:
results_file: results.sarif
results_format: sarif
Expand All @@ -61,14 +61,14 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
with:
name: SARIF file
path: results.sarif
retention-days: 5

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

0 comments on commit b1bd106

Please sign in to comment.