1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

GitHub Workflows security hardening (#2923)

This commit is contained in:
Alex
2022-11-04 02:42:22 +02:00
committed by GitHub
parent a2e2c30d59
commit 45b77c6819
4 changed files with 13 additions and 0 deletions

View File

@ -5,6 +5,9 @@ on:
branches:
- master
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
check_benchmark:
runs-on: ubuntu-latest