Skip to content

Commit 763584a

Browse files
authored
security: more security changes (#669)
1 parent 79d5c55 commit 763584a

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

.github/workflows/codeql.yml renamed to .github/workflows/codeql-analysis.yml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: Checkout repository
46-
uses: actions/checkout@v3
46+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
4747

4848
# Initializes the CodeQL tools for scanning.
4949
- name: Initialize CodeQL

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: "Checkout code"
35-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
35+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
3636
with:
3737
persist-credentials: false
3838

.github/workflows/serverless-service.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
2323
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
2424
- name: Check out repository code
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
2626
- name: Set up Python 3.10
27-
uses: actions/setup-python@v4
27+
uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
2828
with:
2929
python-version: "3.10"
3030
- name: Set up Node
31-
uses: actions/setup-node@v3
31+
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
3232
with:
3333
node-version: "16"
3434
- name: Install dependencies
@@ -89,11 +89,9 @@ jobs:
8989
if: contains('refs/heads/main', github.ref)
9090
steps:
9191
- 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
9593
- name: Set up Python 3.10
96-
uses: actions/setup-python@v4
94+
uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
9795
with:
9896
python-version: "3.10"
9997
- name: Install dependencies

SECURITY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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.

0 commit comments

Comments
 (0)