Skip to content

Commit

Permalink
update version comment
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <ctadeu@gmail.com>
  • Loading branch information
cpanato committed May 11, 2022
1 parent 2bc49d4 commit ebc0e3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@03e2e3c45f9f937ffe65a1caa4c9960d420a31f9 # v2.1.9
uses: github/codeql-action/init@03e2e3c45f9f937ffe65a1caa4c9960d420a31f9 # v2.1.10
with:
languages: ${{ matrix.language }}

- name: Autobuild
uses: github/codeql-action/autobuild@03e2e3c45f9f937ffe65a1caa4c9960d420a31f9 # v2.1.9
uses: github/codeql-action/autobuild@03e2e3c45f9f937ffe65a1caa4c9960d420a31f9 # v2.1.10

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@03e2e3c45f9f937ffe65a1caa4c9960d420a31f9 # v2.1.9
uses: github/codeql-action/analyze@03e2e3c45f9f937ffe65a1caa4c9960d420a31f9 # v2.1.10
2 changes: 1 addition & 1 deletion .github/workflows/scorecard_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@03e2e3c45f9f937ffe65a1caa4c9960d420a31f9 # v2.1.9
uses: github/codeql-action/upload-sarif@03e2e3c45f9f937ffe65a1caa4c9960d420a31f9 # v2.1.10
with:
sarif_file: results.sarif

0 comments on commit ebc0e3c

Please sign in to comment.