Skip to content

Commit 3cd7860

Browse files
Deps: Update GH Action Deps
1 parent 35db953 commit 3cd7860

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
lines changed

.github/workflows/biome-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
# Checkout the repository so the workflow has access to the code
1717
- name: Checkout code
18-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
18+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
1919

2020
# Run the run-biome.sh script
2121
- name: Run run-biome.sh

.github/workflows/build-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
ref: ${{ github.event.workflow_run.head_branch }}
4040
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
4141
with:
42-
node-version: 22
42+
node-version: 22.21.1
4343
- name: Installing packages
4444
run: cd performance && npm ci
4545
- name: Generating lighthouse reports for PR...
@@ -116,7 +116,7 @@ jobs:
116116
fi
117117
fi
118118
done
119-
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
119+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
120120
if: ${{ !cancelled() }}
121121
with:
122122
name: lighthouse-reports-pr

.github/workflows/commit-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Check Commit Messages
15-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
15+
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
1616
with:
1717
script: |
1818
const excludedBotIds = [
@@ -86,7 +86,7 @@ jobs:
8686
}
8787
8888
- name: Create PR comment on bad commit message
89-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
89+
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
9090
if: ${{ failure() && !github.event.pull_request.draft }}
9191
with:
9292
script: |

.github/workflows/fossa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
if: ${{ github.event.repository.fork == false }}
2323
steps:
2424
- name: Checkout Repository
25-
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.2.2
25+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2626

2727
- name: Scan
28-
uses: fossas/fossa-action@93a52ecf7c3ac7eb40f5de77fd69b1a19524de94 # v1.5.0
28+
uses: fossas/fossa-action@3ebcea1862c6ffbd5cf1b4d0bd6b3fe7bd6f2cac # v1.7.0
2929
with:
3030
api-key: ${{ secrets.FOSSA_TOKEN }}

.github/workflows/lighthouse.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
ref: ${{ github.event.workflow_run.head_branch }}
2121
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
2222
with:
23-
node-version: 18
23+
node-version: 18.20.8
2424
- name: Installing packages
2525
run: cd performance && npm ci
2626
- name: Get PR number being merged
@@ -41,7 +41,7 @@ jobs:
4141
GITHUB_PR_NUMBER: ${{ env.GITHUB_PR_NUMBER }}
4242
run: |
4343
node performance/lighthouse-script.js
44-
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
44+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
4545
with:
4646
name: lighthouse-reports-main
4747
path: lighthouse-reports/main-report.json

.github/workflows/mend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-24.04
2222
steps:
2323
- name: Checkout Repository
24-
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.2.2
24+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2525
with:
2626
ref: ${{ inputs.branch && inputs.branch || github.ref }}
2727

.github/workflows/nginx-documentation-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
git clone https://github.com/nginx/documentation.git docs
2222
2323
- name: Setup Go
24-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
24+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
2525
with:
26-
go-version: ">=1.23"
26+
go-version: "1.25.4"
2727

2828
- name: Setup Hugo
2929
uses: peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3.0.0

.github/workflows/playwright.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
# Checkout the repository so the workflow has access to the code
2020
- name: Checkout code
21-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
21+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
2222
- name: Setup Hugo
2323
uses: peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3.0.0
2424
with:
@@ -34,15 +34,15 @@ jobs:
3434
echo "Playwright tests failed. Please view the Playwright report to see full error."
3535
exit 1
3636
fi
37-
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
37+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
3838
id: artifact-upload
3939
if: ${{ !cancelled() && failure() && steps.test-ui.conclusion == 'failure' }}
4040
with:
4141
name: playwright-report
4242
path: tests/playwright-report/
4343
retention-days: 3
4444
- name: Comment on PR with Playwright report
45-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
45+
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
4646
if: ${{ failure() }}
4747
with:
4848
script: |

0 commit comments

Comments
 (0)