Skip to content

Commit efe31ce

Browse files
Merge branch 'master' into netcat-reverse-shell-fix
2 parents f818076 + 98f551d commit efe31ce

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/greetings.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Greet First-Time Contributors
22

33
on:
4-
pull_request:
4+
pull_request_target:
55
types:
66
- opened
77
issues:
@@ -11,17 +11,15 @@ on:
1111
permissions:
1212
issues: write
1313
pull-requests: write
14-
id-token: write
15-
contents: read
1614

1715
jobs:
1816
greeting:
1917
name: Greet First-Time Contributors
20-
if: github.event_name == 'issues' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository)
18+
if: github.event_name == 'issues' || (github.event_name == 'pull_request_target' && github.event.pull_request.head.repo.full_name != github.repository)
2119
runs-on: ubuntu-latest
2220

2321
steps:
24-
- uses: actions/first-interaction@v3
22+
- uses: actions/first-interaction@1c4688942c71f71d4f5502a26ea67c331730fa4d # v3.1.0
2523
with:
2624
issue_message: |
2725
Welcome :wave:

.github/workflows/pr-labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
pull-requests: write
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/labeler@v6
15+
- uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1

0 commit comments

Comments
 (0)