Skip to content

Commit

Permalink
Added copyright note
Browse files Browse the repository at this point in the history
Signed-off-by: evershalik <[email protected]>
  • Loading branch information
evershalik committed Apr 1, 2023
1 parent 2534429 commit 6c46f0e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Copyright Contributors to the L3AF Project.
# SPDX-License-Identifier: Apache-2.0
#
# For documentation on the github environment, see
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners
#
# For documentation on the syntax of this file, see
# https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions

name: "CodeQL"

on:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/scorecards-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ concurrency:
cancel-in-progress: true

# Declare default permissions as read only.
permissions: read-all
permissions:
contents: read

jobs:
analysis:
Expand Down

0 comments on commit 6c46f0e

Please sign in to comment.