Skip to content
Open
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/cache-invalidation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_EC2_METADATA_DISABLED: true
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- run: aws configure set preview.cloudfront true
- run: ./scripts/postrelease/invalidate_cdn_cache
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Use Node.js
uses: actions/setup-node@v6
with:
Expand All @@ -35,7 +35,7 @@ jobs:
node-version: [20.x, 22.x]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6
with:
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
ref: ${{ github.event.pull_request.base.ref }}
- name: Use Node.js
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
needs: [test, base-coverage]
if: github.event_name == 'pull_request' && needs.test.result == 'success' && needs.base-coverage.result == 'success'
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Download PR coverage
uses: actions/download-artifact@v7
with:
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
ENABLE_NET_CONNECT: true
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6
with:
Expand All @@ -190,7 +190,7 @@ jobs:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
ENABLE_NET_CONNECT: true
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6
with:
Expand All @@ -213,7 +213,7 @@ jobs:
node-version: [22.x]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Use Node.js
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/create-cli-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# final check to ensure package.json doesn't have a dist tag, ex: '-beta'
isStableRelease: ${{ fromJSON(inputs.isStableCandidate) && !steps.getVersion.outputs.channel }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- id: getVersion
uses: ./.github/actions/get-version-and-channel/
with:
Expand All @@ -34,7 +34,7 @@ jobs:
contents: read
id-token: write
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Use Node.js 22.x
uses: actions/setup-node@v6
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/devcenter-doc-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ fromJSON(inputs.isStableRelease) }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Use Node.js 22.x
uses: actions/setup-node@v6
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/direwolf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
timeout-minutes: 20
environment: direwolf
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Install jq
run: |
sudo apt-get update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/empty-stampy-buckets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
environment: Stampy
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Empty Stampy signed and unsigned buckets
env:
STAMPY_ARN: ${{ secrets.STAMPY_ARN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/get-signed-from-stampy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
environment: Stampy
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: download signed Windows installer from Stampy
env:
STAMPY_ARN: ${{ secrets.STAMPY_ARN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pack-upload-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_EC2_METADATA_DISABLED: true
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@41775cf0c82ef066f1eb39cea1bd74697ca5b735
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pack-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
env:
HEROKU_AUTHOR: 'Heroku'
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Install system deps
run: |
sudo apt-get update
Expand All @@ -30,7 +30,7 @@ jobs:
pack_tarballs:
runs-on: pub-hk-ubuntu-22.04-2xlarge
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Install system deps
run: |
sudo apt-get update
Expand All @@ -57,7 +57,7 @@ jobs:
HEROKU_DEB_KEY_ID: ${{ secrets.HEROKU_DEB_KEY_ID }}
HEROKU_DEB_PUBLIC_KEY: ${{ secrets.HEROKU_DEB_PUBLIC_KEY }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- run: sudo mkdir -p /build
- uses: actions/download-artifact@v7
with:
Expand All @@ -81,7 +81,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_EC2_METADATA_DISABLED: true
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- run: sudo mkdir -p /build
- uses: actions/download-artifact@v7
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/promote-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_EC2_METADATA_DISABLED: true
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Use Node.js 22.x
uses: actions/setup-node@v6
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_EC2_METADATA_DISABLED: true
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Use Node.js 22.x
uses: actions/setup-node@v6
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: pub-hk-ubuntu-24.04-ip
environment: ReleaseHomebrew
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: webfactory/ssh-agent@v0.5.4
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
channel: ${{ steps.getVersion.outputs.channel }}
version: ${{ steps.getVersion.outputs.version }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- id: getVersion
uses: ./.github/actions/get-version-and-channel/
with:
Expand All @@ -44,7 +44,7 @@ jobs:
VERSION: ${{ needs.get-version-channel.outputs.version }}
CURRENT_BRANCH_NAME: ${{ github.ref_name }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- run: npm ci
- run: ./scripts/release/validate-prerelease

Expand All @@ -58,7 +58,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAG_NAME: ${{ format('v{0}', needs.get-version-channel.outputs.version) }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: actions/setup-node@v6
with:
node-version: 22.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/start-gh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
outputs:
sourceName: ${{ steps.sourceName.outputs.sourceName }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Remove 'refs/heads/' from GITHUB_HEAD_REF
shell: bash
id: sourceName
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-create-github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
# fetch entire repo, not just this branch. Tags & commits are needed for release notes
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-installed-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
env:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: actions/setup-node@v6
with:
node-version: '22.x'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tps-check-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
environment: ChangeManagement
steps:
# checkout required to get github.sha
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- env:
TPS_API_TOKEN: ${{ secrets.TPS_API_TOKEN_PARAM }}
run: ./scripts/release/tps_check_lock cli ${{ github.sha }}
2 changes: 1 addition & 1 deletion .github/workflows/tps-record-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
environment: ChangeManagement
steps:
# checkout required to get github.sha
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- env:
ACTOR_EMAIL: ${{ secrets.TPS_API_RELEASE_ACTOR_EMAIL }}
TPS_API_TOKEN: ${{ secrets.TPS_API_TOKEN_PARAM }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-to-stampy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
environment: Stampy
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: download Windows installers from s3
env:
AWS_ACCESS_KEY_ID: ${{secrets.AWS_ACCESS_KEY_ID}}
Expand Down
Loading