Skip to content

Commit e8c0655

Browse files
dependabot[bot]submariner-bot
authored andcommitted
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action). Updates `github/codeql-action` from 4.35.2 to 4.35.3 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@95e58e9...e46ed2c) Updates `SonarSource/sonarqube-scan-action` from 7.1.0 to 8.0.0 - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@299e4b7...59db25f) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: SonarSource/sonarqube-scan-action dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1cba16c commit e8c0655

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/linting.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,11 @@ jobs:
146146
- name: Check out the repository
147147
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
148148
- name: Initialize CodeQL
149-
uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225
149+
uses: github/codeql-action/init@e46ed2cbd01164d986452f91f178727624ae40d7
150150
with:
151151
languages: go
152152
- name: Run CodeQL variant analysis
153-
uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225
153+
uses: github/codeql-action/analyze@e46ed2cbd01164d986452f91f178727624ae40d7
154154
- name: Show CodeQL scan SARIF report
155155
if: always()
156156
run: cat ../results/go.sarif
@@ -173,7 +173,7 @@ jobs:
173173
run: cat ${{ steps.scan.outputs.sarif }}
174174
- name: Upload Anchore scan SARIF report
175175
if: always()
176-
uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225
176+
uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7
177177
with:
178178
sarif_file: ${{ steps.scan.outputs.sarif }}
179179

.github/workflows/report.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: make unit
2525

2626
- name: Run SonarScan, upload Go test results and coverage
27-
uses: SonarSource/sonarqube-scan-action@299e4b793aaa83bf2aba7c9c14bedbb485688ec4
27+
uses: SonarSource/sonarqube-scan-action@59db25f34e16620e48ab4bb9e4a5dce155cb5432
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
@@ -38,11 +38,11 @@ jobs:
3838
- name: Check out the repository
3939
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
4040
- name: Initialize CodeQL
41-
uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225
41+
uses: github/codeql-action/init@e46ed2cbd01164d986452f91f178727624ae40d7
4242
with:
4343
languages: go
4444
- name: Run CodeQL variant analysis
45-
uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225
45+
uses: github/codeql-action/analyze@e46ed2cbd01164d986452f91f178727624ae40d7
4646
- name: Show CodeQL scan SARIF report
4747
if: always()
4848
run: cat ../results/go.sarif
@@ -65,6 +65,6 @@ jobs:
6565
- name: Show Anchore scan SARIF report
6666
run: cat ${{ steps.scan.outputs.sarif }}
6767
- name: Upload Anchore scan SARIF report
68-
uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225
68+
uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7
6969
with:
7070
sarif_file: ${{ steps.scan.outputs.sarif }}

0 commit comments

Comments
 (0)