Skip to content

Commit 3553b1e

Browse files
deps: Bump the github-actions group with 2 updates (#54)
* deps: Bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [ncipollo/release-action](https://github.com/ncipollo/release-action) and [github/codeql-action](https://github.com/github/codeql-action). Updates `ncipollo/release-action` from 1.16.0 to 1.18.0 - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](ncipollo/release-action@440c8c1...bcfe547) Updates `github/codeql-action` from 3.29.0 to 3.29.1 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@ce28f5b...39edc49) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 3.29.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> * chore: Update changelog for Dependabot --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: octo-sts[bot] <157150467+octo-sts[bot]@users.noreply.github.com>
1 parent f8bd0d8 commit 3553b1e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
} >> "${GITHUB_OUTPUT}"
6868
6969
- name: Create release
70-
uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.16.0
70+
uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1.18.0
7171
with:
7272
token: ${{ github.token }}
7373
makeLatest: ${{ inputs.make_latest }}

.github/workflows/scorecard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
publish_results: true
3232

3333
- name: Upload sarif
34-
uses: github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
34+
uses: github/codeql-action/upload-sarif@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
3535
with:
3636
sarif_file: scorecard.sarif
3737

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
- Update _ossf/scorecard-action_ from `2.4.1` to [`2.4.2`](https://github.com/ossf/scorecard-action/releases/tag/v2.4.2). ([#51](https://github.com/action-stars/generic-workflows/pull/51)) _@dependabot_
2626
- Update _github/codeql-action_ from `3.28.17` to [`3.28.18`](https://github.com/github/codeql-action/releases/tag/v3.28.18). ([#51](https://github.com/action-stars/generic-workflows/pull/51)) _@dependabot_
2727
- Update `github/codeql-action` from `3.28.19` to `3.29.0`. ([#52](https://github.com/action-stars/generic-workflows/pull/52)) _@dependabot_
28+
- Update _ncipollo/release-action_ from `1.16.0` to `1.18.0`. ([#54](https://github.com/action-stars/generic-workflows/pull/54)) _@dependabot_
29+
- Update _github/codeql-action_ from `3.29.0` to `3.29.1`. ([#54](https://github.com/action-stars/generic-workflows/pull/54)) _@dependabot_
2830

2931
## [v0.5.3] - 2025-05-13
3032

0 commit comments

Comments
 (0)