We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36bf956 + cebeceb commit 98830abCopy full SHA for 98830ab
3 files changed
.github/workflows/docker-bake.yml
@@ -1,5 +1,8 @@
1
name: docker bake
2
3
+permissions:
4
+ contents: read
5
+
6
on:
7
push:
8
branches:
.github/workflows/rust.yml
name: rust tests
.github/workflows/secure_workflows.yml
@@ -26,8 +26,6 @@ jobs:
26
name: Harden Security
27
if: github.repository_owner == 'aws-samples'
28
runs-on: ubuntu-latest
29
- permissions:
30
- contents: read # checkout code and subsequently GitHub action workflows
31
steps:
32
- name: Checkout code
33
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
0 commit comments