Skip to content

Commit 1396ebc

Browse files
Merge pull request #305 from AikidoSec/aikido-security-concerns
Lock 3rd party gh actions + .aikido file
2 parents 6ef47e2 + 077bc3e commit 1396ebc

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.aikido

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
exclude:
2+
paths:
3+
- benchmarks/
4+
- end2end/
5+
- docs/
6+
- sample-apps/

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
working-directory: ./sample-apps/flask-mysql
4848
run: nohup make runBenchmark & nohup make runZenDisabled &
4949
- name: Install K6
50-
uses: grafana/setup-k6-action@v1
50+
uses: grafana/setup-k6-action@ffe7d7290dfa715e48c2ccc924d068444c94bde2 # v1
5151
- name: Run flask-mysql k6 Benchmark
5252
run: |
5353
k6 run -q ./benchmarks/flask-mysql-benchmarks.js

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Download binaries & build
5757
run: make build
5858
- name: Publish package distributions to PyPI
59-
uses: pypa/gh-action-pypi-publish@release/v1
59+
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # release/v1
6060
- name: Store the distribution packages
6161
uses: actions/upload-artifact@v3
6262
with:

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
make cov
3333
3434
- name: Upload coverage report to Codecov
35-
uses: codecov/codecov-action@v4
35+
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4
3636
with:
3737
fail_ci_if_error: true
3838
files: ./coverage.xml

0 commit comments

Comments
 (0)