1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-07-31 12:34:05 +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

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