Skip to content

Update github/codeql-action requirement to 96c8872f06fdc59062b6c904db4c0956cc1f72e2 #27

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@main
uses: github/codeql-action/init@96c8872f06fdc59062b6c904db4c0956cc1f72e2
# Override language selection by uncommenting this and choosing your languages
with:
languages: csharp
Expand All @@ -59,4 +59,4 @@ jobs:
dotnet build csharp

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@main
uses: github/codeql-action/analyze@96c8872f06fdc59062b6c904db4c0956cc1f72e2
4 changes: 2 additions & 2 deletions .github/workflows/csv-coverage-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
path: metrics-java.sarif
retention-days: 20
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@main
uses: github/codeql-action/upload-sarif@96c8872f06fdc59062b6c904db4c0956cc1f72e2
with:
sarif_file: metrics-java.sarif

Expand All @@ -66,6 +66,6 @@ jobs:
path: metrics-csharp.sarif
retention-days: 20
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@main
uses: github/codeql-action/upload-sarif@96c8872f06fdc59062b6c904db4c0956cc1f72e2
with:
sarif_file: metrics-csharp.sarif
6 changes: 3 additions & 3 deletions .github/workflows/ql-for-ql-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v3
- name: Find codeql
id: find-codeql
uses: github/codeql-action/init@71a8b35ff4c80fcfcd05bc1cd932fe3c08f943ca
uses: github/codeql-action/init@96c8872f06fdc59062b6c904db4c0956cc1f72e2
with:
languages: javascript # does not matter
- name: Get CodeQL version
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
env:
CONF: ./ql-for-ql-config.yml
- name: Initialize CodeQL
uses: github/codeql-action/init@71a8b35ff4c80fcfcd05bc1cd932fe3c08f943ca
uses: github/codeql-action/init@96c8872f06fdc59062b6c904db4c0956cc1f72e2
with:
languages: ql
db-location: ${{ runner.temp }}/db
Expand All @@ -145,7 +145,7 @@ jobs:
PACK: ${{ runner.temp }}/pack

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@71a8b35ff4c80fcfcd05bc1cd932fe3c08f943ca
uses: github/codeql-action/analyze@96c8872f06fdc59062b6c904db4c0956cc1f72e2
with:
category: "ql-for-ql"
- name: Copy sarif file to CWD
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ql-for-ql-dataset_measure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Find codeql
id: find-codeql
uses: github/codeql-action/init@71a8b35ff4c80fcfcd05bc1cd932fe3c08f943ca
uses: github/codeql-action/init@96c8872f06fdc59062b6c904db4c0956cc1f72e2
with:
languages: javascript # does not matter
- uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ql-for-ql-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3
- name: Find codeql
id: find-codeql
uses: github/codeql-action/init@71a8b35ff4c80fcfcd05bc1cd932fe3c08f943ca
uses: github/codeql-action/init@96c8872f06fdc59062b6c904db4c0956cc1f72e2
with:
languages: javascript # does not matter
- uses: actions/cache@v3
Expand Down