/
githubmirror
/
icu
Обзор
Документация
Войти
/
githubmirror
/
icu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.github/workflows/check_workflows.yml
37 строк
1001 B
dependabot[bot]
ICU-23247 Bump the github-actions group with 8 updates
04 авг 2026, 00:52
04 авг 2026, 00:52
6f8b1e8
Код
Авторство
О чём код?
# Copyright (C) 2026 and later: Unicode, Inc. and others. # License & terms of use: http://www.unicode.org/copyright.html name: GitHub Actions Security Analysis on: push: branches: - main - 'maint/maint*' paths: - '.github/workflows/**' pull_request: branches: ["**"] paths: - '.github/workflows/**' workflow_dispatch: # To trigger the Env Test workflow manually, follow the instructions in # https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow permissions: {} jobs: zizmor: runs-on: ubuntu-24.04 # Updated in BRS permissions: security-events: write steps: - name: Checkout repository uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - name: Run zizmor uses: zizmorcore/zizmor-action@6fc4b006235f201fdab3722e17240ab420d580e5 # v0.6.1 with: inputs: .github/workflows