Skip to content

Commit 0681f02

Browse files
authored
DOC-2373: Update workflow versions (#3234)
1 parent 90eee70 commit 0681f02

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,9 @@ name: "CodeQL"
22

33
on:
44
push:
5-
branches: [ "feature/**", "hotfix/**", "tinymce/**" ]
5+
branches: [ "feature/**", "hotfix/**", "release/**", "staging/**", "tinymce/**" ]
66
pull_request:
77
branches: [ "tinymce/**" ]
8-
## Add schedule if needed
9-
# schedule:
10-
# - cron: "17 23 * * 5"
118

129
jobs:
1310
analyze:
@@ -25,7 +22,7 @@ jobs:
2522

2623
steps:
2724
- name: Checkout
28-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2926

3027
- name: Initialize CodeQL
3128
uses: github/codeql-action/init@v2

.github/workflows/develop_5_docs.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,25 @@ on:
66
paths:
77
- '**'
88
branches:
9-
- 'feature/5**'
10-
- 'hotfix/5**'
9+
- 'feature/**'
10+
- 'hotfix/**'
11+
- 'release/**'
12+
- 'staging/**'
1113

1214
jobs:
1315
build:
1416
name: Build Docs and Deploy
15-
runs-on: ubuntu-22.04
17+
runs-on: ubuntu-latest
1618

1719
strategy:
1820
matrix:
1921
node-version: [21]
2022

2123
steps:
22-
- uses: actions/checkout@v1
24+
- uses: actions/checkout@v4
2325

2426
- name: Use Node.js
25-
uses: actions/setup-node@v2
27+
uses: actions/setup-node@v4
2628
with:
2729
cache: 'yarn'
2830
node-version: ${{ matrix.node-version }}

0 commit comments

Comments
 (0)