Skip to content

Commit 7c1fd6c

Browse files
Update actions/checkout action to v4
1 parent a81e64e commit 7c1fd6c

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

.github/workflows/wf1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
security-events: write # This one, in particular, should raise a flag as it's typically not needed for most workflows
2222
steps:
2323
- name: Checkout code
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525
- name: Dummy Step
2626
run: echo "This is to test excessive token permissions"

.github/workflows/wf2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
security-events: write # This one, in particular, should raise a flag as it's typically not needed for most workflows
2222
steps:
2323
- name: Checkout code
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525
- name: Dummy Step
2626
run: echo "This is to test excessive token permissions"

.github/workflows/wf3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
security-events: write # This one, in particular, should raise a flag as it's typically not needed for most workflows
2222
steps:
2323
- name: Checkout code
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525
- name: Dummy Step
2626
run: echo "This is to test excessive token permissions"

.github/workflows/wf4 copy 2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
security-events: write # This one, in particular, should raise a flag as it's typically not needed for most workflows
2222
steps:
2323
- name: Checkout code
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525
- name: Dummy Step
2626
run: echo "This is to test excessive token permissions"

.github/workflows/wf4 copy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
security-events: write # This one, in particular, should raise a flag as it's typically not needed for most workflows
2222
steps:
2323
- name: Checkout code
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525
- name: Dummy Step
2626
run: echo "This is to test excessive token permissions"

.github/workflows/wf4.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
security-events: write # This one, in particular, should raise a flag as it's typically not needed for most workflows
2222
steps:
2323
- name: Checkout code
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525
- name: Dummy Step
2626
run: echo "This is to test excessive token permissions"

.github/workflows/wf5.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
security-events: write # This one, in particular, should raise a flag as it's typically not needed for most workflows
2222
steps:
2323
- name: Checkout code
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525
- name: Dummy Step
2626
run: echo "This is to test excessive token permissions"

.github/workflows/wf6.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
security-events: write # This one, in particular, should raise a flag as it's typically not needed for most workflows
2222
steps:
2323
- name: Checkout code
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525
- name: Dummy Step
2626
run: echo "This is to test excessive token permissions"

.github/workflows/wf7.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
security-events: write # This one, in particular, should raise a flag as it's typically not needed for most workflows
2222
steps:
2323
- name: Checkout code
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525
- name: Dummy Step
2626
run: echo "This is to test excessive token permissions"

.github/workflows/wf8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
security-events: write # This one, in particular, should raise a flag as it's typically not needed for most workflows
2222
steps:
2323
- name: Checkout code
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525
- name: Dummy Step
2626
run: echo "This is to test excessive token permissions"

0 commit comments

Comments
 (0)