Skip to content

Commit b9e93b1

Browse files
germa89clatapie
authored andcommitted
ci: add actions-security job to audit GitHub Actions usage (#4260)
1 parent fe7008c commit b9e93b1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
permissions:
4545
pull-requests: write
4646
steps:
47-
- uses: actions-ecosystem/action-add-assignees@a5b84af721c4a621eb9c7a4a95ec20a90d0b88e9 #v1.0.1
47+
- uses: actions-ecosystem/action-add-assignees@a5b84af721c4a621eb9c7a4a95ec20a90d0b88e9 #v1.0.1
4848
if: |
4949
(
5050
github.event_name == 'pull_request' &&

.github/workflows/migrator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ jobs:
298298
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
299299
with:
300300
ref: main
301-
persist-credentials: true
301+
persist-credentials: false
302302

303303
- name: Clone head repo and checkout branch. Resolve conflicts if needed.
304304
if : ${{ env.CONTINUE == 'true' }}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add actions-security job to audit GitHub Actions usage

0 commit comments

Comments
 (0)