Skip to content

Commit

Permalink
adapt workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kduret committed Nov 12, 2024
1 parent fb9158e commit 74d9ca7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ on:
- ".github/**"

jobs:
actionlint:
runs-on: ubuntu-22.04
action-lint:
runs-on: ubuntu-24.04
steps:
- name: Checkout sources
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand All @@ -36,8 +36,9 @@ jobs:
-pyflakes= \
-color
shell: bash

yaml-lint:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout sources
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down
1 change: 0 additions & 1 deletion src/centreon/plugins/dbi.pm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

package centreon::plugins::dbi;


use strict;
use warnings;
use DBI;
Expand Down

0 comments on commit 74d9ca7

Please sign in to comment.