GitHub Workflows security hardening (#1859)

This commit is contained in:
Alex
2022-10-31 01:42:57 +02:00
committed by GitHub
parent 3eeee13bf4
commit 24393315bf
+7
View File
@@ -3,8 +3,15 @@ name: Super Linter
on:
workflow_dispatch:
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
build:
permissions:
contents: read # to fetch code (actions/checkout)
statuses: write # to mark status of each linter run (github/super-linter/slim)
name: Lint Code Base
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}