Skip to content
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
8 changes: 4 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -50,7 +50,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v1
uses: github/codeql-action/autobuild@v4

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -64,4 +64,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v4
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout Repo
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 1

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ jobs:
id-token: write
steps:
- name: Check out Git repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: ${{ github.event.release.tag_name }}

- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v6
with:
node-version: 22

- name: Get yarn cache
uses: actions/cache@v4
uses: actions/cache@v5
id: yarn-cache
with:
path: |
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- run: git checkout HEAD -- package.json # do not save jarvis dependency to package.json because it is private

# Authenticate to AWS
- uses: aws-actions/configure-aws-credentials@v4
- uses: aws-actions/configure-aws-credentials@v6
with:
aws-region: 'us-east-1'
mask-aws-account-id: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: Renato66/auto-label@v2
- uses: Renato66/auto-label@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
default-labels: '["new"]'
24 changes: 12 additions & 12 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
name: build-lint-test - node ${{ matrix.node_version }}
steps:
- name: Check out Git repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node_version }}

- name: Get yarn cache
uses: actions/cache@v4
uses: actions/cache@v5
id: yarn-cache
with:
path: |
Expand All @@ -43,10 +43,10 @@ jobs:
run: find . | grep coverage

- name: SonarCloud Scan
uses: SonarSource/sonarqube-scan-action@v5
uses: SonarSource/sonarqube-scan-action@v7
with:
args: >
-Dsonar.projectVersion=${{ github.run_id }}
"-Dsonar.projectVersion=${{ github.run_id }}"
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_CLOUD_TOKEN }}
Expand All @@ -56,15 +56,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v6
with:
node-version: 22

- name: Get yarn cache
uses: actions/cache@v4
uses: actions/cache@v5
id: yarn-cache
with:
path: |
Expand All @@ -88,15 +88,15 @@ jobs:
id-token: write
steps:
- name: Check out Git repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v6
with:
node-version: 22

- name: Get yarn cache
uses: actions/cache@v4
uses: actions/cache@v5
id: yarn-cache
with:
path: |
Expand All @@ -122,7 +122,7 @@ jobs:
- run: git checkout HEAD -- package.json # do not save jarvis dependency to package.json because it is private (the file is committed by semantic-release to bump version)

# authenticate to AWS
- uses: aws-actions/configure-aws-credentials@v4
- uses: aws-actions/configure-aws-credentials@v6
with:
aws-region: 'us-east-1'
mask-aws-account-id: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
id-token: write
steps:
- name: Check out Git repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0
# Use custom token from repo secrets to allow semantic release to push commit:
Expand All @@ -22,12 +22,12 @@ jobs:
token: ${{ secrets.GH_TOKEN }}

- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v6
with:
node-version: 22

- name: Get yarn cache
uses: actions/cache@v4
uses: actions/cache@v5
id: yarn-cache
with:
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/trigger-external-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- name: update_embed_demos
uses: peter-evans/repository-dispatch@v1
uses: peter-evans/repository-dispatch@v4
with:
token: ${{ secrets.GH_TOKEN }}
repository: Typeform/embed-demo
event-type: update_embed_demos

- name: update_embed_docs
uses: peter-evans/repository-dispatch@v1
uses: peter-evans/repository-dispatch@v4
with:
token: ${{ secrets.GH_TOKEN }}
repository: Typeform/developers
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/visual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
if: ${{ !github.event.pull_request || github.event.pull_request.head.repo.full_name == github.repository }}
steps:
- name: Check out Git repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v6
with:
node-version: 22

- name: Get yarn cache
uses: actions/cache@v4
uses: actions/cache@v5
id: yarn-cache
with:
path: |
Expand Down