Skip to content

Commit 9f0bebf

Browse files
authored
Merge pull request #81 from 42ByteLabs/update-2024
Update 2024
2 parents d63efc9 + d82baed commit 9f0bebf

File tree

9 files changed

+124
-78
lines changed

9 files changed

+124
-78
lines changed

.github/workflows/build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ jobs:
1414
# https://github.com/42ByteLabs/.github/blob/main/.github/workflows/cargo.yml
1515
uses: 42ByteLabs/.github/.github/workflows/cargo.yml@main
1616
secrets: inherit
17+
permissions:
18+
contents: read
19+
security-events: write
1720

1821
container-testing:
1922
runs-on: ubuntu-latest
20-
needs: build-test
2123
steps:
2224
- name: "Checkout"
2325
uses: actions/checkout@v4

0 commit comments

Comments
 (0)