Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update github-actions #39

Merged
merged 1 commit into from
Jul 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,15 @@ jobs:

# Codecov
- name: Codecov
uses: codecov/codecov-action@543b309c018563d55ed130e7a261ec4c9dac7a10
uses: codecov/codecov-action@e1b169f2838f7e502ad9f222fbc6ed3e2594e003
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: .github/coverage.out

# Sonar
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@e44258b109568baa0df60ed515909fc6c72cba92
uses: SonarSource/sonarcloud-github-action@b7cc8bf2004f4a9ef190137d8831630e9ae5d2e7
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
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@be825d5eefdb0c498fa30c4b57ec0690b4d0cecb
uses: github/codeql-action/init@c2585eca08d6e40bf455acae5248e197cdd25de1
with:
languages: go

- name: Autobuild
uses: github/codeql-action/autobuild@be825d5eefdb0c498fa30c4b57ec0690b4d0cecb
uses: github/codeql-action/autobuild@c2585eca08d6e40bf455acae5248e197cdd25de1

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@be825d5eefdb0c498fa30c4b57ec0690b4d0cecb
uses: github/codeql-action/analyze@c2585eca08d6e40bf455acae5248e197cdd25de1
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@8c9e2c1222f54716a1df7d7bbb245e2a045b4423
uses: ossf/scorecard-action@873d5fdf63bc863d140f57ed481e6a297324030b
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@be825d5eefdb0c498fa30c4b57ec0690b4d0cecb
uses: github/codeql-action/upload-sarif@c2585eca08d6e40bf455acae5248e197cdd25de1
with:
sarif_file: results.sarif
Loading