Skip to content

Commit e44c20f

Browse files
committed
chore: add powertools actions to allow list until releases are done
Signed-off-by: heitorlessa <[email protected]>
1 parent 3b2aa0e commit e44c20f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/on_schedule_monthly_roadmap_reminder.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
contents: read
1616
pull-requests: read
1717
issues: write # create monthly roadmap report
18-
uses: aws-powertools/actions/.github/workflows/monthly_roadmap_reminder.yml@dd7035996f1813dbc50fe78e523d4c2a074258a9
18+
19+
# setting to `@main` until we have releases and governance installed
20+
uses: aws-powertools/actions/.github/workflows/monthly_roadmap_reminder.yml@main
1921
secrets:
2022
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/secure_workflows.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,6 @@ jobs:
3434
- name: Ensure 3rd party workflows have SHA pinned
3535
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@ba37328d4ea95eaf8b3bd6c6cef308f709a5f2ec # v3.0.3
3636
with:
37-
allowlist: slsa-framework/slsa-github-generator
37+
allowlist: |
38+
slsa-framework/slsa-github-generator
39+
aws-powertools/actions

0 commit comments

Comments
 (0)