File tree Expand file tree Collapse file tree 4 files changed +14
-9
lines changed Expand file tree Collapse file tree 4 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 43
43
44
44
steps :
45
45
- name : Checkout repository
46
- uses : actions/checkout@v3
46
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
47
47
48
48
# Initializes the CodeQL tools for scanning.
49
49
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 32
32
33
33
steps :
34
34
- name : " Checkout code"
35
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
35
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
36
36
with :
37
37
persist-credentials : false
38
38
Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ jobs:
22
22
- run : echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
23
23
- run : echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
24
24
- name : Check out repository code
25
- uses : actions/checkout@v3
25
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
26
26
- name : Set up Python 3.10
27
- uses : actions/setup-python@v4
27
+ uses : actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
28
28
with :
29
29
python-version : " 3.10"
30
30
- name : Set up Node
31
- uses : actions/setup-node@v3
31
+ uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
32
32
with :
33
33
node-version : " 16"
34
34
- name : Install dependencies
89
89
if : contains('refs/heads/main', github.ref)
90
90
steps :
91
91
- name : Check out repository code
92
- uses : actions/checkout@v3
93
- - run : echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
94
- - uses : actions/checkout@v3
92
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
95
93
- name : Set up Python 3.10
96
- uses : actions/setup-python@v4
94
+ uses : actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
97
95
with :
98
96
python-version : " 3.10"
99
97
- name : Install dependencies
Original file line number Diff line number Diff line change
1
+ <!-- markdownlint-disable MD043 -->
2
+
3
+ ## Reporting a Vulnerability
4
+
5
+ If you discover a potential security issue in this project contact directly via email to ran.isenberg@ranthebuilder.cloud .
6
+
7
+ Please do ** not** create a public GitHub issue.
You can’t perform that action at this time.
0 commit comments