Skip to content

Commit cb5a8d5

Browse files
deps(github-actions): bump the github-actions-deps group across 1 directory with 2 updates
Bumps the github-actions-deps group with 2 updates in the / directory: [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) and [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action). Updates `sigstore/cosign-installer` from 3.8.1 to 3.8.2 - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](sigstore/cosign-installer@v3.8.1...v3.8.2) Updates `SonarSource/sonarqube-scan-action` from 5.1.0 to 5.2.0 - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@v5.1.0...v5.2.0) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-version: 3.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-deps - dependency-name: SonarSource/sonarqube-scan-action dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 27b2090 commit cb5a8d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
go-version-file: go.mod
4646

4747
- name: Install Cosign
48-
uses: sigstore/[email protected].1
48+
uses: sigstore/[email protected].2
4949

5050
- name: Login to GitHub Container Registry
5151
uses: docker/login-action@v3

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
-o coverage.html
4040
4141
- name: SonarCloud Scan
42-
uses: SonarSource/sonarqube-scan-action@v5.1.0
42+
uses: SonarSource/sonarqube-scan-action@v5.2.0
4343
env:
4444
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
4545

0 commit comments

Comments
 (0)