Skip to content

Commit 0d432bf

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.6 to 4.37.7 - [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.6...v4.37.7) 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.7 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 f26235f commit 0d432bf

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ jobs:
4545
uses: actions/checkout@v7.0.1
4646

4747
- name: Initialize CodeQL
48-
uses: github/codeql-action/init@v4.37.6
48+
uses: github/codeql-action/init@v4.37.7
4949
with:
5050
languages: ${{ matrix.language }}
5151
build-mode: ${{ matrix.build-mode }}
5252

5353
- name: Perform CodeQL Analysis
54-
uses: github/codeql-action/analyze@v4.37.6
54+
uses: github/codeql-action/analyze@v4.37.7
5555
with:
5656
category: "/language:${{ matrix.language }}"

.github/workflows/hypatia-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245
always() &&
246246
(github.event_name != 'pull_request' ||
247247
github.event.pull_request.head.repo.fork != true)
248-
uses: github/codeql-action/upload-sarif@v4.37.6
248+
uses: github/codeql-action/upload-sarif@v4.37.7
249249
with:
250250
sarif_file: hypatia.sarif
251251
# Distinct category so Hypatia results coexist with CodeQL's

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

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

0 commit comments

Comments
 (0)