1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +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

@ -4,6 +4,9 @@ on:
push:
branches: [master]
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
build_and_test_nightly:
strategy: