Skip to content

Commit 24a70da

Browse files
harshitasaopoiana
authored andcommitted
made required changes
Signed-off-by: harshitasao <[email protected]>
1 parent 9f180b9 commit 24a70da

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/codespell.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Codespell
22
on:
33
pull_request:
4+
45
permissions:
56
contents: read
67

.github/workflows/reusable_build_docker.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ on:
2424
# then we upload all the tarballs to be later downloaded by reusable_publish_docker workflow.
2525
# In this way, we don't need to publish any arch specific image,
2626
# and this "build" workflow is actually only building images.
27+
2728
permissions:
2829
contents: read
2930

.github/workflows/reusable_test_packages.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Run tests
5858
env:
5959
LSAN_OPTIONS: "intercept_tls_get_addr=0"
60-
uses: falcosecurity/testing@32e319ae505fb330ae74db4502e605a5e517ff22 # main
60+
uses: falcosecurity/testing@main
6161
with:
6262
test-falco: 'true'
6363
test-falcoctl: 'true'

0 commit comments

Comments
 (0)