Skip to content

Commit

Permalink
fix: set permissions to read
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Larson <[email protected]>
  • Loading branch information
LucasLarson committed May 14, 2024
1 parent 636c750 commit 26199f9
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,19 @@ name: Super-Linter
on:
push:

############################
# Ensure safer permissions #
############################
permissions:
contents: read

#####################################
# Cancel any in-progress job or run #
#####################################
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

############################
# Ensure safer permissions #
############################
permissions: read-all

###############
# Set the Job #
###############
Expand Down

0 comments on commit 26199f9

Please sign in to comment.