Skip to content

Commit b50929a

Browse files
authored
Merge branch 'main' into add-umt-to-page-config
2 parents 88cb0a2 + 3be3f00 commit b50929a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permissions:
2020
jobs:
2121
analyze:
2222
name: Analyze
23-
runs-on: ubuntu-20.04
23+
runs-on: ubuntu-latest
2424

2525
strategy:
2626
fail-fast: false

.github/workflows/fix-license-header.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
header-license-fix:
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-latest
99

1010
permissions:
1111
contents: write

0 commit comments

Comments
 (0)