Skip to content

Commit dd2b431

Browse files
Bump github/codeql-action from 3 to 4 (#267)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e6be979 commit dd2b431

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
fetch-depth: 0
5353
- name: 🎰 initialize CodeQL
54-
uses: github/codeql-action/init@v3
54+
uses: github/codeql-action/init@v4
5555
with:
5656
languages: ${{ matrix.language }}
5757
- name: 🏗️ build
@@ -62,6 +62,6 @@ jobs:
6262
throw "dotnet build failed with exit code $LastExitCode"
6363
}
6464
- name: 🔬 analyze with CodeQL
65-
uses: github/codeql-action/analyze@v3
65+
uses: github/codeql-action/analyze@v4
6666
with:
6767
category: '/language:${{ matrix.language }}'

.github/workflows/qodana.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
7979
QODANA_ENDPOINT: 'https://qodana.cloud'
8080
- name: 📊 upload sarif file for GitHub Advanced Security Dashboard
81-
uses: github/codeql-action/upload-sarif@v3
81+
uses: github/codeql-action/upload-sarif@v4
8282
with:
8383
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json
8484
if: ${{ always() }}

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
env:
4949
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
5050
- name: 📊 upload sarif file for GitHub Advanced Security Dashboard
51-
uses: github/codeql-action/upload-sarif@v3
51+
uses: github/codeql-action/upload-sarif@v4
5252
with:
5353
sarif_file: semgrep.sarif
5454
if: ${{ always() }}

.github/workflows/snyk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
args: --all-projects --exclude=Objectivity.AutoFixture.XUnit2.AutoFakeItEasy.Tests,Objectivity.AutoFixture.XUnit2.AutoMoq.Tests,Objectivity.AutoFixture.XUnit2.AutoNSubstitute.Tests,Objectivity.AutoFixture.XUnit2.Core.Tests
6969
command: monitor
7070
- name: 📊 upload sarif file for GitHub Advanced Security Dashboard
71-
uses: github/codeql-action/upload-sarif@v3
71+
uses: github/codeql-action/upload-sarif@v4
7272
with:
7373
sarif_file: snyk
7474
if: ${{ always() }}

0 commit comments

Comments
 (0)