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 #44

Merged
merged 1 commit into from
Aug 10, 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
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@5c02493ebfd65b28fd3b082c65e5af2cd745d91f
uses: github/codeql-action/init@25ad3c8e4067d58361177f34122cf9ae8abb4bd0
with:
languages: go

- name: Autobuild
uses: github/codeql-action/autobuild@5c02493ebfd65b28fd3b082c65e5af2cd745d91f
uses: github/codeql-action/autobuild@25ad3c8e4067d58361177f34122cf9ae8abb4bd0

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@5c02493ebfd65b28fd3b082c65e5af2cd745d91f
uses: github/codeql-action/analyze@25ad3c8e4067d58361177f34122cf9ae8abb4bd0
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@bf0193107d39ac594cadc115b8761393acc7a421
uses: ossf/scorecard-action@ab9729375aeb5f298cbbdcf9167c9fd974416537
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@5c02493ebfd65b28fd3b082c65e5af2cd745d91f
uses: github/codeql-action/upload-sarif@25ad3c8e4067d58361177f34122cf9ae8abb4bd0
with:
sarif_file: results.sarif
Loading