We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6622a61 commit c9fcc20Copy full SHA for c9fcc20
3 files changed
.github/workflows/code-quality.yml
@@ -2,6 +2,9 @@ name: Code Quality
2
3
on: [push, pull_request]
4
5
+permissions:
6
+ contents: read
7
+
8
jobs:
9
code-quality:
10
name: Code Quality Checks
.github/workflows/npm-release.yml
@@ -9,6 +9,10 @@ on:
paths:
- 'libCacheSim-node/**'
11
12
13
+ contents: write # Needed for creating releases and accessing repository contents
14
+ actions: read # Needed for workflow actions
15
16
env:
17
BUILD_TYPE: Release
18
.github/workflows/scorecard.yml
@@ -15,7 +15,9 @@ on:
branches: [ "develop" ]
# Declare default permissions as read only.
-permissions: read-all
19
20
+ actions: read
21
22
23
analysis:
0 commit comments