Skip to content
This repository was archived by the owner on Jul 27, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: trailheadapps-Ubuntu
steps:
- name: 'Auto-assign issue'
uses: pozil/auto-assign-issue@v2
uses: pozil/auto-assign-issue@v4.0.1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: ${{ vars.DEFAULT_ISSUE_ASSIGNEE }}
14 changes: 7 additions & 7 deletions .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@ jobs:
steps:
# Checkout the source code
- name: 'Checkout source code'
uses: actions/checkout@v4
uses: actions/checkout@v7.0.0

# Install Volta to enforce proper node and package manager versions
- name: 'Install Volta'
uses: volta-cli/action@v4
uses: volta-cli/action@v5.0.0

# Cache node_modules to speed up the process
- name: 'Restore node_modules cache'
id: cache-npm
uses: actions/cache@v4
uses: actions/cache@v6.0.0
with:
path: node_modules
key: npm-${{ hashFiles('**/package-lock.json') }}
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:

# Upload code coverage data
- name: 'Upload code coverage for LWC to Codecov.io'
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v7.0.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: LWC
Expand All @@ -94,7 +94,7 @@ jobs:
steps:
- name: 'Fetch Dependabot metadata'
id: dependabot
uses: dependabot/fetch-metadata@v2
uses: dependabot/fetch-metadata@v3.1.0

- name: 'Check auto merge conditions'
id: auto-merge
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
steps:
# Checkout the source code
- name: 'Checkout source code'
uses: actions/checkout@v4
uses: actions/checkout@v7.0.0

# Run PMD scan
- name: 'Run PMD scan'
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:

# Upload code coverage data
- name: 'Upload code coverage for Apex to Codecov.io'
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v7.0.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: Apex
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ jobs:
steps:
# Checkout the source code
- name: 'Checkout source code'
uses: actions/checkout@v4
uses: actions/checkout@v7.0.0

# Install Volta to enforce proper node and package manager versions
- name: 'Install Volta'
uses: volta-cli/action@v4
uses: volta-cli/action@v5.0.0

# Cache node_modules to speed up the process
- name: 'Restore node_modules cache'
id: cache-npm
uses: actions/cache@v4
uses: actions/cache@v6.0.0
with:
path: node_modules
key: npm-${{ hashFiles('**/package-lock.json') }}
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:

# Upload code coverage data
- name: 'Upload code coverage for LWC to Codecov.io'
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v7.0.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: LWC
Expand All @@ -68,7 +68,7 @@ jobs:
steps:
# Checkout the source code
- name: 'Checkout source code'
uses: actions/checkout@v4
uses: actions/checkout@v7.0.0

# Run PMD scan
- name: 'Run PMD scan'
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:

# Upload code coverage data
- name: 'Upload code coverage for Apex to Codecov.io'
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v7.0.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: Apex
Expand All @@ -146,7 +146,7 @@ jobs:
steps:
# Checkout the source code with history
- name: 'Checkout source code'
uses: actions/checkout@v4
uses: actions/checkout@v7.0.0

# Check for package changes using git diff
- name: 'Check for package changes'
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:

# Trigger packaging workflow if needed
- name: 'Trigger packaging workflow if needed'
uses: peter-evans/repository-dispatch@v3
uses: peter-evans/repository-dispatch@v4.0.1
if: steps.checkForChanges.outputs.changes != '[]'
with:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codetour-watch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
if: github.actor != 'trailheadapps-bot' && github.actor != 'dependabot[bot]'
steps:
- name: 'Checkout source code'
uses: actions/checkout@v4
uses: actions/checkout@v7.0.0

- name: 'Watch CodeTour changes'
uses: pozil/codetour-watch@v3.0.0
uses: pozil/codetour-watch@v4.0.0

skip-codetour-watch:
if: github.actor == 'trailheadapps-bot' || github.actor == 'dependabot[bot]'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
# Trigger packaging workflow
- name: 'Trigger packaging workflow'
uses: peter-evans/repository-dispatch@v3
uses: peter-evans/repository-dispatch@v4.0.1
with:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
event-type: start-packaging
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/new-issue-welcome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
comment:
runs-on: trailheadapps-Ubuntu
steps:
- uses: actions/github-script@v6
- uses: actions/github-script@v9.0.0
with:
script: |
await github.rest.issues.createComment({
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

# Checkout the source code
- name: 'Checkout source code'
uses: actions/checkout@v4
uses: actions/checkout@v7.0.0
with:
ref: ${{ github.event.client_payload.ref }}

Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
# Create PR for new package version
- name: 'Create PR for new package version'
id: create-pr
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v8.1.1
with:
title: 'Package: ${{ matrix.package }} - New version: ${{ steps.createPackageVersion.outputs.packageVersionId }}'
body: 'Released new package version ${{ steps.createPackageVersion.outputs.packageVersionId }} for package ${{ matrix.package }}'
Expand Down
Loading