We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5355fae commit 5633c5fCopy full SHA for 5633c5f
.github/workflows/bot-build.yaml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
build:
11
name: Build
12
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
13
steps:
14
- name: Checkout repository
15
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
.github/workflows/bot-detekt.yaml
@@ -6,7 +6,7 @@ on:
6
7
8
detekt:
.github/workflows/gradlew-validate.yaml
@@ -10,7 +10,7 @@ on:
validate:
16
0 commit comments