Skip to content

Commit 180b711

Browse files
authored
Merge pull request #2523 from DataDog/jward/github-action-update
chore: Upgrade github action to use ubuntu-latest
2 parents bd9c656 + df143db commit 180b711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
analyze:
1212
name: Analyze
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-latest
1414
permissions:
1515
actions: read
1616
contents: read

0 commit comments

Comments
 (0)