Skip to content

Commit b41eba3

Browse files
chore(deps): bump the actions group with 2 updates
Bumps the actions group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail). Updates `github/codeql-action` from 4.37.7 to 4.37.8 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v4.37.7...v4.37.8) Updates `dawidd6/action-send-mail` from 3.12.0 to 18 - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](dawidd6/action-send-mail@v3.12.0...v18) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: dawidd6/action-send-mail dependency-version: '18' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 161edbe commit b41eba3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ jobs:
3434
uses: actions/checkout@v7.0.1
3535

3636
- name: Initialize CodeQL
37-
uses: github/codeql-action/init@v4.37.7
37+
uses: github/codeql-action/init@v4.37.8
3838
with:
3939
languages: ${{ matrix.language }}
4040
build-mode: ${{ matrix.build-mode }}
4141

4242
- name: Autobuild
43-
uses: github/codeql-action/autobuild@v4.37.7
43+
uses: github/codeql-action/autobuild@v4.37.8
4444

4545
- name: Perform CodeQL Analysis
46-
uses: github/codeql-action/analyze@v4.37.7
46+
uses: github/codeql-action/analyze@v4.37.8

.github/workflows/push-email-notify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Send push notification email
20-
uses: dawidd6/action-send-mail@v3.12.0
20+
uses: dawidd6/action-send-mail@v18
2121
with:
2222
server_address: ${{ secrets.SMTP_HOST }}
2323
server_port: ${{ secrets.SMTP_PORT }}

0 commit comments

Comments
 (0)