Skip to content

Commit

Permalink
made required changes
Browse files Browse the repository at this point in the history
Signed-off-by: harshitasao <[email protected]>
  • Loading branch information
harshitasao authored and poiana committed Sep 4, 2024
1 parent 9f180b9 commit 24a70da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Codespell
on:
pull_request:

permissions:
contents: read

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/reusable_build_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ on:
# then we upload all the tarballs to be later downloaded by reusable_publish_docker workflow.
# In this way, we don't need to publish any arch specific image,
# and this "build" workflow is actually only building images.

permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_test_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Run tests
env:
LSAN_OPTIONS: "intercept_tls_get_addr=0"
uses: falcosecurity/testing@32e319ae505fb330ae74db4502e605a5e517ff22 # main
uses: falcosecurity/testing@main
with:
test-falco: 'true'
test-falcoctl: 'true'
Expand Down

0 comments on commit 24a70da

Please sign in to comment.