Skip to content

Commit

Permalink
Update github-actions (#78)
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 8, 2025
1 parent 78cdef4 commit c861d75
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:

# Sonar
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@02ef91109b2d589e757aefcfb2854c2783fd7b19
uses: SonarSource/sonarcloud-github-action@f1700773ebdb6efe6b3f8a5cf66150027dda8f5e
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@08bc0cf022445eacafaa248bf48da20f26b8fd40
uses: github/codeql-action/init@0a35e8f6866a39b001e5f7ad1d0daf9836786896
with:
languages: go

- name: Autobuild
uses: github/codeql-action/autobuild@08bc0cf022445eacafaa248bf48da20f26b8fd40
uses: github/codeql-action/autobuild@0a35e8f6866a39b001e5f7ad1d0daf9836786896

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

0 comments on commit c861d75

Please sign in to comment.