Skip to content

Commit

Permalink
🚀 gha: Bump release-drafter/release-drafter from 5.25.0 to 6.1.0
Browse files Browse the repository at this point in the history
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5.25.0 to 6.1.0.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](release-drafter/release-drafter@v5.25.0...v6.1.0)

---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent e734c2c commit 2be7e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
steps:
- name: Build Releasenotes
id: github_releasenotes
uses: release-drafter/release-drafter@v5.25.0
uses: release-drafter/release-drafter@v6.1.0

Check warning

Code scanning / Semgrep (reported by Codacy)

An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Warning

An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release.
with:
publish: "${{ steps.check-version.outputs.tag != '' }}"
tag: '${{ steps.check-version.outputs.tag }}'
Expand Down

0 comments on commit 2be7e82

Please sign in to comment.