Skip to content

Commit be8c268

Browse files
Bump the github-actions group with 5 updates (#401)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Collom <[email protected]>
1 parent f270897 commit be8c268

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
severity: "CRITICAL,HIGH,MEDIUM"
5252

5353
- name: Upload Trivy scan results to GitHub Security tab
54-
uses: github/codeql-action/upload-sarif@v3
54+
uses: github/codeql-action/upload-sarif@v4
5555
with:
5656
sarif_file: "trivy-results.sarif"
5757

@@ -98,7 +98,7 @@ jobs:
9898
continue-on-error: true
9999

100100
- name: Generate code coverage artifacts
101-
uses: actions/upload-artifact@v4
101+
uses: actions/upload-artifact@v5
102102
with:
103103
name: code-coverage
104104
path: coverage.out

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,12 @@ jobs:
110110

111111
- name: Build Changelog
112112
id: github_release
113-
uses: mikepenz/release-changelog-builder-action@v5
113+
uses: mikepenz/release-changelog-builder-action@v6
114114
with:
115115
ignorePreReleases: true
116116

117117
- name: Create Release PR
118-
uses: devops-infra/action-pull-request@v0.6.1
118+
uses: devops-infra/action-pull-request@v1.0.2
119119
with:
120120
github_token: ${{ secrets.GITHUB_TOKEN }}
121121
target_branch: main
@@ -207,7 +207,7 @@ jobs:
207207
# Install the cosign tool except on PR
208208
# https://github.com/sigstore/cosign-installer
209209
- name: Install cosign
210-
uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 #v3.10.0
210+
uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad #v4.0.0
211211
with:
212212
cosign-release: "v2.2.4"
213213

0 commit comments

Comments
 (0)