Skip to content

Commit d77cd44

Browse files
ci: bump the github-actions group with 2 updates (#36)
Bumps the github-actions group with 2 updates: [softprops/action-gh-release](https://github.com/softprops/action-gh-release) and [actions/github-script](https://github.com/actions/github-script). Updates `softprops/action-gh-release` from 2 to 3 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v2...v3) Updates `actions/github-script` from 8 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bd740fd commit d77cd44

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
run: ls -la artifacts/
241241

242242
- name: Create GitHub Release
243-
uses: softprops/action-gh-release@v2
243+
uses: softprops/action-gh-release@v3
244244
with:
245245
tag_name: v${{ needs.validate.outputs.version }}
246246
name: v${{ needs.validate.outputs.version }}

.github/workflows/security-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- uses: actions/checkout@v6
8181

8282
- name: Create issue for vulnerabilities
83-
uses: actions/github-script@v8
83+
uses: actions/github-script@v9
8484
with:
8585
script: |
8686
const title = '🤖 Dependency vulnerabilities detected';

0 commit comments

Comments
 (0)