Skip to content

Security Semgrep Update #17

Security Semgrep Update

Security Semgrep Update #17

# SPDX-FileCopyrightText: © 2025 open-nudge <https://github.com/open-nudge>
# SPDX-FileContributor: szymonmaszke <github@maszke.co>
#
# SPDX-License-Identifier: Apache-2.0
---
name: "Security Semgrep Update"
on:
schedule:
- cron: "0 3 * * 6"
workflow_dispatch:
permissions: {} # yamllint disable-line rule:braces
jobs:
security-semgrep-update:
permissions:
# Required to upload SARIF file to CodeQL.
# See: https://github.com/github/codeql-action/issues/2117
actions: "read"
# Require writing security events to upload SARIF file to security tab
security-events: "write"
# Only need to read contents
contents: "read"
name: "Security Semgrep Update"
# yamllint disable rule:line-length
uses: "open-nudge/opentemplate/.github/workflows/security-semgrep-reusable.yml@main" # zizmor: ignore[unpinned-uses]
# yamllint enable rule:line-length
with:
sarif: true
...