Skip to content

Commit 2ac31cf

Browse files
chore(deps): update actions/checkout action to v5
1 parent 8fc4377 commit 2ac31cf

19 files changed

+23
-23
lines changed

.github/workflows/auto-update-linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# Checkout the code base #
4848
##########################
4949
- name: Checkout Code
50-
uses: actions/checkout@v4
50+
uses: actions/checkout@v5
5151

5252
# Free disk space
5353
- name: Free Disk space

.github/workflows/build-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
INPUTS_CONTEXT: ${{ toJson(github.event.inputs) }}
5858
run: echo "$INPUTS_CONTEXT"
5959
# Checkout the pull request branch
60-
- uses: actions/checkout@v4
60+
- uses: actions/checkout@v5
6161
with:
6262
token: ${{ secrets.GITHUB_TOKEN }}
6363
repository: ${{ github.event.inputs.checkout-repository }}

.github/workflows/build-deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
contents: write
2525
if: github.repository == 'oxsecurity/megalinter'
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828
with:
2929
fetch-depth: 0
3030
- uses: actions/setup-python@v5

.github/workflows/deploy-ALPHA-flavors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
# Checkout the code base #
8383
##########################
8484
- name: Checkout Code
85-
uses: actions/checkout@v4
85+
uses: actions/checkout@v5
8686

8787
- name: Set up QEMU
8888
uses: docker/setup-qemu-action@v3

.github/workflows/deploy-ALPHA.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# Checkout the code base #
5959
##########################
6060
- name: Checkout Code
61-
uses: actions/checkout@v4
61+
uses: actions/checkout@v5
6262

6363
########################################################
6464
# Publish updated version of mega-linter-runner on NPM #

.github/workflows/deploy-BETA-flavors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
##################
9090
steps:
9191
- name: Checkout Code
92-
uses: actions/checkout@v4
92+
uses: actions/checkout@v5
9393

9494
- name: Docker Metadata action
9595
uses: docker/[email protected]

.github/workflows/deploy-BETA-linters.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
linters: ${{ steps.set-matrix.outputs.linters }}
4747
steps:
4848
- name: Checkout Code
49-
uses: actions/checkout@v4
49+
uses: actions/checkout@v5
5050
- name: Read linters_matrix.json
5151
id: set-matrix
5252
run: |
@@ -79,7 +79,7 @@ jobs:
7979
##################
8080
steps:
8181
- name: Checkout Code
82-
uses: actions/checkout@v4
82+
uses: actions/checkout@v5
8383

8484
- name: Docker Metadata action
8585
uses: docker/[email protected]

.github/workflows/deploy-BETA.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
##################
5656
steps:
5757
- name: Checkout Code
58-
uses: actions/checkout@v4
58+
uses: actions/checkout@v5
5959

6060
########################################################
6161
# Publish updated version of mega-linter-runner on NPM #

.github/workflows/deploy-DEV-linters.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
linters: ${{ steps.set-matrix.outputs.linters }}
3131
steps:
3232
- name: Checkout Code
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v5
3434
- name: Get PR title or commit message
3535
id: get-title
3636
run: |
@@ -98,7 +98,7 @@ jobs:
9898
##################
9999
steps:
100100
- name: Checkout Code
101-
uses: actions/checkout@v4
101+
uses: actions/checkout@v5
102102

103103
- name: Docker Metadata action
104104
uses: docker/[email protected]

.github/workflows/deploy-DEV.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
##################
5151
steps:
5252
- name: Checkout Code
53-
uses: actions/checkout@v4
53+
uses: actions/checkout@v5
5454
with:
5555
fetch-depth: 0
5656
- name: Free Disk space

0 commit comments

Comments
 (0)