From 94e67f46a938b8df275a08f71cfc3882fb439d4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 13:13:59 +0000 Subject: [PATCH] ci(deps): bump firestoned/github-actions/security/license-check Bumps [firestoned/github-actions/security/license-check](https://github.com/firestoned/github-actions) from 1.3.6 to 1.3.7. - [Release notes](https://github.com/firestoned/github-actions/releases) - [Changelog](https://github.com/firestoned/github-actions/blob/main/CHANGELOG.md) - [Commits](https://github.com/firestoned/github-actions/compare/53b483254bc648903c364ee3c73a546d0936a91e...d0d51c638a90bffc2a1567fe7af112b37fe8854c) --- updated-dependencies: - dependency-name: firestoned/github-actions/security/license-check dependency-version: 1.3.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e5864f1..cd9c4c6 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -58,7 +58,7 @@ jobs: uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Check license headers - uses: firestoned/github-actions/security/license-check@53b483254bc648903c364ee3c73a546d0936a91e # v1.3.6 + uses: firestoned/github-actions/security/license-check@d0d51c638a90bffc2a1567fe7af112b37fe8854c # v1.3.7 with: copyright-holder: "Erick Bourgeois, firestoned" license-id: "Apache-2.0"