There was an error while loading. Please reload this page.
1 parent d86ff4d commit 864441bCopy full SHA for 864441b
1 file changed
.github/workflows/pre-commit.yml
@@ -11,6 +11,9 @@ on:
11
- "v[0-9]+*"
12
workflow_dispatch:
13
14
+permissions:
15
+ contents: read
16
+
17
jobs:
18
pre-commit:
19
runs-on: ubuntu-latest
@@ -19,11 +22,11 @@ jobs:
22
ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION: node16
20
23
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
21
24
steps:
- - uses: actions/checkout@v3
25
+ - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
26
with:
27
path: "."
28
- name: Set up Python
- uses: actions/setup-python@v3
29
+ uses: actions/setup-python@3542bca2639a428e1796aaa6a2ffef0c0f575566 # v3
30
31
python-version: '3.10'
- - uses: pre-commit/action@v3.0.1
32
+ - uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
0 commit comments