From b85df9575ae182713f777522a5a57e43c3270edf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 23:56:18 +0000 Subject: [PATCH 1/4] chore(deps): Bump the actions group with 4 updates Bumps the actions group with 4 updates: [github/codeql-action](https://github.com/github/codeql-action), [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog), [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) and [Bogdanp/setup-racket](https://github.com/bogdanp/setup-racket). Updates `github/codeql-action` from 4.37.7 to 4.37.9 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v4.37.7...v4.37.9) Updates `trufflesecurity/trufflehog` from 3.97.0 to 3.97.1 - [Release notes](https://github.com/trufflesecurity/trufflehog/releases) - [Commits](https://github.com/trufflesecurity/trufflehog/compare/v3.97.0...v3.97.1) Updates `dawidd6/action-send-mail` from 3.12.0 to 18 - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/v3.12.0...v18) Updates `Bogdanp/setup-racket` from 1.9.1 to 1.15 - [Release notes](https://github.com/bogdanp/setup-racket/releases) - [Commits](https://github.com/bogdanp/setup-racket/compare/v1.9.1...v1.15) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: trufflesecurity/trufflehog dependency-version: 3.97.1 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 - dependency-name: Bogdanp/setup-racket dependency-version: '1.15' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 4 ++-- .github/workflows/comprehensive-quality.yml | 2 +- .github/workflows/push-email-notify.yml | 2 +- .github/workflows/test.yml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index daa9701..ed41e2d 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -40,12 +40,12 @@ jobs: uses: actions/checkout@v7.0.1 - name: Initialize CodeQL - uses: github/codeql-action/init@v4.37.7 + uses: github/codeql-action/init@v4.37.9 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v4.37.7 + uses: github/codeql-action/analyze@v4.37.9 with: category: "/language:${{ matrix.language }}" diff --git a/.github/workflows/comprehensive-quality.yml b/.github/workflows/comprehensive-quality.yml index 5da7a3c..e6d2e7d 100644 --- a/.github/workflows/comprehensive-quality.yml +++ b/.github/workflows/comprehensive-quality.yml @@ -39,7 +39,7 @@ jobs: steps: - uses: actions/checkout@v7.0.1 - name: Secret scanning - uses: trufflesecurity/trufflehog@v3.97.0 + uses: trufflesecurity/trufflehog@v3.97.1 continue-on-error: true - name: Dependency vulnerabilities run: | diff --git a/.github/workflows/push-email-notify.yml b/.github/workflows/push-email-notify.yml index 4f733f4..4ee4d49 100644 --- a/.github/workflows/push-email-notify.yml +++ b/.github/workflows/push-email-notify.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Send push notification email - uses: dawidd6/action-send-mail@v3.12.0 + uses: dawidd6/action-send-mail@v18 with: server_address: ${{ secrets.SMTP_HOST }} server_port: ${{ secrets.SMTP_PORT }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 616ae91..be706d7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v7.0.1 - name: Setup Racket - uses: Bogdanp/setup-racket@v1.9.1 + uses: Bogdanp/setup-racket@v1.15 with: version: ${{ matrix.racket-version }} # rackunit ships with the full Racket distribution (already present @@ -81,7 +81,7 @@ jobs: uses: actions/checkout@v7.0.1 - name: Setup Racket - uses: Bogdanp/setup-racket@v1.9.1 + uses: Bogdanp/setup-racket@v1.15 with: version: 'current' From 43ab4a70ee62a75692d7dcac61626d99e84c2019 Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Mon, 31 Aug 2026 11:49:11 +0100 Subject: [PATCH 2/4] ci: pin send-mail action v18 --- .github/workflows/push-email-notify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-email-notify.yml b/.github/workflows/push-email-notify.yml index 4ee4d49..3c4a47d 100644 --- a/.github/workflows/push-email-notify.yml +++ b/.github/workflows/push-email-notify.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Send push notification email - uses: dawidd6/action-send-mail@v18 + uses: dawidd6/action-send-mail@94de994a9f6fffee200243214e17002e2920bb59 # v18 with: server_address: ${{ secrets.SMTP_HOST }} server_port: ${{ secrets.SMTP_PORT }} From 8ed50673bd16df962b160c67f0ecaf941a60c57f Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Mon, 31 Aug 2026 11:52:40 +0100 Subject: [PATCH 3/4] ci: pin reviewed action dependency --- .github/workflows/comprehensive-quality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/comprehensive-quality.yml b/.github/workflows/comprehensive-quality.yml index e6d2e7d..5c8fcb1 100644 --- a/.github/workflows/comprehensive-quality.yml +++ b/.github/workflows/comprehensive-quality.yml @@ -39,7 +39,7 @@ jobs: steps: - uses: actions/checkout@v7.0.1 - name: Secret scanning - uses: trufflesecurity/trufflehog@v3.97.1 + uses: trufflesecurity/trufflehog@20652fbbdefffcdaa493a5bf57ab2ac6b1db715b # v3.97.1 continue-on-error: true - name: Dependency vulnerabilities run: | From 472a5ee44aa3c2c37f503b7bb2220cc6cb104bb7 Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Mon, 31 Aug 2026 11:53:18 +0100 Subject: [PATCH 4/4] ci: pin setup-racket action --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index be706d7..5a1b9b2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v7.0.1 - name: Setup Racket - uses: Bogdanp/setup-racket@v1.15 + uses: Bogdanp/setup-racket@2466913449df77df2bad149d1f2fc4e1ea4795dd # v1.15 with: version: ${{ matrix.racket-version }} # rackunit ships with the full Racket distribution (already present @@ -81,7 +81,7 @@ jobs: uses: actions/checkout@v7.0.1 - name: Setup Racket - uses: Bogdanp/setup-racket@v1.15 + uses: Bogdanp/setup-racket@2466913449df77df2bad149d1f2fc4e1ea4795dd # v1.15 with: version: 'current'