Skip to content

Commit d0e6055

Browse files
dependabot[bot]skitt
authored andcommitted
Bump the github-actions group with 5 updates
Bumps the github-actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [github/codeql-action](https://github.com/github/codeql-action) | `3.30.0` | `3.30.5` | | [anchore/scan-action](https://github.com/anchore/scan-action) | `6.5.1` | `7.0.0` | | [peter-evans/create-issue-from-file](https://github.com/peter-evans/create-issue-from-file) | `5.0.1` | `6.0.0` | | [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) | `5.3.1` | `6.0.0` | | [actions/stale](https://github.com/actions/stale) | `8f717f0dfca33b78d3c933452e42558e4456c8e7` | `3a9db7e6a41a89f618792c92c0e97cc736e1b13f` | Updates `github/codeql-action` from 3.30.0 to 3.30.5 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@2d92b76...3599b3b) Updates `anchore/scan-action` from 6.5.1 to 7.0.0 - [Release notes](https://github.com/anchore/scan-action/releases) - [Changelog](https://github.com/anchore/scan-action/blob/main/RELEASE.md) - [Commits](anchore/scan-action@1638637...f660128) Updates `peter-evans/create-issue-from-file` from 5.0.1 to 6.0.0 - [Release notes](https://github.com/peter-evans/create-issue-from-file/releases) - [Commits](peter-evans/create-issue-from-file@e8ef132...fca9117) Updates `SonarSource/sonarqube-scan-action` from 5.3.1 to 6.0.0 - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@1a6d90e...fd88b7d) Updates `actions/stale` from 8f717f0dfca33b78d3c933452e42558e4456c8e7 to 3a9db7e6a41a89f618792c92c0e97cc736e1b13f - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@8f717f0...3a9db7e) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.30.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: anchore/scan-action dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: peter-evans/create-issue-from-file dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: SonarSource/sonarqube-scan-action dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/stale dependency-version: 3a9db7e6a41a89f618792c92c0e97cc736e1b13f dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3f8c144 commit d0e6055

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/linting.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,11 @@ jobs:
146146
- name: Check out the repository
147147
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
148148
- name: Initialize CodeQL
149-
uses: github/codeql-action/init@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d
149+
uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93
150150
with:
151151
languages: go
152152
- name: Run CodeQL variant analysis
153-
uses: github/codeql-action/analyze@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d
153+
uses: github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93
154154
- name: Show CodeQL scan SARIF report
155155
if: always()
156156
run: cat ../results/go.sarif
@@ -162,7 +162,7 @@ jobs:
162162
- name: Check out the repository
163163
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
164164
- name: Run Anchore vulnerability scanner
165-
uses: anchore/scan-action@1638637db639e0ade3258b51db49a9a137574c3e
165+
uses: anchore/scan-action@f6601287cdb1efc985d6b765bbf99cb4c0ac29d8
166166
id: scan
167167
with:
168168
path: "."
@@ -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@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d
176+
uses: github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93
177177
with:
178178
sarif_file: ${{ steps.scan.outputs.sarif }}
179179

.github/workflows/periodic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Raise an Issue to report broken links
6262
if: ${{ failure() }}
63-
uses: peter-evans/create-issue-from-file@e8ef132d6df98ed982188e460ebb3b5d4ef3a9cd
63+
uses: peter-evans/create-issue-from-file@fca9117c27cdc29c6c4db3b86c48e4115a786710
6464
with:
6565
title: Broken link detected by periodic linting
6666
content-filepath: .github/ISSUE_TEMPLATE/broken-link.md

.github/workflows/report.yml

Lines changed: 5 additions & 5 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@1a6d90ebcb0e6a6b1d87e37ba693fe453195ae25
27+
uses: SonarSource/sonarqube-scan-action@fd88b7d7ccbaefd23d8f36f73b59db7a3d246602
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8
4040
- name: Initialize CodeQL
41-
uses: github/codeql-action/init@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d
41+
uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93
4242
with:
4343
languages: go
4444
- name: Run CodeQL variant analysis
45-
uses: github/codeql-action/analyze@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d
45+
uses: github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93
4646
- name: Show CodeQL scan SARIF report
4747
if: always()
4848
run: cat ../results/go.sarif
@@ -57,14 +57,14 @@ jobs:
5757
- name: Check out the repository
5858
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
5959
- name: Run Anchore vulnerability scanner
60-
uses: anchore/scan-action@1638637db639e0ade3258b51db49a9a137574c3e
60+
uses: anchore/scan-action@f6601287cdb1efc985d6b765bbf99cb4c0ac29d8
6161
id: scan
6262
with:
6363
path: "."
6464
fail-build: false
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@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d
68+
uses: github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93
6969
with:
7070
sarif_file: ${{ steps.scan.outputs.sarif }}

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
issues: write
1717
pull-requests: write
1818
steps:
19-
- uses: actions/stale@8f717f0dfca33b78d3c933452e42558e4456c8e7
19+
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f
2020
with:
2121
days-before-issue-stale: 120
2222
days-before-pr-stale: 14

0 commit comments

Comments
 (0)