We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e0279 commit 2e149b5Copy full SHA for 2e149b5
.github/workflows/rust.yml
@@ -1,5 +1,11 @@
1
name: Rust
2
3
+permissions:
4
+ contents: read
5
+ pull-requests: write
6
+ checks: write
7
+ security-events: write
8
+
9
on:
10
push:
11
pull_request:
@@ -50,6 +56,11 @@ jobs:
50
56
sarif_file: rust-clippy-results.sarif
51
57
wait-for-processing: true
52
58
test:
59
+ permissions:
60
61
62
63
53
64
if: (github.event_name != 'pull_request' && ! github.event.pull_request.head.repo.fork) || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork)
54
65
runs-on: ubuntu-latest
55
66
steps:
0 commit comments